Files
scenarionet/documentation/README.md
Quanyi Li e9d816ddd8 Doc-example (#18)
* reactive traffic example

* structure

* structure

* waymo example

* rename and add doc

* finish example

* example

* start from 2
2023-08-25 18:35:46 +01:00

10 lines
257 B
Markdown

This folder contains files for the documentation: [https://scenarionet.readthedocs.io/](https://scenarionet.readthedocs.io/).
To build documents locally, please run the following codes:
```
pip install -e .[doc]
cd scenarionet/documentation
make html
```