Skip to content

Commit

Permalink
Working out how to use documentation tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ForrestCKoch committed May 6, 2019
1 parent 582c498 commit 823fc2d
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 21 deletions.
18 changes: 18 additions & 0 deletions docs/source/code/TemplateClasses.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
TemplateClasses
===============

.. automodule:: WMH_extraction.TemplateClasses

:mod:`WMH_extraction.TemplateClasses` is a collection of classes used to provide information and paths relavent to the Template they help implement.

AbstractTemplate
----------------
.. autoclass:: WMH_extraction.TemplateClasses.AbstractTemplate
:show-inheritance:
:members:

CohortTemplate
--------------
.. autoclass:: WMH_extraction.TemplateClasses.CohortTemplate
:show-inheritance:
:members:
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,13 +193,13 @@
'canonical_url': '',
'analytics_id': 'UA-139625346-1', # Provided by Google in your dashboard
'logo_only': False,
'display_version': True,
'display_version': False,
'prev_next_buttons_location': 'bottom',
'style_external_links': False,
'vcs_pageview_mode': '',
'style_nav_header_background': 'white',
# Toc options
'collapse_navigation': True,
'collapse_navigation': False,
'sticky_navigation': True,
'navigation_depth': 4,
'includehidden': True,
Expand Down
23 changes: 4 additions & 19 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,32 +7,17 @@ Welcome to CNS's documentation!
===============================

.. toctree::
:hidden:
:maxdepth: 2
:glob:
:caption: Contents:

install/install
code/*


Indices and tables
==================

* :ref:`genindex`
* :ref:`search`

TemplateClasses
===============

.. automodule:: WMH_extraction.TemplateClasses

:mod:`WMH_extraction.TemplateClasses` is a collection of classes used to provide information and paths relavent to the Template they help implement.

AbstractTemplate
----------------
.. autoclass:: WMH_extraction.TemplateClasses.AbstractTemplate
:show-inheritance:
:members:

CohortTemplate
--------------
.. autoclass:: WMH_extraction.TemplateClasses.CohortTemplate
:show-inheritance:
:members:
7 changes: 7 additions & 0 deletions docs/source/install/install.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
How To Install
==============

TODO
-----------

Include Install Instructions

0 comments on commit 823fc2d

Please sign in to comment.