2017-10-30 17:59:19 +08:00
|
|
|
site_name: CARLA Simulator
|
|
|
|
repo_url: https://github.com/carla-simulator/carla
|
2017-11-13 21:01:55 +08:00
|
|
|
docs_dir: Docs
|
2018-03-20 18:02:39 +08:00
|
|
|
theme: readthedocs
|
2017-10-30 17:59:19 +08:00
|
|
|
|
2019-01-27 22:57:02 +08:00
|
|
|
nav:
|
2017-11-13 21:01:55 +08:00
|
|
|
- Home: 'index.md'
|
2018-03-22 01:16:56 +08:00
|
|
|
- Quick start:
|
|
|
|
- 'Getting started': 'getting_started.md'
|
2018-12-16 07:04:30 +08:00
|
|
|
- 'Python API tutorial': 'python_api_tutorial.md'
|
2018-03-22 01:16:56 +08:00
|
|
|
- 'Configuring the simulation': 'configuring_the_simulation.md'
|
2017-11-17 00:26:50 +08:00
|
|
|
- 'Cameras and sensors': 'cameras_and_sensors.md'
|
2017-11-25 01:12:15 +08:00
|
|
|
- 'F.A.Q.': 'faq.md'
|
2017-11-13 21:01:55 +08:00
|
|
|
- Building from source:
|
|
|
|
- 'How to build on Linux': 'how_to_build_on_linux.md'
|
|
|
|
- 'How to build on Windows': 'how_to_build_on_windows.md'
|
2018-03-22 01:16:56 +08:00
|
|
|
- Advanced topics:
|
2018-12-13 22:47:26 +08:00
|
|
|
- 'Python API reference': 'python_api.md'
|
2018-03-22 01:16:56 +08:00
|
|
|
- 'Running without display and selecting GPUs': 'carla_headless.md'
|
2018-07-21 04:52:11 +08:00
|
|
|
- 'Running in a Docker': 'carla_docker.md'
|
2019-01-16 03:04:19 +08:00
|
|
|
- "How to make a new map with RoadRunner": 'how_to_make_a_new_map.md'
|
2018-03-22 01:16:56 +08:00
|
|
|
- "How to link Epic's Automotive Materials": 'epic_automotive_materials.md'
|
2019-02-18 17:30:23 +08:00
|
|
|
- "How to automatically generate a map from RoadRunner": 'generate_map_from_fbx.md'
|
2019-01-24 19:57:14 +08:00
|
|
|
- "How to export and import maps to distribution builds": 'export_import_dist.md'
|
2017-12-04 23:18:14 +08:00
|
|
|
- Contributing:
|
2017-12-04 23:25:55 +08:00
|
|
|
- 'Contribution guidelines': 'CONTRIBUTING.md'
|
2018-01-18 01:11:57 +08:00
|
|
|
- 'Coding standard': 'coding_standard.md'
|
2018-01-16 23:09:30 +08:00
|
|
|
- 'Code of conduct': 'CODE_OF_CONDUCT.md'
|
2017-11-13 21:01:55 +08:00
|
|
|
- Development:
|
2017-11-18 00:21:45 +08:00
|
|
|
- 'Map customization': 'map_customization.md'
|
2018-07-04 17:59:59 +08:00
|
|
|
- 'Build system': 'build_system.md'
|
2018-08-24 17:23:49 +08:00
|
|
|
- Art guidelines:
|
|
|
|
- 'How to add assets': 'how_to_add_assets.md'
|
|
|
|
- 'How to model vehicles': 'how_to_model_vehicles.md'
|
2018-04-17 18:22:07 +08:00
|
|
|
|
2017-10-30 17:59:19 +08:00
|
|
|
markdown_extensions:
|
2017-11-13 21:01:55 +08:00
|
|
|
- admonition
|