Skip to content

Commit fce1d4d

Browse files
authored
Merge pull request #7 from potens1/doc-url
Add a little desc in doc and correct url
2 parents 812f269 + 5dff339 commit fce1d4d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

documentation/index.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
Welcome to pySerial-asyncio's documentation
44
===========================================
55

6+
`Async I/O`_ extension for the `Python Serial Port`_ package for OSX, Linux, BSD
7+
8+
It depends on pySerial and is compatible with Python 3.4 and later.
9+
10+
.. _`Async I/O`: https://www.python.org/dev/peps/pep-3156/
11+
.. _`Python Serial Port`: https://pypi.python.org/pypi/pyserial
12+
613

714
Other pages (online)
815

@@ -12,7 +19,7 @@ Other pages (online)
1219
http://pythonhosted.org/pyserial-asyncio/ .
1320

1421
.. _Python: http://python.org/
15-
.. _`project page on GitHub`: https://github.com/pyserial-asyncio/
22+
.. _`project page on GitHub`: https://github.com/pyserial/pyserial-asyncio/
1623
.. _`Download Page`: http://pypi.python.org/pypi/pyserial-asyncio
1724

1825

0 commit comments

Comments
 (0)