Skip to content

Commit

Permalink
adding routes and util
Browse files Browse the repository at this point in the history
  • Loading branch information
JaimieMurdock committed Feb 13, 2019
1 parent d8d4112 commit af81894
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/source/api/browse.routes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
browse.routes package
=====================

.. automodule:: browse.routes
:members:
:undoc-members:
:show-inheritance:

Submodules
----------

.. toctree::

browse.routes.ui
7 changes: 7 additions & 0 deletions docs/source/api/browse.routes.ui.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
browse.routes.ui module
=======================

.. automodule:: browse.routes.ui
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/source/api/browse.util.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
browse.util module
========================================

.. automodule:: browse.util
:members:
:undoc-members:
:show-inheritance:

0 comments on commit af81894

Please sign in to comment.