-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathmkdocs.yml
42 lines (39 loc) · 1.39 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
site_name: ad_map_access
repo_url: https://github.com/carla-simulator/map
docs_dir: doc
edit_uri: 'edit/master/doc/'
theme: readthedocs
nav:
- Home: index.md
- Release Notes and Disclaimer: RELEASE_NOTES_AND_DISCLAIMERS.md
- OpenDRIVE Reader: ad_map_opendrive_reader/Main.md
- Map Library:
- Overview: ad_map_access/Main.md
- Datatypes: ad_physics/Main.md
- Map Model: ad_map_access/HLD_MapDataModel.md
- Intersections: ad_map_access/HLD_Intersection.md
- Map Matching: ad_map_access/HLD_MapMatching.md
- Routes: ad_map_access/HLD_Routes.md
- Security: ad_map_access/HLD_Security.md
- Map Maker: map_maker/README.md
- QGis 3.14: ad_map_access_qgis/ad_map_access_qgis.md
- Building:
- BUILDING.md
- Python Integration:
- Datatypes: ad_physics/ad_physics_python.md
- Library: ad_map_access/ad_map_access_python.md
- Doxygen:
- Datatypes: 'https://ad-map-access.readthedocs.io/en/latest/ad_physics/apidoc/html/index.html'
- Library: 'https://ad-map-access.readthedocs.io/en/latest/ad_map_access/apidoc/html/index.html'
- Code Coverage:
- Datatypes: 'https://ad-map-access.readthedocs.io/en/latest/ad_physics/coverage/'
- Library: 'https://ad-map-access.readthedocs.io/en/latest/ad_map_access/coverage/'
- Changelog: CHANGELOG.md
markdown_extensions:
- admonition
- markdown_include.include:
base_path: '.'
- pymdownx.emoji
- mdx_truly_sane_lists
- toc:
toc_depth: 2-3