feat(docs): adding more documentation and customization
Some checks failed
Pylint / Pylint (3.12) (push) Failing after 37s
Some checks failed
Pylint / Pylint (3.12) (push) Failing after 37s
This commit is contained in:
parent
d27bdda769
commit
3fbae612ff
6 changed files with 140 additions and 22 deletions
34
mkdocs.yml
34
mkdocs.yml
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue