docs: update stuff or something

This commit is contained in:
SeaswimmerTheFsh 2023-12-20 20:48:18 -05:00
parent bd4a90a6be
commit 6a250a24fb
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE
11 changed files with 23 additions and 12 deletions

View file

@ -1,3 +0,0 @@
# Exceptions
::: pyzipline.errors

3
docs/ref/exceptions.md Normal file
View file

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

View file

@ -1,3 +1,9 @@
# Rest Adapter
/// admonition | Internal Functions
type: warning
These functions are meant for use in other parts of the module. You *probably* shouldn't be calling these manually.
If there's a feature 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.RestAdapter

View file

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