doc
This commit is contained in:
parent
5fe654d7c6
commit
a1bcb8946a
3 changed files with 0 additions and 16 deletions
1
Justfile
1
Justfile
|
@ -2,7 +2,6 @@ watch:
|
||||||
watchexec -ce py,lark,ag -i gen 'just run'
|
watchexec -ce py,lark,ag -i gen 'just run'
|
||||||
|
|
||||||
doc:
|
doc:
|
||||||
pipenv run sphinx-apidoc agtest -o docs
|
|
||||||
pipenv run make -C docs html
|
pipenv run make -C docs html
|
||||||
|
|
||||||
run:
|
run:
|
||||||
|
|
|
@ -28,14 +28,6 @@ agtest.main module
|
||||||
:undoc-members:
|
:undoc-members:
|
||||||
:show-inheritance:
|
:show-inheritance:
|
||||||
|
|
||||||
agtest.runtime module
|
|
||||||
---------------------
|
|
||||||
|
|
||||||
.. automodule:: agtest.runtime
|
|
||||||
:members:
|
|
||||||
:undoc-members:
|
|
||||||
:show-inheritance:
|
|
||||||
|
|
||||||
Module contents
|
Module contents
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
agtest
|
|
||||||
======
|
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
:maxdepth: 4
|
|
||||||
|
|
||||||
agtest
|
|
Loading…
Reference in a new issue