summaryrefslogtreecommitdiffstats
path: root/doc/user/python.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/python.xml')
-rw-r--r--doc/user/python.xml31
1 files changed, 23 insertions, 8 deletions
diff --git a/doc/user/python.xml b/doc/user/python.xml
index e2a7cdd..3846f2e 100644
--- a/doc/user/python.xml
+++ b/doc/user/python.xml
@@ -1,3 +1,25 @@
+<?xml version='1.0'?>
+<!DOCTYPE sconsdoc [
+ <!ENTITY % scons SYSTEM "../scons.mod">
+ %scons;
+
+ <!ENTITY % builders-mod SYSTEM "../generated/builders.mod">
+ %builders-mod;
+ <!ENTITY % functions-mod SYSTEM "../generated/functions.mod">
+ %functions-mod;
+ <!ENTITY % tools-mod SYSTEM "../generated/tools.mod">
+ %tools-mod;
+ <!ENTITY % variables-mod SYSTEM "../generated/variables.mod">
+ %variables-mod;
+
+]>
+
+<appendix id="app-python"
+ xmlns="http://www.scons.org/dbxsd/v1.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 scons.xsd">
+<title>Python overview</title>
+
<!--
__COPYRIGHT__
@@ -23,11 +45,6 @@
-->
- <!--
-
- <section>
- <title>Python Overview</title>
-
<para>
This section will provide a brief overview of
@@ -149,6 +166,4 @@
</para>
- </section>
-
- -->
+</appendix>