adding docs for a whole bunch more stuff
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
b774ecdc0a
commit
bd4a90a6be
8 changed files with 106 additions and 89 deletions
|
@ -13,7 +13,12 @@ nav:
|
|||
- Getting Started:
|
||||
- Installation: getting-started/installation.md
|
||||
- Usage: getting-started/usage.md
|
||||
- Reference: ref/zipline.md
|
||||
- Reference:
|
||||
- Zipline: ref/zipline.md
|
||||
- Utilities: ref/utils.md
|
||||
- Exceptions: ref/exceptions.md
|
||||
- Models: ref/models.md
|
||||
- Rest Adapter: ref/rest_adapter.md
|
||||
|
||||
plugins:
|
||||
- git-revision-date-localized:
|
||||
|
@ -29,6 +34,7 @@ plugins:
|
|||
options:
|
||||
docstring_options:
|
||||
ignore_imit_summary: true
|
||||
summary: true
|
||||
|
||||
markdown_extensions:
|
||||
- abbr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue