Skip to content

Commit 5579d03

Browse files
authored
Polish documentation for v0.1.0 (#18)
* Update logo * Add dark logo * Correct file names * Tools for PV! * Update Changelog
1 parent af70a1b commit 5579d03

7 files changed

+28
-16
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PV Performance Labs Tools for Python
1+
# PV Performance Labs Tools for PV
22

33
*Useful tools for photovoltaics and beyond!*
44

@@ -64,7 +64,7 @@ When referring to this software in an academic or commercial context,
6464
please use a citation similar to the following:
6565

6666
A. Driesse,
67-
"PV Performance Labs Tools for Python", (2025), GitHub repository,
67+
"PV Performance Labs Tools for PV", (2025), GitHub repository,
6868
https://github.com/pvplabs/pvpltools
6969

7070
When referring to specific functions, docs strings or algorithms,

README_PYPI.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PV Performance Labs Tools for Python
1+
# PV Performance Labs Tools for PV
22

33
*Useful tools for photovoltaics and beyond!*
44

docs/conf.py

+4
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@
109109
# https://pydata-sphinx-theme.rtfd.io/en/latest/user_guide/configuring.html
110110

111111
html_theme_options = {
112+
"logo": {
113+
"text": "PV Performance Labs",
114+
"image_dark": "static/pvplabs_logo_dark.png",
115+
},
112116
"github_url": "https://github.com/pvplabs/pvpltools",
113117
"icon_links": [
114118
{

docs/index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
PV Performance Labs Tools for Python
2-
=====================================
1+
PV Performance Labs Tools for PV
2+
================================
33

44
*Useful tools for photovoltaics and beyond!*
55

docs/static/pvplabs_logo_dark.png

8.63 KB
Loading

docs/whatsnews/0.0.0-pre-PyPI-release.rst

+8-8
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ Historical notes
3535

3636
* The new module ``module_efficiency.py`` contains functions for:
3737

38-
- the new ADR model
39-
- HEY
40-
- MotherPV
41-
- PVGIS
42-
- MPM5
43-
- MPM6
44-
- bilinear
45-
- fitting any of the models to measurements
38+
* the new ADR model
39+
* HEY
40+
* MotherPV
41+
* PVGIS
42+
* MPM5
43+
* MPM6
44+
* bilinear
45+
* fitting any of the models to measurements
4646

4747

4848
2020-02-29

docs/whatsnews/0.1.0.rst

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1-
v0.1.0 (very soon!)
1+
v0.1.0 (2025-02-02)
22
-------------------
33

4-
* First official release of the project on PyPI.
5-
* Documentation published on readthedocs.org.
4+
First release of pvpltools on PyPI.
65

6+
* Same functionality as adriesse/pvpltools-python
7+
* Tested on Python 3.8 - 3.13
8+
* Documentation published on readthedocs.org
9+
10+
Many thanks to
11+
`Echedey Luis <https://github.com/echedey-ls>`_
12+
for helping me get this set up!
13+
14+
The stage is now set for adding some new functionality...

0 commit comments

Comments
 (0)