fixed documentation failing to build
This commit is contained in:
parent
8904a13fa1
commit
ab7bf2be1c
6 changed files with 6 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,3 +4,4 @@ __pycache__
|
|||
dev.py
|
||||
dist/
|
||||
pyzipline.egg-info/
|
||||
site/
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# Exceptions
|
||||
|
||||
::: pyzipline.exceptions
|
||||
::: exceptions
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# Models Reference
|
||||
|
||||
::: pyzipline.models
|
||||
::: models
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# Utilities
|
||||
|
||||
::: pyzipline.utils
|
||||
::: utils
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# ZiplineApi
|
||||
|
||||
::: pyzipline.zipline
|
||||
::: zipline
|
||||
|
|
Loading…
Reference in a new issue