Skip to content

Commit

Permalink
changed conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CompuCell3D committed Jul 8, 2018
1 parent 9f92747 commit ab6ee98
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,18 @@
master_doc = 'index'

# General information about the project.
project = u'python_scripting_manual'
copyright = u'2017, Maciej Swat, Julio Belmonte'
author = u'Maciej Swat, Julio Belmonte'
project = u'CC3D Reference Manual'
copyright = u'2017, Maciej Swat, Julio Belmonte, James Glazier'
author = u'Maciej Swat, Julio Belmonte, JamesGglazier'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = u'3.7.6'
version = u'3.7.8'
# The full version, including alpha/beta/rc tags.
release = u'3.7.6'
release = u'3.7.8'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -109,7 +109,7 @@
# -- Options for HTMLHelp output ------------------------------------------

# Output file base name for HTML help builder.
htmlhelp_basename = 'python_scripting_manualdoc'
htmlhelp_basename = 'cc3d_reference_manualdoc'


# -- Options for LaTeX output ---------------------------------------------
Expand All @@ -136,8 +136,8 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'python_scripting_manual.tex', u'python\\_scripting\\_manual Documentation',
u'Maciej Swat, Julio Belmonte', 'manual'),
(master_doc, 'cc3d_reference_manuall.tex', u'CC3D\\_Reference\\_Manual Documentation',
u'Maciej Swat, Julio Belmonte, James Glazier', 'manual'),
]


Expand All @@ -146,7 +146,7 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'python_scripting_manual', u'python_scripting_manual Documentation',
(master_doc, 'cc3d_reference_manual', u'cc3d_reference_manual Documentation',
[author], 1)
]

Expand All @@ -157,8 +157,8 @@
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'python_scripting_manual', u'python_scripting_manual Documentation',
author, 'python_scripting_manual', 'One line description of project.',
(master_doc, 'cc3d_reference_manual', u'cc3d_reference_manuall Documentation',
author, 'cc3d_reference_manual', 'One line description of project.',
'Miscellaneous'),
]

Expand Down

0 comments on commit ab6ee98

Please sign in to comment.