-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
48 lines (44 loc) · 1.3 KB
/
mkdocs.yml
File metadata and controls
48 lines (44 loc) · 1.3 KB
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
site_name: Tag Maps Documentation
site_url: https://ad.gitlab.vgiscience.de/tagmaps/docs
site_author: Alexander Dunkel
copyright: CC BY-SA 4.0, Alexander Dunkel
site_dir: site
repo_url: https://github.com/Sieboldianus/TagMaps/
theme:
name: readthedocs
highlightjs: true
hljs_languages:
- yaml
- python
- bash
collapse_navigation: true
custom_dir: docs/overrides
markdown_extensions:
- toc:
permalink: true
- markdown_include.include:
base_path: docs
- admonition
- fenced_code
- sane_lists
plugins:
- search
- git-revision-date-localized
nav:
- Introduction: index.md
- Contents: contents.md
- Installation: quick-guide.md
- Concept: theory/introduction.md
- User Guide:
- Detailed installation guide: user-guide/installation.md
- Use your own data: user-guide/use-your-own-data.md
- Tutorial: user-guide/tutorial.md
- Visualization in Mapnik: user-guide/mapnik.md
- Jupyter lab examples: user-guide/jupyter-examples.md
- Troubleshooting: user-guide/troubleshooting.md
- Command Line Interface: argparse/args.md
- API Reference (external): api/tagmaps_.html
- Developers: developers.md
- Additional resources: resources.md
- Changelog: changelog.md
- About: about.md