mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-27 12:04:50 +02:00
Minor pylinting on the docs.
This commit is contained in:
+8
-8
@@ -50,8 +50,8 @@ source_suffix = '.rst'
|
||||
master_doc = 'index'
|
||||
|
||||
# General information about the project.
|
||||
project = u'Volatility'
|
||||
copyright = u'2014, Volatility Foundation'
|
||||
project = 'Volatility'
|
||||
copyright = '2014, Volatility Foundation'
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
# |version| and |release|, also used in various other places throughout the
|
||||
@@ -203,8 +203,8 @@ latex_elements = {
|
||||
# (source start file, target name, title,
|
||||
# author, documentclass [howto, manual, or own class]).
|
||||
latex_documents = [
|
||||
('index', 'Volatility.tex', u'Volatility Documentation',
|
||||
u'Volatility Foundation', 'manual'),
|
||||
('index', 'Volatility.tex', 'Volatility Documentation',
|
||||
'Volatility Foundation', 'manual'),
|
||||
]
|
||||
|
||||
# The name of an image file (relative to this directory) to place at the top of
|
||||
@@ -233,8 +233,8 @@ latex_documents = [
|
||||
# One entry per manual page. List of tuples
|
||||
# (source start file, name, description, authors, manual section).
|
||||
man_pages = [
|
||||
('index', 'volatility', u'Volatility Documentation',
|
||||
[u'Volatility Foundation'], 1)
|
||||
('index', 'volatility', 'Volatility Documentation',
|
||||
['Volatility Foundation'], 1)
|
||||
]
|
||||
|
||||
# If true, show URL addresses after external links.
|
||||
@@ -247,8 +247,8 @@ man_pages = [
|
||||
# (source start file, target name, title, author,
|
||||
# dir menu entry, description, category)
|
||||
texinfo_documents = [
|
||||
('index', 'Volatility', u'Volatility Documentation',
|
||||
u'Volatility Foundation', 'Volatility', 'One line description of project.',
|
||||
('index', 'Volatility', 'Volatility Documentation',
|
||||
'Volatility Foundation', 'Volatility', 'One line description of project.',
|
||||
'Miscellaneous'),
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user