feat(docs): adding more documentation and customization
Some checks failed
Pylint / Pylint (3.12) (push) Failing after 37s

This commit is contained in:
SeaswimmerTheFsh 2023-12-20 13:36:33 -05:00
parent d27bdda769
commit 3fbae612ff
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE
6 changed files with 140 additions and 22 deletions

View file

@ -16,13 +16,34 @@ nav:
- Reference: ref/zipline.md
plugins:
- git-revision-date-localized:
enable_creation_date: true
- search
- social
# - mkdocstrings:
# default_handler: python
# handlers:
# python:
# paths: [pyzipline]
# - mkdocstrings:
# default_handler: python
# handlers:
# python:
# paths: [pyzipline]
markdown_extensions:
- abbr
- attr_list
- 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
extra_css:
- css/external.css
@ -32,6 +53,9 @@ theme:
palette:
scheme: slate
features:
- content.code.copy
- content.tooltips
- navigation.instant
- search.suggest
- search.highlight
- search.share