carla/mkdocs.yml

45 lines
1.6 KiB
YAML
Raw Normal View History

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
pages:
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'
- 'Running the simulator': 'running_simulator_standalone.md'
- 'Connecting a Python client': 'connecting_the_client.md'
- 'Configuring the simulation': 'configuring_the_simulation.md'
2017-11-16 23:14:11 +08:00
- 'Measurements': 'measurements.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'
2018-04-17 18:22:07 +08:00
- Driving Benchmark:
- 'Quick Start': 'benchmark_start.md'
- 'General Structure': 'benchmark_structure.md'
- 'Creating Your Benchmark': 'benchmark_creating.md'
- 'Computed Performance Metrics': 'benchmark_metrics.md'
- 'ResultsTown01': 'benchmark_basic_results_town01.md'
- 'ResultsTown02': 'benchmark_basic_results_town02.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:
- 'CARLA Settings': 'carla_settings.md'
- 'Simulator keyboard input': 'simulator_keyboard_input.md'
- 'Running without display and selecting GPUs': 'carla_headless.md'
- "How to link Epic's Automotive Materials": 'epic_automotive_materials.md'
2017-12-04 23:18:14 +08:00
- Contributing:
- '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'
2017-11-13 21:01:55 +08:00
- 'How to add assets': 'how_to_add_assets.md'
2017-12-04 23:18:14 +08:00
- 'CARLA design': 'carla_design.md'
2017-11-13 21:01:55 +08:00
- 'CarlaServer documentation': 'carla_server.md'
2017-10-30 17:59:19 +08:00
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