making a whole bunch of changes preparing for documentation autoupdating
Some checks failed
Pylint / Pylint (3.12) (push) Failing after 37s
Some checks failed
Pylint / Pylint (3.12) (push) Failing after 37s
This commit is contained in:
parent
1cbe895c3e
commit
b774ecdc0a
9 changed files with 204 additions and 172 deletions
13
mkdocs.yml
13
mkdocs.yml
|
@ -21,11 +21,14 @@ plugins:
|
|||
- git-authors
|
||||
- search
|
||||
- social
|
||||
# - mkdocstrings:
|
||||
# default_handler: python
|
||||
# handlers:
|
||||
# python:
|
||||
# paths: [pyzipline]
|
||||
- mkdocstrings:
|
||||
default_handler: python
|
||||
handlers:
|
||||
python:
|
||||
paths: [pyzipline]
|
||||
options:
|
||||
docstring_options:
|
||||
ignore_imit_summary: true
|
||||
|
||||
markdown_extensions:
|
||||
- abbr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue