From 01039e681b78c11eb5ff06e922e9242112f51c90 Mon Sep 17 00:00:00 2001 From: Will Holmgren Date: Mon, 20 Aug 2018 19:26:14 -0700 Subject: [PATCH] copy getting support to readme --- README.md | 17 +++++++++++++---- docs/sphinx/source/whatsnew/v0.6.0.rst | 1 + 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9e1518589c..59c064f4c2 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,17 @@ License BSD 3-clause -Contact -======= +Getting support +=============== + +pvlib usage questions can be asked on +[Stack Overflow](http://stackoverflow.com) and tagged with +the [pvlib](http://stackoverflow.com/questions/tagged/pvlib) tag. + +The [pvlib-python google group](https://groups.google.com/forum/#!forum/pvlib-python) +is used for discussing various topics of interest to the pvlib-python +community. We also make new version announcements on the google group. -Please use our [issues page](https://github.com/pvlib/pvlib-python/issues) -to contact the developers and pvlib community. +If you suspect that you may have discovered a bug or if you'd like to +change something about pvlib, then please make an issue on our +[GitHub issues page](https://github.com/pvlib/pvlib-python/issues). diff --git a/docs/sphinx/source/whatsnew/v0.6.0.rst b/docs/sphinx/source/whatsnew/v0.6.0.rst index 12bff3d5d9..e992c813c6 100644 --- a/docs/sphinx/source/whatsnew/v0.6.0.rst +++ b/docs/sphinx/source/whatsnew/v0.6.0.rst @@ -132,6 +132,7 @@ Documentation * Minor improvements and updates to installation documentation. (:issue:`531`) * Improve LocalizedPVSystem and LocalizedSingleAxisTracker documentation. (:issue:`532`) +* Copy pvlib documentation's "Getting support" section to README.md. Testing