Skip to content

Commit

Permalink
Added code docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernardo-MG committed Nov 1, 2016
1 parent 110e005 commit 2fd5ee7
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
7 changes: 7 additions & 0 deletions {{cookiecutter.package_name}}/docs/source/code/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
=========
Code docs
=========

.. toctree::

placeholder
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
==================
Placeholder module
==================

.. automodule:: placeholder
:members:
:undoc-members:
:inherited-members:
:show-inheritance:
3 changes: 2 additions & 1 deletion {{cookiecutter.package_name}}/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@
('Usage', './usage.html')],
'navbar_links': [('Documentation', [('Acquire', './acquire.html'),
('Usage', './usage.html')]),
('Info and Reports', [('Reports', './reports.html')])],
('Info and Reports', [('Reports', './reports.html'),
('Code docs', './code/index.html')])],
}

# Output file base name for HTML help builder.
Expand Down
1 change: 1 addition & 0 deletions {{cookiecutter.package_name}}/docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ Features
acquire
usage
reports
docs/dice

0 comments on commit 2fd5ee7

Please sign in to comment.