Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/DuraMAT/pv-terms
- Owner: DuraMAT
- License: bsd-3-clause
- Created: 2020-03-13T13:05:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-03T18:19:56.000Z (over 4 years ago)
- Last Synced: 2024-06-11T17:38:38.827Z (5 months ago)
- Language: Python
- Size: 5.93 MB
- Stars: 16
- Watchers: 7
- Forks: 3
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.html
- License: LICENSE
Awesome Lists containing this project
- open-sustainable-technology - pv-terms - Contains nomenclature for PV-relevant terms that are used in modeling and data analysis for PV systems. (Renewable Energy / Photovoltaics and Solar Energy)
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