10 lines
271 B
Markdown
10 lines
271 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 sphinx sphinx_rtd_theme
|
||
|
|
cd scenarionet/documentation
|
||
|
|
make html
|
||
|
|
```
|