Skip to content

Commit

Permalink
Add dependency to module documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Easterbrook <jim@jim-easterbrook.me.uk>
  • Loading branch information
jim-easterbrook committed Aug 23, 2018
1 parent d2d51a1 commit 40be4b4
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pywws/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '18.8.0'
_release = '1585'
_commit = '32c86b8'
_release = '1586'
_commit = 'd2d51a1'
1 change: 1 addition & 0 deletions src/pywws/examples/modules/aws_api_gw_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
This is for any service that accepts key value data via a GET method. This
supports optional extra headers.
* Additional dependency: http://docs.python-requests.org/
* Example ``weather.ini`` configuration::
[aws_api_gw_service]
Expand Down
1 change: 1 addition & 0 deletions src/pywws/service/metoffice.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
* Create account: https://register.metoffice.gov.uk/WaveRegistrationClient/public/newaccount.do?service=weatherobservations
* API: http://wow.metoffice.gov.uk/support/dataformats#automatic
* Additional dependency: http://docs.python-requests.org/
* Example ``weather.ini`` configuration::
[metoffice]
Expand Down
1 change: 1 addition & 0 deletions src/pywws/service/openweathermap.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
* Create account: https://home.openweathermap.org/users/sign_up
* API: https://openweathermap.org/stations
* Additional dependency: http://docs.python-requests.org/
* Example ``weather.ini`` configuration::
[openweathermap]
Expand Down
1 change: 1 addition & 0 deletions src/pywws/service/pwsweather.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
* Create account: http://www.pwsweather.com/register.php
* API based on WU protocol: `<http://wiki.wunderground.com/index.php/PWS_-_Upload_Protocol>`_
* Additional dependency: http://docs.python-requests.org/
* Example ``weather.ini`` configuration::
[pwsweather]
Expand Down
1 change: 1 addition & 0 deletions src/pywws/service/temperaturnu.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
in many places.
* Web site: http://www.temperatur.nu/
* Additional dependency: http://docs.python-requests.org/
* Example ``weather.ini`` configuration::
[temperaturnu]
Expand Down
1 change: 1 addition & 0 deletions src/pywws/service/underground.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
* Create account: http://www.wunderground.com/members/signup.asp
* API: `<http://wiki.wunderground.com/index.php/PWS_-_Upload_Protocol>`_
* Additional dependency: http://docs.python-requests.org/
* Example ``weather.ini`` configuration::
[underground]
Expand Down
1 change: 1 addition & 0 deletions src/pywws/service/wetterarchivde.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
reasons.
* Register station: https://www.wetter.com/mein_wetter/login/
* Additional dependency: http://docs.python-requests.org/
* Example ``weather.ini`` configuration::
[wetterarchivde]
Expand Down

0 comments on commit 40be4b4

Please sign in to comment.