Files
scenarionet/documentation/README.md
PENG Zhenghao af9fe0a2aa Update document, add a colab example for reading data, upgrade numpy dependency (#34)
* 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
2023-10-18 14:32:01 -07:00

265 B

This folder contains files for the documentation: https://scenarionet.readthedocs.io/.

To build documents locally, please run the following script:

cd scenarionet
pip install -e .[doc]
cd documentation
make html