2023-12-19 17:27:24 -05:00
|
|
|
site_name: PyZipline Documentation
|
|
|
|
site_url: https://pyzipline.readthedocs.io
|
|
|
|
repo_name: CoastalCommits
|
|
|
|
repo_url: https://coastalcommits.com/SeaswimmerTheFsh/PyZipline
|
|
|
|
edit_uri: src/branch/main/docs
|
|
|
|
copyright: Copyright © 2023, SeaswimmerTheFsh
|
|
|
|
|
|
|
|
site_author: SeaswimmerTheFsh
|
|
|
|
site_description: PyZipline is an API wrapper written in Python for the Zipline API.
|
|
|
|
|
|
|
|
nav:
|
|
|
|
- Home: index.md
|
|
|
|
- Getting Started:
|
|
|
|
- Installation: getting-started/installation.md
|
|
|
|
- Usage: getting-started/usage.md
|
2023-12-20 18:13:55 -05:00
|
|
|
- Reference:
|
2023-12-20 20:48:18 -05:00
|
|
|
- ZiplineApi: ref/zipline.md
|
2023-12-20 18:13:55 -05:00
|
|
|
- Utilities: ref/utils.md
|
|
|
|
- Exceptions: ref/exceptions.md
|
|
|
|
- Models: ref/models.md
|
|
|
|
- Rest Adapter: ref/rest_adapter.md
|
2023-12-19 17:27:24 -05:00
|
|
|
|
|
|
|
plugins:
|
2023-12-20 14:28:15 -05:00
|
|
|
- git-authors
|
2023-12-19 17:27:24 -05:00
|
|
|
- search
|
2023-12-19 17:37:56 -05:00
|
|
|
- social
|
2023-12-20 20:48:18 -05:00
|
|
|
- git-revision-date-localized:
|
|
|
|
enable_creation_date: true
|
|
|
|
type: timeago
|
2023-12-20 17:53:00 -05:00
|
|
|
- mkdocstrings:
|
|
|
|
default_handler: python
|
|
|
|
handlers:
|
|
|
|
python:
|
|
|
|
paths: [pyzipline]
|
|
|
|
options:
|
|
|
|
docstring_options:
|
|
|
|
ignore_imit_summary: true
|
2023-12-20 18:13:55 -05:00
|
|
|
summary: true
|
2023-12-20 21:37:02 -05:00
|
|
|
show_root_toc_entry: false
|
2023-12-20 20:57:35 -05:00
|
|
|
filters:
|
|
|
|
- "!^___"
|
2023-12-20 13:36:33 -05:00
|
|
|
|
|
|
|
markdown_extensions:
|
|
|
|
- abbr
|
|
|
|
- attr_list
|
2023-12-20 14:28:15 -05:00
|
|
|
- md_in_html
|
2023-12-20 13:36:33 -05:00
|
|
|
- pymdownx.blocks.details
|
|
|
|
- pymdownx.blocks.admonition
|
|
|
|
- pymdownx.saneheaders
|
|
|
|
- pymdownx.magiclink
|
|
|
|
- pymdownx.mark
|
|
|
|
- pymdownx.inlinehilite
|
|
|
|
- pymdownx.snippets
|
|
|
|
- pymdownx.superfences
|
|
|
|
- pymdownx.highlight:
|
|
|
|
anchor_linenums: true
|
|
|
|
line_spans: __span
|
|
|
|
pygments_lang_class: true
|
|
|
|
- pymdownx.emoji:
|
|
|
|
emoji_index: !!python/name:pymdownx.emoji.twemoji
|
|
|
|
emoji_generator: !!python/name:pymdownx.emoji.to_svg
|
2023-12-19 17:27:24 -05:00
|
|
|
|
|
|
|
theme:
|
|
|
|
name: material
|
|
|
|
palette:
|
|
|
|
scheme: slate
|
|
|
|
features:
|
2023-12-20 14:28:15 -05:00
|
|
|
- content.code.annotate
|
2023-12-20 13:36:33 -05:00
|
|
|
- content.code.copy
|
|
|
|
- navigation.instant
|
2023-12-20 14:28:15 -05:00
|
|
|
- navigation.tabs
|
2023-12-19 17:27:24 -05:00
|
|
|
- search.suggest
|
|
|
|
- search.highlight
|
|
|
|
- search.share
|
2023-12-20 20:48:18 -05:00
|
|
|
logo: img/logo.png
|
|
|
|
favicon: img/logo.png
|
|
|
|
|
|
|
|
watch:
|
|
|
|
- ./pyzipline
|