Doc-example (#18)

* reactive traffic example

* structure

* structure

* waymo example

* rename and add doc

* finish example

* example

* start from 2
This commit is contained in:
Quanyi Li
2023-08-25 18:35:46 +01:00
committed by GitHub
parent 86e0113921
commit e9d816ddd8
23 changed files with 359 additions and 59 deletions

View File

@@ -3,7 +3,7 @@ This folder contains files for the documentation: [https://scenarionet.readthedo
To build documents locally, please run the following codes:
```
pip install sphinx sphinx_rtd_theme
pip install -e .[doc]
cd scenarionet/documentation
make html
```