Set author to "Jedi contributors"

This commit is contained in:
Danilo Bargen
2012-12-26 16:42:58 +01:00
parent 5170919458
commit 6b31199371
+4 -4
View File
@@ -42,7 +42,7 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = u'Jedi' project = u'Jedi'
copyright = u'2012, David Halter' copyright = u'2012, Jedi contributors'
# 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
@@ -185,7 +185,7 @@ latex_elements = {
# (source start file, target name, title, author, documentclass [howto/manual]). # (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [ latex_documents = [
('index', 'Jedi.tex', u'Jedi Documentation', ('index', 'Jedi.tex', u'Jedi Documentation',
u'David Halter', 'manual'), u'Jedi contributors', 'manual'),
] ]
# The name of an image file (relative to this directory) to place at the top of # The name of an image file (relative to this directory) to place at the top of
@@ -215,7 +215,7 @@ latex_documents = [
# (source start file, name, description, authors, manual section). # (source start file, name, description, authors, manual section).
man_pages = [ man_pages = [
('index', 'jedi', u'Jedi Documentation', ('index', 'jedi', u'Jedi Documentation',
[u'David Halter'], 1) [u'Jedi contributors'], 1)
] ]
# If true, show URL addresses after external links. # If true, show URL addresses after external links.
@@ -229,7 +229,7 @@ man_pages = [
# dir menu entry, description, category) # dir menu entry, description, category)
texinfo_documents = [ texinfo_documents = [
('index', 'Jedi', u'Jedi Documentation', ('index', 'Jedi', u'Jedi Documentation',
u'David Halter', 'Jedi', 'One line description of project.', u'Jedi contributors', 'Jedi', 'One line description of project.',
'Miscellaneous'), 'Miscellaneous'),
] ]