-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathmkdocs.yml
63 lines (56 loc) · 1.42 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
site_name: Ziggy Pydust
repo_name: fulcrum-so/ziggy-pydust
repo_url: https://github.com/fulcrum-so/ziggy-pydust
theme:
name: material
palette:
primary: custom
accent: custom
features:
- navigation.indexes
#- navigation.tabs
- navigation.expand
- content.code.annotate
nav:
- "index.md"
- 'Getting Started': "getting_started.md"
- 'User Guide':
- "guide/index.md"
- 'Modules': "guide/modules.md"
- 'Functions': "guide/functions.md"
- 'Classes': "guide/classes.md"
- 'Exceptions': "guide/exceptions.md"
- 'GIL': "guide/gil.md"
- 'Testing': "guide/_4_testing.md"
- 'Memory Management': "guide/_5_memory.md"
- 'Buffer Protocol': "guide/_6_buffers.md"
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/fulcrum-so/ziggy-pydust
- icon: fontawesome/brands/twitter
link: https://twitter.com/fulcrum_so
- icon: fontawesome/brands/python
link: https://pypi.org/project/ziggy-pydust/
version:
provider: mike
extra_css:
- stylesheets/extra.css
plugins:
- include-markdown
- mike
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.highlight:
linenums: true
anchor_linenums: true
line_spans: __span
use_pygments: true
- pymdownx.inlinehilite
- pymdownx.snippets:
dedent_subsections: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- tables