This repository contains the source files for the documentation of the WETO Software Stack, which includes an entry guide for new users, multiple listings and categorization of the software models, software quality characterization, and notes from the developer and user engagement that created the WETOStack content. See nrel.github.io/WETOStack/ for more information.
Copyright 2024 Alliance for Sustainable Energy, LLC.
The site is built using Jupyter Book. To build the site, run the following command:
pip install -r requirements.txt
cd docs/
jupyter-book build .
After a bit of output, the final lines will point to the location of the main HTML file that can be opened in a browser:
The HTML pages are in _build/html.
===============================================================================
Finished generating HTML for book.
Your book's HTML pages are here:
_build/html/
You can look at your book by opening this file in a browser:
_build/html/index.html
Or paste this line directly into your browser bar:
file://<removed>/wetostack/docs/_build/html/index.html
Note that the docs/_build folder must be removed and a rebuild done if changes to the software_attributes/database/ yamls are made.
The Python packages required to build this project, including those for the documentation site,
are listed in requirements.txt
.
WETO Software Stack is licensed under Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International