misc(docs): testing some changes to hopefully get docstrings working
Some checks failed
Pylint / Pylint (3.12) (push) Failing after 34s
Some checks failed
Pylint / Pylint (3.12) (push) Failing after 34s
This commit is contained in:
parent
795ca60894
commit
7907aaa1e0
3 changed files with 25 additions and 12 deletions
|
@ -5,3 +5,15 @@ API Reference
|
|||
:toctree: generated
|
||||
|
||||
pyzipline
|
||||
|
||||
|
||||
.. automodule:: zipline
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
:inherited-members:
|
||||
:noindex:
|
||||
:exclude-members: __init__, __repr__, __str__
|
||||
|
||||
.. automethod:: zipline.function_name
|
||||
:noindex:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# pylint: skip-file
|
||||
# Configuration file for the Sphinx documentation builder.
|
||||
|
||||
# -- Project information
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue