2023-10-18 14:32:01 -07:00
|
|
|
This folder contains files for the documentation:
|
|
|
|
|
[https://scenarionet.readthedocs.io/](https://scenarionet.readthedocs.io/).
|
2023-08-08 17:33:02 +01:00
|
|
|
|
2023-10-18 14:32:01 -07:00
|
|
|
To build documents locally, please run the following script:
|
2023-08-08 17:33:02 +01:00
|
|
|
|
2023-10-18 14:32:01 -07:00
|
|
|
```bash
|
|
|
|
|
cd scenarionet
|
2023-08-25 18:35:46 +01:00
|
|
|
pip install -e .[doc]
|
2023-10-18 14:32:01 -07:00
|
|
|
cd documentation
|
2023-08-08 17:33:02 +01:00
|
|
|
make html
|
|
|
|
|
```
|