summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorChris Liechti <cliechti@gmx.net>2015-10-02 22:16:51 +0200
committerChris Liechti <cliechti@gmx.net>2015-10-02 22:16:51 +0200
commit2fb340472f0eb96a24e780ad26fbfa741d1b0fcb (patch)
treeb926706287bfc224deb2311e83ab371071b1de54 /documentation
parent418262d2b45e33c1835292ebd9581a7043b5215d (diff)
downloadpyserial-git-2fb340472f0eb96a24e780ad26fbfa741d1b0fcb.tar.gz
doc update
Diffstat (limited to 'documentation')
-rw-r--r--documentation/index.rst10
1 files changed, 6 insertions, 4 deletions
diff --git a/documentation/index.rst b/documentation/index.rst
index e1699f5..5ed0ba1 100644
--- a/documentation/index.rst
+++ b/documentation/index.rst
@@ -3,16 +3,18 @@
Welcome to pySerial's documentation
===================================
+
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.
Other pages (online)
- `project page on GitHub`_
- `Download Page`_ with releases
-- 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/ .
.. _`project page on GitHub`: https://github.com/pyserial/
.. _`Download Page`: http://pypi.python.org/pypi/pyserial