DuraMAT / pv-terms

Standard Nomenclature for PV Systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Standard Nomenclature for PV Systems

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 85.0%Language:Batchfile 7.1%Language:Makefile 5.2%Language:HTML 2.6%