[Swift-commit] r2331 - trunk/docs

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Tue Nov 11 14:36:12 CST 2008


Author: benc
Date: 2008-11-11 14:36:12 -0600 (Tue, 11 Nov 2008)
New Revision: 2331

Modified:
   trunk/docs/userguide.xml
Log:
more element IDs

Modified: trunk/docs/userguide.xml
===================================================================
--- trunk/docs/userguide.xml	2008-11-11 19:38:24 UTC (rev 2330)
+++ trunk/docs/userguide.xml	2008-11-11 20:36:12 UTC (rev 2331)
@@ -225,7 +225,7 @@
 		</section>
 
 		</section>
-		<section>
+		<section id="procedures">
 			<title>Procedures</title>
 			<para>
 Datasets are operated on by procedures, which take input in the form of 
@@ -280,7 +280,7 @@
 
 			</para>
 			
-<section><title>Atomic procedures</title>
+<section id="procedures.atomic"><title>Atomic procedures</title>
 			<para>
 The body of an atomic procedure specifies how to invoke an
 external executable program or Web Service, and how logical data
@@ -302,7 +302,7 @@
 			</para>
 </section>
 
-<section><title>Compound procedures</title>
+<section id="procedures.compound"><title>Compound procedures</title>
 			<para>
 A compound procedure contains a set of calls to other procedures. Shared
 variables in the body of a compound procedure specify data dependencies




More information about the Swift-commit mailing list