[Swift-commit] r2233 - trunk/docs
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Fri Sep 19 12:08:03 CDT 2008
Author: benc
Date: 2008-09-19 12:08:02 -0500 (Fri, 19 Sep 2008)
New Revision: 2233
Modified:
trunk/docs/userguide.xml
Log:
IDs on top level sections, useful for chunked user guide
Modified: trunk/docs/userguide.xml
===================================================================
--- trunk/docs/userguide.xml 2008-09-19 16:59:07 UTC (rev 2232)
+++ trunk/docs/userguide.xml 2008-09-19 17:08:02 UTC (rev 2233)
@@ -8,7 +8,7 @@
<subtitle>Source control $LastChangedRevision$</subtitle>
</articleinfo>
- <section>
+ <section id="overview">
<title>Overview</title>
<para>
This manual provides reference material for Swift: the SwiftScript language
@@ -33,7 +33,7 @@
files to and from the chosen sites and remote execution of program code.
</para>
</section>
- <section>
+ <section id="language">
<title>The SwiftScript Language</title>
<section><title>Data model</title>
<para>Data processed by Swift is strongly typed. It may be take the form
@@ -1953,7 +1953,7 @@
</para>
</section>
- <section> <title>Invoking an application from Swift</title>
+ <section id="appmodel"> <title>Invoking an application from Swift</title>
<para>
There are certain requirements on the behaviour of application programs
used in SwiftScript programs. These requirements are primarily to ensure
@@ -1996,7 +1996,8 @@
</para>
</section>
- <section> <title>Technical overview of the Swift architecture</title>
+ <section id="techoverview">
+ <title>Technical overview of the Swift architecture</title>
<para>
This section attempts to provide a technical overview of the Swift
architecture.
@@ -2177,7 +2178,7 @@
</section>
</section>
- <section><title>Built-in procedure reference</title>
+ <section id="procedures"><title>Built-in procedure reference</title>
<para>
This section details built-in procedures that are available for use in
the SwiftScript language.
@@ -2418,7 +2419,7 @@
</section>
</section>
- <section><title>The Site Catalog - sites.xml</title>
+ <section id="sitecatalog"><title>The Site Catalog - sites.xml</title>
<para>
The site catalog lists details of each site that Swift can use. The default
file contains one entry for local execution, and a large number of
@@ -2586,7 +2587,7 @@
</para>
</section>
- <section><title>The Transformation Catalog - tc.data</title>
+ <section id="transformationcatalog"><title>The Transformation Catalog - tc.data</title>
<para>
The transformation catalog lists where application executables are located
on remote sites.
@@ -2631,7 +2632,7 @@
</para>
</section>
- <section><title>Environment variables</title>
+ <section id="envvars"><title>Environment variables</title>
<para>
There are a number of environment variables used by Swift. Some of them are
documented in this section:
@@ -2666,7 +2667,7 @@
site-shared filesystem directly.
</para>
</section>
- <section><title>Build options</title>
+ <section id="buildoptions"><title>Build options</title>
<para>
See <ulink url="http://www.ci.uchicago.edu/swift/downloads/">the
Swift download page</ulink> for instructions on downloading and
More information about the Swift-commit
mailing list