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
This commit is contained in:
PENG Zhenghao
2023-10-18 14:32:01 -07:00
committed by GitHub
parent 5fa5c1070f
commit af9fe0a2aa
11 changed files with 3847 additions and 47 deletions

View File

@@ -1,9 +1,11 @@
This folder contains files for the documentation: [https://scenarionet.readthedocs.io/](https://scenarionet.readthedocs.io/).
This folder contains files for the documentation:
[https://scenarionet.readthedocs.io/](https://scenarionet.readthedocs.io/).
To build documents locally, please run the following codes:
To build documents locally, please run the following script:
```
```bash
cd scenarionet
pip install -e .[doc]
cd scenarionet/documentation
cd documentation
make html
```