-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
82 lines (77 loc) · 1.58 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
site_name: PyEIO
site_url: https://harttraveller.github.io/pyeio
repo_name: harttraveller/pyeio
repo_url: https://github.com/harttraveller/pyeio
plugins:
- search
- roamlinks
- mkdocs-jupyter
- mkdocstrings:
handlers:
python:
options:
show_object_full_path: true
show_root_heading: true
heading_level: 1
show_signature: false
theme:
name: material
logo: static/pyeio.png
favicon: static/pyeio.png
palette:
scheme: slate
primary: black
accent: orange
features:
- navigation.tracking
- navigation.expand
- navigation.tabs
- navigation.indexes
- navigation.instant
- navitation.instant.progress
- search.suggest
- search.share
- content.code.copy
- content.code.annotate
- header.autohide
# extra_css:
# - static/extra.css
markdown_extensions:
- md_in_html
- admonition
- attr_list
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- toc:
title: Go To
permalink: true
- pymdownx.highlight:
anchor_linenums: true
use_pygments: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed:
alternate_style: true
nav:
- index.md
- Tutorial Notebooks:
- notebook/index.md
- notebook/json.ipynb
- notebook/toml.ipynb
- notebook/yaml.ipynb
- notebook/jsonl.ipynb
- notebook/zst.ipynb
- Module Reference:
- module/index.md
- module/pyeio.json.md
- module/pyeio.toml.md
- module/pyeio.yaml.md
- core:
- module/pyeio.core.io.md
- module/pyeio.core.web.md
# - meta:
# - tool:
# - Developer Notes:
# - developer/index.md