diff options
Diffstat (limited to 'doc/python10')
-rw-r--r-- | doc/python10/SConstruct | 3 | ||||
-rw-r--r-- | doc/python10/design.xml | 30 |
2 files changed, 25 insertions, 8 deletions
diff --git a/doc/python10/SConstruct b/doc/python10/SConstruct index 2544cf4..4dc69b1 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 cf02a84..f4b5b39 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> |