[py-svn] r7050 - py/dist/doc

hpk at codespeak.net hpk at codespeak.net
Tue Oct 19 23:14:00 CEST 2004


Author: hpk
Date: Tue Oct 19 23:13:59 2004
New Revision: 7050

Modified:
   py/dist/doc/execnet.txt
   py/dist/doc/future.txt
Log:
some fixes and some more cross-references 
(did i mention that i begin to really like ReST?) 



Modified: py/dist/doc/execnet.txt
==============================================================================
--- py/dist/doc/execnet.txt	(original)
+++ py/dist/doc/execnet.txt	Tue Oct 19 23:13:59 2004
@@ -87,6 +87,7 @@
 you are running your code at.  
 
 .. _`channel-api`: 
+.. _`exchange data`: 
 
 The **Channel** interface for exchanging data across gateways
 -------------------------------------------------------------

Modified: py/dist/doc/future.txt
==============================================================================
--- py/dist/doc/future.txt	(original)
+++ py/dist/doc/future.txt	Tue Oct 19 23:13:59 2004
@@ -390,7 +390,7 @@
 itself and especially its API in html or xml.  Moreover,
 `py.test`_ wants to run distributedly in order to execute
 tests on different processes and platforms. It will need to
-exchange data between its running program fragments.  
+`exchange data`_ between its running program fragments.  
 
 For example, test ``results`` could be represented in lightweight 
 xml or we could export the whole result of the testing process
@@ -402,7 +402,7 @@
 -------------------------------
 
 Besides DOM implementations there are some interesting
-techniques for marrying XML and python, most notable xist_
+techniques for marrying XML and python, most notably xist_
 which `uses python class objects`_ to build xml trees. 
 
 However, its implementation seems slightly heavy because it 
@@ -461,6 +461,7 @@
 visions would make the link-checker a snap. It could serve 
 as a nice script in our ``example`` tree. 
 
+.. _`exchange data`: execnet.html#exchange-data 
 .. _`getting started`: getting_started.html 
 .. _`restructured text`: http://docutils.sourceforge.net/docs/user/rst/quickref.html
 .. _`python standard library`: http://www.python.org/doc/2.3.4/lib/lib.html



More information about the pytest-commit mailing list