Skip to content

Commit

Permalink
Merge pull request #83 from bourque/db-monitor-docs
Browse files Browse the repository at this point in the history
sphinx docs for dbmonitor
  • Loading branch information
bourque committed Jun 2, 2018
2 parents 9a3edea + 711b9fc commit f1f17dd
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
7 changes: 7 additions & 0 deletions docs/source/dbmonitor.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
*********
dbmonitor
*********

.. automodule:: jwql.dbmonitor.dbmonitor
:members:
:undoc-members:
3 changes: 2 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ API documentation
:maxdepth: 1
:caption: Contents:

dbmonitor.rst
permissions.rst
preview_image.rst
utils.rst
tests.rst


Indices and tables
==================
Expand Down
6 changes: 6 additions & 0 deletions docs/source/tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,11 @@
tests
*****

.. automodule:: jwql.tests.test_dbmonitor
:members:

.. automodule:: jwql.tests.test_permissions
:members:

.. automodule:: jwql.tests.test_utils
:members:
2 changes: 1 addition & 1 deletion jwql/tests/test_dbmonitor.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /usr/bin/env python

"""Tests for the dbmonitor module.
"""Tests for the ``dbmonitor`` module.
Authors
-------
Expand Down
2 changes: 1 addition & 1 deletion jwql/tests/test_permissions.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /usr/bin/env python

"""Tests for the permissions module.
"""Tests for the ``permissions`` module.
Authors
-------
Expand Down

0 comments on commit f1f17dd

Please sign in to comment.