summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorChris Liechti <cliechti@gmx.net>2015-10-01 23:25:17 +0200
committerChris Liechti <cliechti@gmx.net>2015-10-01 23:25:17 +0200
commit418262d2b45e33c1835292ebd9581a7043b5215d (patch)
treee75d4e88d3ddd7e95517e334ee7bf7bd645caa00 /documentation
parent168704fe09ce85058b6bc0e7f0a25ac918d0a0b1 (diff)
downloadpyserial-git-418262d2b45e33c1835292ebd9581a7043b5215d.tar.gz
doc: mention OSX (remove Jython) update online doc link
Diffstat (limited to 'documentation')
-rw-r--r--documentation/pyserial.rst11
1 files changed, 7 insertions, 4 deletions
diff --git a/documentation/pyserial.rst b/documentation/pyserial.rst
index 7e925d1..fe8bc62 100644
--- a/documentation/pyserial.rst
+++ b/documentation/pyserial.rst
@@ -4,10 +4,11 @@
Overview
========
+
This module encapsulates the access for the serial port. It provides backends
-for Python running on Windows, Linux, BSD (possibly any POSIX compliant
-system), Jython and IronPython (.NET and Mono). The module named "serial"
-automatically selects the appropriate backend.
+for Python_ running on Windows, OSX, Linux, BSD (possibly any POSIX compliant
+system) and IronPython. The module named "serial" automatically selects the
+appropriate backend.
It is released under a free software license, see LICENSE_ for more
details.
@@ -18,8 +19,10 @@ Other pages (online)
- `project page on GitHub`_
- `Download Page`_ with releases (PyPi)
-- This page, when viewed online is at http://pythonhosted.org/pyserial/ .
+- This page, when viewed online is at https://pyserial.readthedocs.org/en/latest/ or
+ http://pythonhosted.org/pyserial/ .
+.. _Python: http://python.org/
.. _LICENSE: appendix.html#license
.. _`project page on GitHub`: https://github.com/pyserial/pyserial/
.. _`Download Page`: http://pypi.python.org/pypi/pyserial