Skip to content

Commit

Permalink
Fix doc config for project rename.
Browse files Browse the repository at this point in the history
  • Loading branch information
Warren Smith committed Nov 23, 2016
1 parent 88ea7c0 commit b387566
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'constantmodel', 'Constant Model Documentation',
(master_doc, 'staticmodel', 'Static Model Documentation',
[author], 1)
]

Expand All @@ -280,8 +280,8 @@
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'ConstantModel', 'Constant Model Documentation',
author, 'ConstantModel', 'One line description of project.',
(master_doc, 'StaticModel', 'Static Model Documentation',
author, 'StaticModel', 'One line description of project.',
'Miscellaneous'),
]

Expand Down
8 changes: 4 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
.. Constant Model documentation master file, created by
.. Static Model documentation master file, created by
sphinx-quickstart on Fri Mar 4 11:06:58 2016.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to Constant Model's documentation!
Welcome to Static Model's documentation!
==========================================

Contents:

.. toctree::
:maxdepth: 2

constantmodel Module
staticmodel Module
====================

.. automodule:: constantmodel
.. automodule:: staticmodel
:members:
:undoc-members:
:show-inheritance:
Expand Down

0 comments on commit b387566

Please sign in to comment.