-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
84 lines (77 loc) · 1.97 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
83
84
site_name: Parsing Wikitext with Python
repo_url: https://github.com/lennon-c/python-wikitext-parser-guide
theme:
name: "material"
palette:
primary: yellow
features:
- content.code.copy
- content.tabs.link
# - navigation.expand
# - navigation.tabs
- navigation.tabs.sticky
- navigation.footer
- navigation.indexes
- toc.follow
- search.suggest
- search.highlight
- navigation.top
# - toc.integrate
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/lennon-c
nav:
# - On this tutorial: why_this_tutorial.md
- A Hands-On Guide:
# - Parsing Wikitext with Python:
- README.md
- Fetching XML:
- Fetching XML data/index.md
- Special Export tool: Fetching XML data/Special Exports.md
- Dump File: Fetching XML data/Dump files.md
- Parsing XML:
- Parsing XML/index.md
- From Special Export: Parsing XML/Parsing XML from Special Export.md
- From Dump file: Parsing XML/Parsing XML from Dump file.md
- Parsing Wikitext:
- Parsing Wikitext/index.md
- Wiki Basics: Parsing Wikitext/Wiki Basics.md
- Parsing Wikitext: Parsing Wikitext/Parsing Wikitext.md
- Pycon AT:
- Workshop: pycon_at.md
plugins:
- autorefs
- search
- open-in-new-tab:
add_icon: false
- markdown-exec
markdown_extensions:
- attr_list
- md_in_html
- nl2br # obsidian callout
# - wikilinks
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.betterem
- pymdownx.tabbed:
# - pymdownx.blocks.tab:
alternate_style: true
- toc:
title: On this page
permalink: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.b64
- pymdownx.highlight:
use_pygments: true
pygments_lang_class: true
auto_title: true
linenums: true
# anchor_linenums: true
# linenums_style: pymdownx-inline
- def_list
- pymdownx.tasklist:
custom_checkbox: true