misc(docs): testing some changes to hopefully get docstrings working
Some checks failed
Pylint / Pylint (3.12) (push) Failing after 34s

This commit is contained in:
SeaswimmerTheFsh 2023-12-19 16:04:12 -05:00
parent 795ca60894
commit 7907aaa1e0
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE
3 changed files with 25 additions and 12 deletions

View file

@ -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:

View file

@ -1,3 +1,4 @@
# pylint: skip-file
# Configuration file for the Sphinx documentation builder.
# -- Project information