Add link to Python wiki's parallel processing page.
authorW. Trevor King <wking@drexel.edu>
Wed, 20 Oct 2010 11:41:48 +0000 (07:41 -0400)
committerW. Trevor King <wking@drexel.edu>
Wed, 20 Oct 2010 11:41:48 +0000 (07:41 -0400)
pysawsim/manager/__init__.py

index 5cc1d6e2161caa7d44353a575c2813ead6412d72..0e01ac6f3aa00dd4f951809bd9d835bc68649253 100644 (file)
 # Philadelphia PA 19104, USA.
 
 """Functions for running external commands on other hosts.
 # Philadelphia PA 19104, USA.
 
 """Functions for running external commands on other hosts.
+
+See the Python wiki_ for a list of parallel processing modules.
+
+.. _wiki: http://wiki.python.org/moin/ParallelProcessing
 """
 
 from .. import invoke as invoke
 """
 
 from .. import invoke as invoke