Files
scenarionet/documentation
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
..
2023-08-26 22:29:54 +01:00
2023-08-26 22:29:54 +01:00
2023-08-27 11:41:50 +01:00
2023-08-26 22:29:54 +01:00
2023-08-27 16:26:00 +01:00
2023-08-08 18:16:31 +01:00
2023-08-08 18:16:31 +01:00
2023-08-26 22:29:54 +01:00
2023-10-04 16:46:39 +01:00
2023-10-04 16:46:39 +01:00
2023-08-27 18:18:41 +01:00
2023-08-25 18:57:12 +01:00
2023-09-12 22:28:21 +01:00
2023-10-04 16:46:39 +01:00

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