feat(docs): in theory, added auto generating docs for the models
Some checks failed
Pylint / Pylint (3.12) (push) Failing after 36s
Some checks failed
Pylint / Pylint (3.12) (push) Failing after 36s
This commit is contained in:
parent
542bd06f09
commit
795ca60894
7 changed files with 96 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
API
|
||||
API Reference
|
||||
===
|
||||
|
||||
.. autosummary::
|
||||
|
|
|
@ -17,3 +17,4 @@ Contents
|
|||
|
||||
usage
|
||||
api
|
||||
models
|
||||
|
|
7
docs/source/models.rst
Normal file
7
docs/source/models.rst
Normal file
|
@ -0,0 +1,7 @@
|
|||
API Reference
|
||||
===
|
||||
|
||||
.. automodule:: pyzipline.models
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
Loading…
Add table
Add a link
Reference in a new issue