-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs4readthedocs.yml
70 lines (61 loc) · 2.11 KB
/
mkdocs4readthedocs.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
site_name: UrMoAC
site_url: https://github.com/DLR-VF/UrMoAC/
site_description: Urban Mobility Accessibility Calculator
site_author: DLR/VF
docs_dir: ./docs
repo_url: https://github.com/DLR-VF/UrMoAC.git
edit_uri: ""
theme:
name: readthedocs
highlightjs: true
hljs_languages:
- yaml
nav:
- Home: index.md
- Installation: Installation.md
- FAQ: FAQ.md
- ChangeLog: ChangeLog.md
- Links: Links.md
- Publications: Publications.md
- Included Data: IncludedData.md
- Included Scripts: IncludedScripts.md
- Usage:
- Basics: Usage.md
- Options: Options.md
- Input Data Formats: InputDataFormats.md
- Import Scripts: ImportScripts.md
- Output Formats: OutputFormats.md
- Visualisation Tools: VisualisationTools.md
- Tutorials:
- Tutorial List: Tutorials.md
- Computing the accessibility to the next public transport halt: TutorialNextPTHalt.md
- Using QGIS to visualise UrMoAC results: TutorialQGISVisualisation.md
# - Subtopics:
# - Subtopics List: Subtopics.md
# - Projection: Subtopic_Projection.md
# - Routing: Subtopic_Routing.md
# - Mapping To Net: Subtopic_Mapping.md
# - Boundary Issues: Subtopic_BoundaryIssues.md
# - Networks: Subtopic_Networks.md
# - OpenStreetMap: Subtopic_OSM.md
# - GTFS: Subtopic_GTFS.md
- Developer Docs:
- Overview: DeveloperDocs.md
- Testing UrMoAC: DeveloperTests.md
- Building a Static Documentation: DeveloperStaticDocumentation.md
- How To Release: DeveloperHowToRelease.md
- Legal:
- Main: Legal.md
- License (EPL v2.0): LICENSE.md
- Disclaimer: Disclaimer.md
- Impressum: Impressum.md
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML
markdown_extensions:
- admonition
- sane_lists
- mdx_math
copyright: "© Copyright 2016–2024 German Aerospace Center, Institute of Transport Research, all rights reserved."
use_directory_urls: false
plugins:
- search