From 1207d0d2deb87d7000db2b661efc9f4de2902e84 Mon Sep 17 00:00:00 2001 From: hpk Date: Thu, 2 Apr 2009 10:08:38 +0200 Subject: [PATCH] [svn r63522] ReST fixes, Copyright fixes --HG-- branch : trunk --- py/doc/conf.py | 2 +- py/doc/execnet.txt | 2 +- py/doc/misc.txt | 5 ----- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/py/doc/conf.py b/py/doc/conf.py index 9cc1d68af..9528438c1 100644 --- a/py/doc/conf.py +++ b/py/doc/conf.py @@ -39,7 +39,7 @@ master_doc = 'index' # General information about the project. 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 # |version| and |release|, also used in various other places throughout the diff --git a/py/doc/execnet.txt b/py/doc/execnet.txt index 545c3e4d1..9a013dff8 100644 --- a/py/doc/execnet.txt +++ b/py/doc/execnet.txt @@ -64,7 +64,7 @@ an example for reading the PID:: .. _`exchange data`: Channels: bidirectionally exchange data between hosts -=================================================== +======================================================= A channel object allows to send and receive data between two asynchronously running programs. When calling diff --git a/py/doc/misc.txt b/py/doc/misc.txt index 7f35c1966..1b4f8dab7 100644 --- a/py/doc/misc.txt +++ b/py/doc/misc.txt @@ -21,11 +21,6 @@ is made to import submodules. 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 system executables. :api:`py.process.cmdexec()` invokes the shell in order to execute a string. The other