mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-18 09:54:33 +08:00
Black(new version) Format
This commit is contained in:
12
docs/conf.py
12
docs/conf.py
@@ -54,9 +54,9 @@ master_doc = "index"
|
|||||||
|
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u"QLib"
|
project = "QLib"
|
||||||
copyright = u"Microsoft"
|
copyright = "Microsoft"
|
||||||
author = u"Microsoft"
|
author = "Microsoft"
|
||||||
|
|
||||||
# The version info for the project you're documenting, acts as replacement for
|
# The version info for the project you're documenting, acts as replacement for
|
||||||
# |version| and |release|, also used in various other places throughout the
|
# |version| and |release|, also used in various other places throughout the
|
||||||
@@ -174,7 +174,7 @@ latex_elements = {
|
|||||||
# (source start file, target name, title,
|
# (source start file, target name, title,
|
||||||
# author, documentclass [howto, manual, or own class]).
|
# author, documentclass [howto, manual, or own class]).
|
||||||
latex_documents = [
|
latex_documents = [
|
||||||
(master_doc, "qlib.tex", u"QLib Documentation", u"Microsoft", "manual"),
|
(master_doc, "qlib.tex", "QLib Documentation", "Microsoft", "manual"),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
@@ -182,7 +182,7 @@ latex_documents = [
|
|||||||
|
|
||||||
# One entry per manual page. List of tuples
|
# One entry per manual page. List of tuples
|
||||||
# (source start file, name, description, authors, manual section).
|
# (source start file, name, description, authors, manual section).
|
||||||
man_pages = [(master_doc, "qlib", u"QLib Documentation", [author], 1)]
|
man_pages = [(master_doc, "qlib", "QLib Documentation", [author], 1)]
|
||||||
|
|
||||||
|
|
||||||
# -- Options for Texinfo output -------------------------------------------
|
# -- Options for Texinfo output -------------------------------------------
|
||||||
@@ -194,7 +194,7 @@ texinfo_documents = [
|
|||||||
(
|
(
|
||||||
master_doc,
|
master_doc,
|
||||||
"QLib",
|
"QLib",
|
||||||
u"QLib Documentation",
|
"QLib Documentation",
|
||||||
author,
|
author,
|
||||||
"QLib",
|
"QLib",
|
||||||
"One line description of project.",
|
"One line description of project.",
|
||||||
|
|||||||
Reference in New Issue
Block a user