From 9df30444ef0129bffd003442ae86539ae6f2c13b Mon Sep 17 00:00:00 2001 From: Mark Mikofski Date: Mon, 20 Jan 2020 23:12:14 -0800 Subject: [PATCH 1/7] add numfocus affiliation to sphinx docs --- docs/sphinx/source/index.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/sphinx/source/index.rst b/docs/sphinx/source/index.rst index 06b7578a06..44c06909c0 100644 --- a/docs/sphinx/source/index.rst +++ b/docs/sphinx/source/index.rst @@ -73,6 +73,17 @@ Additional pvlib python publications include: in 43rd Photovoltaic Specialists Conference, 2016. +NumFOCUS +======== + +pvlib python is a [NumFOCUS Affiliated Project](https://numfocus.org/sponsored-projects/affiliated-projects) + +.. image:: https://i0.wp.com/numfocus.org/wp-content/uploads/2019/06/AffiliatedProject.png + :width: 100% + :target: https://numfocus.org/sponsored-projects/affiliated-projects + :alt: NumFocus Affliated Projects + + Contents ======== From 0fd11e87d8972b216078083a20ea4ef1bc3ac4ac Mon Sep 17 00:00:00 2001 From: Mark Mikofski Date: Mon, 20 Jan 2020 23:14:10 -0800 Subject: [PATCH 2/7] fix link to use rst, not markdown --- docs/sphinx/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx/source/index.rst b/docs/sphinx/source/index.rst index 44c06909c0..0b47a22b77 100644 --- a/docs/sphinx/source/index.rst +++ b/docs/sphinx/source/index.rst @@ -76,7 +76,7 @@ Additional pvlib python publications include: NumFOCUS ======== -pvlib python is a [NumFOCUS Affiliated Project](https://numfocus.org/sponsored-projects/affiliated-projects) +pvlib python is a `NumFOCUS Affiliated Project `_ .. image:: https://i0.wp.com/numfocus.org/wp-content/uploads/2019/06/AffiliatedProject.png :width: 100% From 123c086b0236a1936a152687aac55004f1c9da17 Mon Sep 17 00:00:00 2001 From: Mark Mikofski Date: Mon, 20 Jan 2020 23:42:53 -0800 Subject: [PATCH 3/7] no width on numfocus image --- docs/sphinx/source/index.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/sphinx/source/index.rst b/docs/sphinx/source/index.rst index 0b47a22b77..8701919dcb 100644 --- a/docs/sphinx/source/index.rst +++ b/docs/sphinx/source/index.rst @@ -79,7 +79,6 @@ NumFOCUS pvlib python is a `NumFOCUS Affiliated Project `_ .. image:: https://i0.wp.com/numfocus.org/wp-content/uploads/2019/06/AffiliatedProject.png - :width: 100% :target: https://numfocus.org/sponsored-projects/affiliated-projects :alt: NumFocus Affliated Projects From 8e5cf8b318e0ed65dd448294fa7e371a5d224a00 Mon Sep 17 00:00:00 2001 From: Mark Mikofski Date: Wed, 22 Jan 2020 10:40:05 -0800 Subject: [PATCH 4/7] Create v0.7.2.rst --- docs/sphinx/source/whatsnew/v0.7.2.rst | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/sphinx/source/whatsnew/v0.7.2.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..ffa7981d3f --- /dev/null +++ b/docs/sphinx/source/whatsnew/v0.7.2.rst @@ -0,0 +1,7 @@ +Documentation +============= +* Add NumFOCUS affiliation to Sphinx documentation :pull:`862` + +Contributors +============ +* mikofski (ghuser:`mikofski`) From ba1f3deb5dffc88588d74978b52310fb984ea853 Mon Sep 17 00:00:00 2001 From: Mark Mikofski Date: Wed, 22 Jan 2020 11:38:23 -0800 Subject: [PATCH 5/7] include what's new for v0.7.2 --- docs/sphinx/source/whatsnew.rst | 1 + 1 file changed, 1 insertion(+) 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 From 0b1d201cce09b8a35244e211e4f54c5a3987f463 Mon Sep 17 00:00:00 2001 From: Mark Mikofski Date: Wed, 22 Jan 2020 12:01:26 -0800 Subject: [PATCH 6/7] fix typos in what's new for v0.7.2 * ghuser directive missing colon * missing title and reference directive * use pre-established heading conventions like tildes and single dashes --- docs/sphinx/source/whatsnew/v0.7.2.rst | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/sphinx/source/whatsnew/v0.7.2.rst b/docs/sphinx/source/whatsnew/v0.7.2.rst index ffa7981d3f..3bc10d80c8 100644 --- a/docs/sphinx/source/whatsnew/v0.7.2.rst +++ b/docs/sphinx/source/whatsnew/v0.7.2.rst @@ -1,7 +1,12 @@ +.. _whatsnew_0720: + +v0.7.2 (Month day, year) +------------------------- + Documentation -============= +~~~~~~~~~~~~~ * Add NumFOCUS affiliation to Sphinx documentation :pull:`862` Contributors -============ -* mikofski (ghuser:`mikofski`) +~~~~~~~~~~~~ +* mikofski (:ghuser:`mikofski`) From d58c61abed53e081364058b6f60b5cacdba802a3 Mon Sep 17 00:00:00 2001 From: Mark Mikofski Date: Wed, 22 Jan 2020 12:35:51 -0800 Subject: [PATCH 7/7] use my full name --- docs/sphinx/source/whatsnew/v0.7.2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx/source/whatsnew/v0.7.2.rst b/docs/sphinx/source/whatsnew/v0.7.2.rst index 3bc10d80c8..3c69593fdf 100644 --- a/docs/sphinx/source/whatsnew/v0.7.2.rst +++ b/docs/sphinx/source/whatsnew/v0.7.2.rst @@ -9,4 +9,4 @@ Documentation Contributors ~~~~~~~~~~~~ -* mikofski (:ghuser:`mikofski`) +* Mark Mikofski (:ghuser:`mikofski`)