fixed documentation failing to build

This commit is contained in:
cswimr 2025-01-29 04:33:01 -06:00
parent 8904a13fa1
commit 70a84ba1b4
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
6 changed files with 6 additions and 5 deletions

1
.gitignore vendored
View file

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

View file

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

View file

@ -1,3 +1,3 @@
# 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)).
///
::: pyzipline.rest_adapter
::: rest_adapter

View file

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

View file

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