summaryrefslogtreecommitdiff
path: root/doc/python10
diff options
context:
space:
mode:
authorDirk Baechle <dl9obn@darc.de>2013-05-04 01:15:51 +0200
committerDirk Baechle <dl9obn@darc.de>2013-05-04 01:15:51 +0200
commit1fbefd24e5d0fb8d5ee4bc5829d57d2fe3c9a7d8 (patch)
treedb7c1f8052480a8c5cabc7bb8bc18a08314453bf /doc/python10
parent0b4c8dabb0991e9ed9255de97aef1a130b9bb903 (diff)
downloadscons-1fbefd24e5d0fb8d5ee4bc5829d57d2fe3c9a7d8.tar.gz
- relinked the build of all documentation outputs to the bootstrap process
- corrected the doc folder SConscripts and added XSL and titlepage files where required
Diffstat (limited to 'doc/python10')
-rw-r--r--doc/python10/SConstruct3
-rw-r--r--doc/python10/design.xml30
2 files changed, 25 insertions, 8 deletions
diff --git a/doc/python10/SConstruct b/doc/python10/SConstruct
index 2544cf4f..4dc69b1a 100644
--- a/doc/python10/SConstruct
+++ b/doc/python10/SConstruct
@@ -32,8 +32,7 @@ env = Environment(ENV={'PATH' : os.environ['PATH']},
has_pdf = False
if (env.WhereIs('fop') or
- env.WhereIs('xep') or
- env.WhereIs('jw')):
+ env.WhereIs('xep')):
has_pdf = True
#
diff --git a/doc/python10/design.xml b/doc/python10/design.xml
index cf02a84e..f4b5b396 100644
--- a/doc/python10/design.xml
+++ b/doc/python10/design.xml
@@ -41,14 +41,17 @@
</para>
+<figure>
+<title>&SCons; architecture</title>
<mediaobject>
<imageobject>
- <imagedata fileref="arch.svg" align="center"/>
+ <imagedata fileref="arch.svg" align="center" scale="50"/>
</imageobject>
<imageobject>
<imagedata fileref="arch.jpg" align="center"/>
</imageobject>
</mediaobject>
+</figure>
<itemizedlist>
@@ -196,14 +199,17 @@
</para>
+ <figure>
+ <title>Node subsystem</title>
<mediaobject>
<imageobject>
- <imagedata fileref="node.svg" align="center"/>
+ <imagedata fileref="node.svg" align="center" scale="50"/>
</imageobject>
<imageobject>
<imagedata fileref="node.jpg" align="center"/>
</imageobject>
</mediaobject>
+ </figure>
<para>
@@ -255,14 +261,17 @@
</para>
+ <figure>
+ <title>Scanner subsystem</title>
<mediaobject>
<imageobject>
- <imagedata fileref="scanner.svg" align="center"/>
+ <imagedata fileref="scanner.svg" align="center" scale="50"/>
</imageobject>
<imageobject>
<imagedata fileref="scanner.jpg" align="center"/>
</imageobject>
</mediaobject>
+ </figure>
<para>
@@ -292,14 +301,17 @@
</para>
+ <figure>
+ <title>Signature subsystem</title>
<mediaobject>
<imageobject>
- <imagedata fileref="sig.svg" align="center"/>
+ <imagedata fileref="sig.svg" align="center" scale="50"/>
</imageobject>
<imageobject>
<imagedata fileref="sig.jpg" align="center"/>
</imageobject>
</mediaobject>
+ </figure>
<para>
@@ -343,14 +355,17 @@
</para>
+ <figure>
+ <title>Builder subsystem</title>
<mediaobject>
<imageobject>
- <imagedata fileref="builder.svg" align="center"/>
+ <imagedata fileref="builder.svg" align="center" scale="50"/>
</imageobject>
<imageobject>
<imagedata fileref="builder.jpg" align="center"/>
</imageobject>
</mediaobject>
+ </figure>
<para>
@@ -401,14 +416,17 @@
</para>
+ <figure>
+ <title>Job/Task subsystem</title>
<mediaobject>
<imageobject>
- <imagedata fileref="job-task.svg" align="center"/>
+ <imagedata fileref="job-task.svg" align="center" scale="50"/>
</imageobject>
<imageobject>
<imagedata fileref="job-task.jpg" align="center"/>
</imageobject>
</mediaobject>
+ </figure>
<para>