aboutsummaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorChris Liechti <cliechti@gmx.net>2015-10-21 17:37:08 +0200
committerChris Liechti <cliechti@gmx.net>2015-10-21 17:37:08 +0200
commit2a1befc9a5e7ca1ba2c11fead5115682fbe8d8c4 (patch)
tree636c98713be846e5f8b48bf17ba826f4514a8deb /documentation
parentcc654c80b8a432459925618dc2d7fc6447cb12dc (diff)
downloadpyserial-2a1befc9a5e7ca1ba2c11fead5115682fbe8d8c4.tar.gz
doc update: fix links
Diffstat (limited to 'documentation')
-rw-r--r--documentation/index.rst1
-rw-r--r--documentation/pyserial_api.rst4
2 files changed, 3 insertions, 2 deletions
diff --git a/documentation/index.rst b/documentation/index.rst
index 5ed0ba1..a5eb155 100644
--- a/documentation/index.rst
+++ b/documentation/index.rst
@@ -16,6 +16,7 @@ Other pages (online)
- This page, when viewed online is at https://pyserial.readthedocs.org/en/latest/ or
http://pythonhosted.org/pyserial/ .
+.. _Python: http://python.org/
.. _`project page on GitHub`: https://github.com/pyserial/
.. _`Download Page`: http://pypi.python.org/pypi/pyserial
diff --git a/documentation/pyserial_api.rst b/documentation/pyserial_api.rst
index 4d7f3ba..5464b64 100644
--- a/documentation/pyserial_api.rst
+++ b/documentation/pyserial_api.rst
@@ -694,8 +694,8 @@ on regular serial ports.
.. class:: rfc2217.Serial
- This implements a :rfc:`2217` compatible client. Port names are URLs_ in the
- form: ``rfc2217://<host>:<port>[?<option>[&<option>]]``
+ This implements a :rfc:`2217` compatible client. Port names are :ref:`URL
+ <URLs>` in the form: ``rfc2217://<host>:<port>[?<option>[&<option>]]``
This class API is compatible to :class:`Serial` with a few exceptions: