fixed documentation failing to build
Some checks failed
Actions / Build (push) Successful in 10s
Actions / Lint Code (Ruff & Pylint) (push) Failing after 12s
Actions / Build Documentation (MkDocs) (push) Successful in 21s

This commit is contained in:
Seaswimmer 2024-10-21 16:41:21 -04:00
parent 8904a13fa1
commit ab7bf2be1c
Signed by: cswimr
GPG key ID: A9C162E867C851FA
6 changed files with 6 additions and 5 deletions

1
.gitignore vendored
View file

@ -4,3 +4,4 @@ __pycache__
dev.py dev.py
dist/ dist/
pyzipline.egg-info/ pyzipline.egg-info/
site/

View file

@ -1,3 +1,3 @@
# Exceptions # Exceptions
::: pyzipline.exceptions ::: exceptions

View file

@ -1,3 +1,3 @@
# Models Reference # Models Reference
::: pyzipline.models ::: models

View file

@ -6,4 +6,4 @@ These functions are meant for use in other parts of the module. You *probably* s
If there's an endpoint method missing from the main [ZiplineApi](zipline.md) class, you should open an [issue](https://coastalcommits.com/SeaswimmerTheFsh/PyZipline/issues) (or a [pull request](https://coastalcommits.com/SeaswimmerTheFsh/PyZipline/pulls)). If there's an endpoint method missing from the main [ZiplineApi](zipline.md) class, you should open an [issue](https://coastalcommits.com/SeaswimmerTheFsh/PyZipline/issues) (or a [pull request](https://coastalcommits.com/SeaswimmerTheFsh/PyZipline/pulls)).
/// ///
::: pyzipline.rest_adapter ::: rest_adapter

View file

@ -1,3 +1,3 @@
# Utilities # Utilities
::: pyzipline.utils ::: utils

View file

@ -1,3 +1,3 @@
# ZiplineApi # ZiplineApi
::: pyzipline.zipline ::: zipline