Skip to content

Commit

Permalink
doc: mention OSX (remove Jython) update online doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
zsquareplusc committed Oct 1, 2015
1 parent 168704f commit 418262d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
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.

- Project Homepage: https://github.com/pyserial/pyserial
- Download Page: https://pypi.python.org/pypi/pyserial
Expand Down
11 changes: 7 additions & 4 deletions documentation/pyserial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 418262d

Please sign in to comment.