Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 904 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 904 Bytes

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