Skip to content

Commit

Permalink
starting on autodoc API reference
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed Oct 28, 2018
1 parent 965966c commit 33d8a97
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ sphinx = "*"
recommonmark = "*"
requests = "*"
sphinx-rtd-theme = "*"
mds-provider = {path = "."}

[requires]
python_version = "3.6"
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ data.
:maxdepth: 2

examples/index
reference/index

* :ref:`genindex`
* :ref:`modindex`
Expand Down
11 changes: 11 additions & 0 deletions docs/reference/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
API Reference
==============================

This is the ``mds-provider`` library API reference.

.. toctree::
:maxdepth: 2
:caption: Contents:

mds
json
7 changes: 7 additions & 0 deletions docs/reference/json.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
``mds.json`` Module
============================

Json module.

.. automodule:: mds.json
:members:
6 changes: 6 additions & 0 deletions docs/reference/mds.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
``mds`` Module
===================================

.. automodule:: mds
:members:
:undoc-members:

0 comments on commit 33d8a97

Please sign in to comment.