[svn r63522] ReST fixes, Copyright fixes
--HG-- branch : trunk
This commit is contained in:
parent
e84337d7cd
commit
1207d0d2de
|
@ -39,7 +39,7 @@ master_doc = 'index'
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'py lib'
|
project = u'py lib'
|
||||||
copyright = u'2009, Holger Krekel'
|
copyright = u'2009, Holger Krekel and others'
|
||||||
|
|
||||||
# The version info for the project you're documenting, acts as replacement for
|
# The version info for the project you're documenting, acts as replacement for
|
||||||
# |version| and |release|, also used in various other places throughout the
|
# |version| and |release|, also used in various other places throughout the
|
||||||
|
|
|
@ -64,7 +64,7 @@ an example for reading the PID::
|
||||||
.. _`exchange data`:
|
.. _`exchange data`:
|
||||||
|
|
||||||
Channels: bidirectionally exchange data between hosts
|
Channels: bidirectionally exchange data between hosts
|
||||||
===================================================
|
=======================================================
|
||||||
|
|
||||||
A channel object allows to send and receive data between
|
A channel object allows to send and receive data between
|
||||||
two asynchronously running programs. When calling
|
two asynchronously running programs. When calling
|
||||||
|
|
|
@ -21,11 +21,6 @@ is made to import submodules.
|
||||||
Support for interaction with system utilities/binaries
|
Support for interaction with system utilities/binaries
|
||||||
======================================================
|
======================================================
|
||||||
|
|
||||||
sources:
|
|
||||||
|
|
||||||
* :source:`py/process/`
|
|
||||||
* :source:`py/path/local/`
|
|
||||||
|
|
||||||
Currently, the py lib offers two ways to interact with
|
Currently, the py lib offers two ways to interact with
|
||||||
system executables. :api:`py.process.cmdexec()` invokes
|
system executables. :api:`py.process.cmdexec()` invokes
|
||||||
the shell in order to execute a string. The other
|
the shell in order to execute a string. The other
|
||||||
|
|
Loading…
Reference in New Issue