From ab7bf2be1ce30974755d3837364cf0a7720f6d75 Mon Sep 17 00:00:00 2001 From: cswimr Date: Mon, 21 Oct 2024 16:41:21 -0400 Subject: [PATCH] fixed documentation failing to build --- .gitignore | 1 + docs/ref/exceptions.md | 2 +- docs/ref/models.md | 2 +- docs/ref/rest_adapter.md | 2 +- docs/ref/utils.md | 2 +- docs/ref/zipline.md | 2 +- 6 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 4362052..8c04dfd 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ __pycache__ dev.py dist/ pyzipline.egg-info/ +site/ diff --git a/docs/ref/exceptions.md b/docs/ref/exceptions.md index a59e618..78272cc 100644 --- a/docs/ref/exceptions.md +++ b/docs/ref/exceptions.md @@ -1,3 +1,3 @@ # Exceptions -::: pyzipline.exceptions +::: exceptions diff --git a/docs/ref/models.md b/docs/ref/models.md index e1d00bb..a756e80 100644 --- a/docs/ref/models.md +++ b/docs/ref/models.md @@ -1,3 +1,3 @@ # Models Reference -::: pyzipline.models +::: models diff --git a/docs/ref/rest_adapter.md b/docs/ref/rest_adapter.md index cceb208..f838711 100644 --- a/docs/ref/rest_adapter.md +++ b/docs/ref/rest_adapter.md @@ -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 diff --git a/docs/ref/utils.md b/docs/ref/utils.md index cd6c7cc..8b7dadb 100644 --- a/docs/ref/utils.md +++ b/docs/ref/utils.md @@ -1,3 +1,3 @@ # Utilities -::: pyzipline.utils +::: utils diff --git a/docs/ref/zipline.md b/docs/ref/zipline.md index db5d07c..1549b8d 100644 --- a/docs/ref/zipline.md +++ b/docs/ref/zipline.md @@ -1,3 +1,3 @@ # ZiplineApi -::: pyzipline.zipline +::: zipline