diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-01-16 19:44:20 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-01-16 19:44:20 +0100 |
commit | 81df8e36aeecf7234cd669ae593d1b5731cc01c5 (patch) | |
tree | 00ea8504f593fc36b0e5c1cd02e9f364e6892792 /appendices | |
parent | devbook-guide: Remove obsolete text in "<uri>" subsection. (diff) | |
download | devmanual-81df8e36aeecf7234cd669ae593d1b5731cc01c5.tar.gz devmanual-81df8e36aeecf7234cd669ae593d1b5731cc01c5.tar.bz2 devmanual-81df8e36aeecf7234cd669ae593d1b5731cc01c5.zip |
devbook-guide: Drop redundant subsection levels.
Guide XML allowed body elements only at the lowest section level.
DevBook XML doesn't have that strict rule, therefore we can drop
the unnecessary intermediate levels.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'appendices')
-rw-r--r-- | appendices/devbook-guide/text.xml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/appendices/devbook-guide/text.xml b/appendices/devbook-guide/text.xml index 9b7a0c3..66f85c2 100644 --- a/appendices/devbook-guide/text.xml +++ b/appendices/devbook-guide/text.xml @@ -4,8 +4,6 @@ <title>Gentoo DevBook XML Guide</title> <section> -<title>DevBook XML basics</title> -<subsection> <title>DevBook XML design goals</title> <body> @@ -23,7 +21,6 @@ documents. </p> </body> -</subsection> </section> <section> @@ -515,8 +512,6 @@ I could have written the two examples above in more compact form: <section> <title>Coding Style</title> -<subsection> -<title>Introduction</title> <body> <p> @@ -532,7 +527,7 @@ Both sections are described next. </p> </body> -</subsection> + <subsection> <title>Internal Coding Style</title> <body> |