Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Updates to include code
Browse files Browse the repository at this point in the history
  • Loading branch information
cjgrady committed May 26, 2021
1 parent 0f2312a commit e7121ff
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 26 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,6 @@ dmypy.json

# Open API Schema file
/open_api.yaml

# Sphinx build directory
_sphinx_config/_build/
2 changes: 1 addition & 1 deletion _sphinx_config/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#
import os
import sys
sys.path.insert(0, os.path.abspath('../lmtest/'))
sys.path.insert(0, os.path.abspath('../'))


# -- Project information -----------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion _sphinx_config/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Python.
pages/usage
pages/contributing

modules
source/modules


Indices and tables
Expand Down
24 changes: 0 additions & 24 deletions _sphinx_config/source/lmtest.tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@ lmtest.tests.disk\_usage\_test module
:undoc-members:
:show-inheritance:

lmtest.tests.lm\_client\_test module
------------------------------------

.. automodule:: lmtest.tests.lm_client_test
:members:
:undoc-members:
:show-inheritance:

lmtest.tests.memory\_usage\_test module
---------------------------------------

Expand All @@ -36,22 +28,6 @@ lmtest.tests.memory\_usage\_test module
:undoc-members:
:show-inheritance:

lmtest.tests.open\_api\_test module
-----------------------------------

.. automodule:: lmtest.tests.open_api_test
:members:
:undoc-members:
:show-inheritance:

lmtest.tests.ot\_client\_test module
------------------------------------

.. automodule:: lmtest.tests.ot_client_test
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

Expand Down

0 comments on commit e7121ff

Please sign in to comment.