Skip to content

Commit

Permalink
Merge pull request #146 from axsaucedo/update_docs
Browse files Browse the repository at this point in the history
Updating API docs by running docs
  • Loading branch information
axsaucedo authored Jun 18, 2021
2 parents d473eed + 1972715 commit 928f3d1
Show file tree
Hide file tree
Showing 11 changed files with 86 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/api/tempo.docker.constants.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
tempo.docker.constants module
=============================

.. automodule:: tempo.docker.constants
:members:
:undoc-members:
:show-inheritance:
16 changes: 16 additions & 0 deletions docs/api/tempo.docker.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
tempo.docker package
====================

.. automodule:: tempo.docker
:members:
:undoc-members:
:show-inheritance:

Submodules
----------

.. toctree::
:maxdepth: 6

tempo.docker.constants
tempo.docker.utils
7 changes: 7 additions & 0 deletions docs/api/tempo.docker.utils.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
tempo.docker.utils module
=========================

.. automodule:: tempo.docker.utils
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/api/tempo.insights.manager.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
tempo.insights.manager module
=============================

.. automodule:: tempo.insights.manager
:members:
:undoc-members:
:show-inheritance:
17 changes: 17 additions & 0 deletions docs/api/tempo.insights.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
tempo.insights package
======================

.. automodule:: tempo.insights
:members:
:undoc-members:
:show-inheritance:

Submodules
----------

.. toctree::
:maxdepth: 6

tempo.insights.manager
tempo.insights.worker
tempo.insights.wrapper
7 changes: 7 additions & 0 deletions docs/api/tempo.insights.worker.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
tempo.insights.worker module
============================

.. automodule:: tempo.insights.worker
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/api/tempo.insights.wrapper.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
tempo.insights.wrapper module
=============================

.. automodule:: tempo.insights.wrapper
:members:
:undoc-members:
:show-inheritance:
1 change: 1 addition & 0 deletions docs/api/tempo.k8s.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ Submodules
:maxdepth: 6

tempo.k8s.constants
tempo.k8s.utils
7 changes: 7 additions & 0 deletions docs/api/tempo.k8s.utils.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
tempo.k8s.utils module
======================

.. automodule:: tempo.k8s.utils
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/api/tempo.magic.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
tempo.magic module
==================

.. automodule:: tempo.magic
:members:
:undoc-members:
:show-inheritance:
3 changes: 3 additions & 0 deletions docs/api/tempo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ Subpackages
:maxdepth: 6

tempo.aio
tempo.docker
tempo.examples
tempo.ingress
tempo.insights
tempo.k8s
tempo.kfserving
tempo.seldon
Expand All @@ -28,6 +30,7 @@ Submodules

tempo.conf
tempo.errors
tempo.magic
tempo.mlserver
tempo.utils
tempo.version

0 comments on commit 928f3d1

Please sign in to comment.