Skip to content

Commit

Permalink
Add docs for tp
Browse files Browse the repository at this point in the history
  • Loading branch information
jungtaekkim committed Mar 22, 2021
1 parent 6c6bcac commit 05b4862
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ The code can be found in `our GitHub repository <https://github.com/jungtaekkim/

python_api/bayeso
python_api/bayeso.gp
python_api/bayeso.tp
python_api/bayeso.utils
python_api/bayeso.wrappers

12 changes: 12 additions & 0 deletions docs/python_api/bayeso.tp.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
bayeso.tp
=========

.. automodule:: bayeso.tp
:members:
:private-members:
:undoc-members:
:show-inheritance:

.. toctree::

bayeso.tp.tp
8 changes: 8 additions & 0 deletions docs/python_api/bayeso.tp.tp.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
bayeso.tp.tp
============

.. automodule:: bayeso.tp.tp
:members:
:private-members:
:undoc-members:
:show-inheritance:

0 comments on commit 05b4862

Please sign in to comment.