diff --git a/docs/sphinx/source/index.rst b/docs/sphinx/source/index.rst index 06b7578a06..8701919dcb 100644 --- a/docs/sphinx/source/index.rst +++ b/docs/sphinx/source/index.rst @@ -73,6 +73,16 @@ Additional pvlib python publications include: in 43rd Photovoltaic Specialists Conference, 2016. +NumFOCUS +======== + +pvlib python is a `NumFOCUS Affiliated Project `_ + +.. image:: https://i0.wp.com/numfocus.org/wp-content/uploads/2019/06/AffiliatedProject.png + :target: https://numfocus.org/sponsored-projects/affiliated-projects + :alt: NumFocus Affliated Projects + + Contents ======== diff --git a/docs/sphinx/source/whatsnew.rst b/docs/sphinx/source/whatsnew.rst index 29bdcb59c6..2f0fe447c1 100644 --- a/docs/sphinx/source/whatsnew.rst +++ b/docs/sphinx/source/whatsnew.rst @@ -6,6 +6,7 @@ What's New These are new features and improvements of note in each release. +.. include:: whatsnew/v0.7.2.rst .. include:: whatsnew/v0.7.1.rst .. include:: whatsnew/v0.7.0.rst .. include:: whatsnew/v0.6.3.rst diff --git a/docs/sphinx/source/whatsnew/v0.7.2.rst b/docs/sphinx/source/whatsnew/v0.7.2.rst new file mode 100644 index 0000000000..3c69593fdf --- /dev/null +++ b/docs/sphinx/source/whatsnew/v0.7.2.rst @@ -0,0 +1,12 @@ +.. _whatsnew_0720: + +v0.7.2 (Month day, year) +------------------------- + +Documentation +~~~~~~~~~~~~~ +* Add NumFOCUS affiliation to Sphinx documentation :pull:`862` + +Contributors +~~~~~~~~~~~~ +* Mark Mikofski (:ghuser:`mikofski`)