|
1 | 1 | *Tyche:* *T*echnolog*y* *Ch*aracterization and *E*valuation |
2 | 2 | =========================================================== |
3 | 3 |
|
4 | | -* documentation: |
5 | | - * [web](https://tyche.live/) |
6 | | - * [PDF](https://github.com/NREL/tyche-docs/blob/dev/Tyche.pdf) |
7 | | - * [Markdown](index.rst) |
8 | | -* Conda environments: [conda/](conda/) |
9 | | -* Python packages: |
10 | | - * evaluation and optimization: [src/tyche/](src/tyche/) |
11 | | - * web-based user interface: [src/eutychia/](src/eutychia/) |
12 | | - * technology models: [src/technology/](src/technology/) |
13 | | -* Interim operational capabilities: |
14 | | - * [IOC-0](ioc-0/ReadMe.md): Proof-of-principle examples. |
15 | | - * [IOC-1](ioc-1/ReadMe.md): PV components, technologies, and materials/waste for Mock FOA. |
| 4 | +See our complete documentation on [GitHub Pages](https://nrel.github.io/tyche-docs/) or in downloadable PDF format [here](https://github.com/NREL/tyche-docs/blob/main/Tyche.pdf). |
| 5 | + |
| 6 | +If you would like to download the Tyche software, please visit our [releases page](https://github.com/NREL/tyche/releases) to access the most recent release. |
| 7 | + |
| 8 | +The directory structure of this repository is as follows: |
| 9 | + |
| 10 | +* conda: Conda environment specification files for use when installing or updating Tyche. |
| 11 | +* docs: Documentation source files and related metadata. |
| 12 | +* src: Tyche's code base |
| 13 | + * eutychia: Code for the browser-based graphical user interface |
| 14 | + * technology: Datasets, models, and analysis Jupyter notebooks for Tyche case studies. Subdirectories contain the datasets and notebooks for each case study. |
| 15 | + * pv-residential-large |
| 16 | + * pv-residential-simple |
| 17 | + * simple-electrolysis |
| 18 | + * transport-model |
| 19 | + * tutorial-basic |
| 20 | + * tutorial-biorefinery |
| 21 | + * utility-pv |
| 22 | + * tyche: Code for ensemble evaluation and stochastic optimization. |
| 23 | + |
| 24 | +The branch structure of this repository is as follows: |
| 25 | + |
| 26 | +* `main` contains the current stable and released version of Tyche and can only be altered via approved pull request |
| 27 | +* `dev` contains the latest working version of Tyche and may contain unresolved bugs. Commits directly to `dev` should be avoided except for urgent bug fixes and last minute pre-release commits. |
| 28 | +* All other branches are feature branches under active development and should not be used for applications. |
| 29 | + |
| 30 | + |
0 commit comments