Skip to content

Commit

Permalink
Documentation is now hosted on Read the Docs
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 May 20, 2015
1 parent d30e061 commit fd71d45
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ pywws is a collection of Python modules to read, store and process data from pop
The software has been developed to run in a low power, low memory environment such as a router or Raspberry Pi. It can be used to create graphs and web pages showing recent weather readings, typically updated every hour. It can also send "live" data to services such as `Weather Underground <http://www.wunderground.com/>`_ and post messages to `Twitter <https://twitter.com/>`_.

The development version of pywws is hosted on GitHub.
* code: https://github.com/jim-easterbrook/pywws
* documentation: http://jim-easterbrook.github.io/pywws
* https://github.com/jim-easterbrook/pywws

"Snapshot" releases of pywws are available from the Python Package Index (PyPI).
* code: https://pypi.python.org/pypi/pywws
* documentation: http://pythonhosted.org/pywws
* https://pypi.python.org/pypi/pywws

Documentation is hosted on Read the Docs.
* http://pywws.readthedocs.org/
6 changes: 3 additions & 3 deletions src/pywws/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '15.05.0.dev1289'
_release = '1289'
_commit = '1f02186'
__version__ = '15.05.0.dev1290'
_release = '1290'
_commit = 'd30e061'

0 comments on commit fd71d45

Please sign in to comment.