[svn r63522] ReST fixes, Copyright fixes

--HG--
branch : trunk
This commit is contained in:
hpk 2009-04-02 10:08:38 +02:00
parent e84337d7cd
commit 1207d0d2de
3 changed files with 2 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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