Skip to content

Commit 3b3a38a

Browse files
cwhansekandersolar
andauthored
move Matlab references to history (#2012)
* move Matlab references to history * whatsnew * Update docs/sphinx/source/index.rst Co-authored-by: Kevin Anderson <[email protected]> --------- Co-authored-by: Kevin Anderson <[email protected]>
1 parent c2ac022 commit 3b3a38a

File tree

7 files changed

+9
-102
lines changed

7 files changed

+9
-102
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,8 @@ BSD 3-clause.
145145
History and acknowledgement
146146
===========================
147147

148-
pvlib python started out as a Python translation of the PVLIB MATLAB
149-
toolbox (developed by the [PVPMC](https://pvpmc.sandia.gov/) at
150-
Sandia National Laboratories) in 2013 and has grown substantially since then.
148+
pvlib python began in 2013 as a Python translation of the [PVLIB for Matlab](https://github.com/sandialabs/MATLAB_PV_LIB)
149+
toolbox developed by Sandia National Laboratories. pvlib python has grown substantially since then.
151150
Today it contains code contributions from over a hundred individuals worldwide
152151
and is maintained by a core group of PV modelers from a variety of institutions.
153152

docs/sphinx/source/contributing.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ pvlib-python, git, or Python:
3131
* Improve the documentation and the unit tests.
3232
* Improve the IPython/Jupyter Notebook tutorials or write new ones that
3333
demonstrate how to use pvlib-python in your area of expertise.
34-
* If you have MATLAB experience, you can help us keep pvlib-python
35-
up to date with PVLIB_MATLAB or help us develop common unit tests.
36-
For more, see `Issue #2 <https://github.com/pvlib/pvlib-python/issues/2>`_
37-
and `Issue #3 <https://github.com/pvlib/pvlib-python/issues/3>`_.
3834
* Tell your friends and colleagues about pvlib-python.
3935
* Add your project to our
4036
`Projects and publications that use pvlib-python wiki

docs/sphinx/source/index.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,10 @@ ensure consistency throughout the library.
3434
History and acknowledgement
3535
===========================
3636

37-
pvlib python started out as a Python translation of the PVLIB MATLAB
38-
toolbox (developed by the `PVPMC <https://pvpmc.sandia.gov/>`_ at
39-
Sandia National Laboratories) in 2013 and has grown substantially since then.
37+
pvlib python began in 2013 as a Python translation of the `PVLIB for Matlab <https://github.com/sandialabs/MATLAB_PV_LIB>`_
38+
toolbox developed by Sandia National Laboratories. pvlib python has grown substantially since then.
4039
Today it contains code contributions from over a hundred individuals worldwide
41-
and is maintained by a core group of PV modelers from a variety institutions.
40+
and is maintained by a core group of PV modelers from a variety of institutions.
4241

4342
pvlib has been supported directly and indirectly by DOE, NumFOCUS, and
4443
Google Summer of Code funding, university research projects,

docs/sphinx/source/user_guide/comparison_pvlib_matlab.rst

Lines changed: 0 additions & 88 deletions
This file was deleted.

docs/sphinx/source/user_guide/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ User Guide
1515
clearsky
1616
bifacial
1717
weather_data
18-
comparison_pvlib_matlab
1918
variables_style_rules
2019
singlediode
2120
faq

docs/sphinx/source/user_guide/package_overview.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ instructions on how to contribute. We really appreciate it!
4747

4848
Credits
4949
-------
50-
The pvlib-python community thanks Sandia National Lab
51-
for developing PVLIB Matlab and for supporting
50+
The pvlib-python community thanks Sandia National Laboratories
51+
for developing PVLIB for Matlab and for supporting
5252
Rob Andrews of Calama Consulting to port the library to Python.
5353
Will Holmgren thanks the Department of Energy's Energy
5454
Efficiency and Renewable Energy Postdoctoral Fellowship Program

docs/sphinx/source/whatsnew/v0.10.5.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Documentation
2525
~~~~~~~~~~~~~
2626
* Fix variable name typo at
2727
``docs\examples\system-models\plot_oedi_9068.py``, (:pull:`1996`)
28+
* Remove "Comparison with PVLib for Matlab" page from the User Guide (:issue:`2010`, :pull:`2012`)
2829

2930

3031
Requirements
@@ -33,3 +34,4 @@ Requirements
3334

3435
Contributors
3536
~~~~~~~~~~~~
37+
* Cliff Hansen (:ghuser:`cwhanse`)

0 commit comments

Comments
 (0)