Skip to content

Commit

Permalink
Minor documentation tweak
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 30, 2018
1 parent e32d74f commit 2ac2f98
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/doc/api_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Upload data to online "services"
pywws.service.pwsweather
pywws.service.temperaturnu
pywws.service.underground
pywws.service.weathercloud
pywws.service.wetterarchivde
pywws.service.twitter
pywws.service.mastodon
Expand Down
2 changes: 1 addition & 1 deletion src/doc/guides/integration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ The remaining weather service uploads are handled by modules in the :ref:`pywws.
pywws.service.pwsweather
pywws.service.temperaturnu
pywws.service.underground
pywws.service.weathercloud
pywws.service.wetterarchivde
pywws.service.twitter
pywws.service.mastodon
pywws.service.weathercloud

These each use a separate thread to upload the data so that a slow or not responding service doesn't delay other processing or uploads.

Expand Down
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 = '1616'
_commit = '1ca6652'
_release = '1617'
_commit = 'e32d74f'

0 comments on commit 2ac2f98

Please sign in to comment.