~ampelbein/ubuntu/natty/pyserial/lp-715766

« back to all changes in this revision

Viewing changes to documentation/index.rst

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2011-01-25 07:59:17 UTC
  • mfrom: (3.1.5 experimental)
  • Revision ID: james.westby@ubuntu.com-20110125075917-m132a8pxfff5a7sf
Tags: 2.5-1
* New upstream version. Closes: #520618.
* Build a python3-serial package.
* Don't use string exception in miniterm.py. Closes: #585328.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.. pySerial documentation master file
 
2
 
 
3
Welcome to pySerial's documentation
 
4
===================================
 
5
 
 
6
This module encapsulates the access for the serial port. It provides backends
 
7
for Python running on Windows, Linux, BSD (possibly any POSIX compliant
 
8
system), Jython and IronPython (.NET and Mono). The module named "serial"
 
9
automatically selects the appropriate backend.
 
10
 
 
11
Other pages (online)
 
12
 
 
13
- `project page on SourceForge`_
 
14
- `SVN repository`_
 
15
- `Download Page`_ with releases
 
16
- This page, when viewed online is at http://pyserial.sf.net.
 
17
 
 
18
.. _`project page on SourceForge`: http://sourceforge.net/projects/pyserial/
 
19
.. _`SVN repository`: http://sourceforge.net/svn/?group_id=46487
 
20
.. _`Download Page`: http://pypi.python.org/pypi/pyserial
 
21
 
 
22
 
 
23
Contents:
 
24
 
 
25
.. toctree::
 
26
    :maxdepth: 2
 
27
 
 
28
    pyserial
 
29
    shortintro
 
30
    examples
 
31
    pyserial_api
 
32
    pyparallel
 
33
    appendix
 
34
 
 
35
Indices and tables
 
36
==================
 
37
 
 
38
* :ref:`genindex`
 
39
* :ref:`modindex`
 
40
* :ref:`search`
 
41