Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/DuraMAT/pv-terms

Standard Nomenclature for PV Systems
https://github.com/DuraMAT/pv-terms

Last synced: 3 months ago
JSON representation

Standard Nomenclature for PV Systems

Awesome Lists containing this project

README

        

# pv-terms

The pv-terms project contains nomenclature for PV-relevant terms that are used in modeling and data analysis for PV systems.

The pv-terms project is a work in progress. The team would greatly appreciate feedback and suggestions. To comment, please open an issue.

Formatted documentation available at http://duramat.github.io/pv-terms/

## Building the documentation

To build the documentation locally, you'll need to install the sphinx
requirements. It's probably a good idea to be working in a virtual
environment, but not strictly necessary.

pip install -r requirements.txt

There are a few ways to build the docs. To do this, cd into the `docs_source` folder. The first method generates html files in `source/_build/html`:

make html

The second method does the same thing but then copies the files into `docs/` so that they'll get detected by Github Pages:

make github