Minor updates to the documentation.

This commit is contained in:
Cédric Bonhomme 2018-11-22 10:23:54 +01:00
parent bd5b156453
commit a86361dd27
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
2 changed files with 11 additions and 9 deletions

View file

@ -40,8 +40,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'Stéganô'
copyright = u'2012-2017, Cédric Bonhomme'
project = u'Stegano'
copyright = u'2012-2018, Cédric Bonhomme'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@ -50,7 +50,7 @@ copyright = u'2012-2017, Cédric Bonhomme'
# The short X.Y version.
version = '0.8'
# The full version, including alpha/beta/rc tags.
release = '0.8.1'
release = '0.8.6'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@ -183,7 +183,7 @@ latex_elements = {
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
('index', 'Stgan.tex', u'Stéganô Documentation',
('index', 'Stgan.tex', u'Stegano Documentation',
u'Cédric Bonhomme', 'manual'),
]
@ -227,7 +227,7 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
('index', 'Stgan', u'Stéganô Documentation',
('index', 'Stgan', u'Stegano Documentation',
u'Cédric Bonhomme', 'Stgan', 'One line description of project.',
'Miscellaneous'),
]