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'
|
||||
|
||||
doc:
|
||||
pipenv run sphinx-apidoc agtest -o docs
|
||||
pipenv run make -C docs html
|
||||
|
||||
run:
|
||||
|
|
|
@ -28,14 +28,6 @@ agtest.main module
|
|||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
agtest.runtime module
|
||||
---------------------
|
||||
|
||||
.. automodule:: agtest.runtime
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
Module contents
|
||||
---------------
|
||||
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
agtest
|
||||
======
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 4
|
||||
|
||||
agtest
|
Loading…
Reference in a new issue