* Minor update to docs * WIP * adjust numpy requirement * prepare example for reading data from SN dataset * prepare example for reading data from SN dataset * clean
12 lines
265 B
Markdown
12 lines
265 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 script:
|
|
|
|
```bash
|
|
cd scenarionet
|
|
pip install -e .[doc]
|
|
cd documentation
|
|
make html
|
|
```
|