diff options
| author | Dirk Baechle <dl9obn@darc.de> | 2013-05-03 22:12:43 (GMT) |
|---|---|---|
| committer | Dirk Baechle <dl9obn@darc.de> | 2013-05-03 22:12:43 (GMT) |
| commit | e70f1133e2725460290ec719351a33dd28c1df3e (patch) | |
| tree | b37d71196a6afd7eeb3271c651e86bf3d810dbcd /doc/user/python.xml | |
| parent | 9e7cf970a730549348fd22a0921ea0ed2e894a69 (diff) | |
| download | SCons-e70f1133e2725460290ec719351a33dd28c1df3e.zip SCons-e70f1133e2725460290ec719351a33dd28c1df3e.tar.gz SCons-e70f1133e2725460290ec719351a33dd28c1df3e.tar.bz2 | |
- added first version of the SCons XSD
- rewrote User Guide XML files, such that they are valid against it
Diffstat (limited to 'doc/user/python.xml')
| -rw-r--r-- | doc/user/python.xml | 31 |
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> |
