WOOOO im going insane
Some checks failed
Pylint / Pylint (3.12) (push) Failing after 35s

This commit is contained in:
SeaswimmerTheFsh 2023-12-19 17:27:24 -05:00
parent 7907aaa1e0
commit b975d98889
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE
17 changed files with 795 additions and 367 deletions

39
mkdocs.yml Normal file
View file

@ -0,0 +1,39 @@
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
- Reference: ref/zipline.md
plugins:
- search
# - social
# - mkdocstrings:
# default_handler: python
# handlers:
# python:
# paths: [pyzipline]
extra_css:
- css/material.css
theme:
name: material
palette:
scheme: slate
features:
- search.suggest
- search.highlight
- search.share
logo: logo.png
favicon: logo.png