Skip to content
Snippets Groups Projects
Commit d8d2a0db authored by Ian Bell's avatar Ian Bell
Browse files

Another try to pull in api

parent 1f177bfc
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ for path, dirs, files in os.walk('.'): ...@@ -37,7 +37,7 @@ for path, dirs, files in os.walk('.'):
### -- Auto-generate API documentation ----------------------------------------- ### -- Auto-generate API documentation -----------------------------------------
here = os.path.dirname(__file__) here = os.path.dirname(__file__)
subprocess.check_output(f'sphinx-apidoc -e -f -o api {os.path.dirname(teqp.__file__)}', shell=True, cwd=here) subprocess.check_output(f'sphinx-apidoc -f -o api {os.path.dirname(teqp.__file__)}', shell=True, cwd=here)
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
...@@ -9,7 +9,7 @@ Welcome to teqp's documentation! ...@@ -9,7 +9,7 @@ Welcome to teqp's documentation!
models/index models/index
derivs/index derivs/index
algorithms/index algorithms/index
api api/modules
Indices and tables Indices and tables
================== ==================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment