From df04c34c0b2f85572a0ff76d54cb1ebc0764115d Mon Sep 17 00:00:00 2001 From: Cameron Stark Date: Thu, 13 Feb 2020 20:30:36 -0700 Subject: [PATCH 1/3] fix documentation home page title --- docs/sphinx/source/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/sphinx/source/index.rst b/docs/sphinx/source/index.rst index 8701919dcb..eff8dec665 100644 --- a/docs/sphinx/source/index.rst +++ b/docs/sphinx/source/index.rst @@ -1,7 +1,8 @@ .. image:: _images/pvlib_logo_horiz.png :width: 600 -======================================== +pvlib python +========================================================================================================== pvlib python is a community supported tool that provides a set of functions and classes for simulating the performance of photovoltaic From 5cc2c109b36e7a33558fa30eeb06d77f2fd8091e Mon Sep 17 00:00:00 2001 From: Cameron Stark Date: Thu, 13 Feb 2020 21:20:46 -0700 Subject: [PATCH 2/3] fix line length --- 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 eff8dec665..1717ec233f 100644 --- a/docs/sphinx/source/index.rst +++ b/docs/sphinx/source/index.rst @@ -2,7 +2,7 @@ :width: 600 pvlib python -========================================================================================================== +============ pvlib python is a community supported tool that provides a set of functions and classes for simulating the performance of photovoltaic From 8da515b8a8e464e23b4418538a4e7048a502823f Mon Sep 17 00:00:00 2001 From: Cameron Stark Date: Thu, 13 Feb 2020 21:40:29 -0700 Subject: [PATCH 3/3] add to what's new --- docs/sphinx/source/whatsnew/v0.7.2.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sphinx/source/whatsnew/v0.7.2.rst b/docs/sphinx/source/whatsnew/v0.7.2.rst index 16e9de086c..9d69fe0a37 100644 --- a/docs/sphinx/source/whatsnew/v0.7.2.rst +++ b/docs/sphinx/source/whatsnew/v0.7.2.rst @@ -22,6 +22,8 @@ Bug fixes calls in :py:mod:`pvlib.tests.iotools.test_psm3` (:pull:`873`) * Fix issue with :py:class:`pvlib.location.Location` creation when passing ``tz=datetime.timezone.utc`` (:pull:`879`) +* Fix documentation homepage title to "pvlib python" based on first heading on + the page. (:pull:`890`) (:issue:`888`) Documentation ~~~~~~~~~~~~~