-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
38 lines (32 loc) · 731 Bytes
/
mkdocs.yml
File metadata and controls
38 lines (32 loc) · 731 Bytes
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
site_name: ElkPlot
theme:
"material"
nav:
- Home: index.md
- Setup: setup.md
- API Reference:
- Making Art: api_ref/making_art.md
- Controlling the Plotter: api_ref/plotting.md
- Command Line Interface: api_ref/cli.md
- Drawing Text: api_ref/text.md
- Easing: api_ref/easing.md
- Turtle: api_ref/turtle.md
- Tips and Tricks: tips_and_tricks.md
- Alternative Libraries: alternatives.md
- Examples: examples.md
plugins:
- search
- mkdocstrings
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- attr_list
watch:
- elkplot
extra:
version: 0.2.0