Avoid having twice Appendix A
Both user-guide and user-guide-admin had two versions appendices labelled "A". The problem was setting appendixAutolabel to 1 in the pom.xml file and manual overrides of the number in the files. The patch cleanes all of this up and renames ch_resources.xml to an appendix part. security-guide and training-guide also set this variable but did not have an appendix yet, so remove the variable there as well. Change-Id: I446f4968b675d3286f2302071ddfa8037425fd6f
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<appendix xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
||||
xml:id="nova_summary" label="A">
|
||||
xml:id="nova_summary">
|
||||
<title>Command reference</title>
|
||||
<xi:include
|
||||
href="section_keystone_cli_commands.xml"/>
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<chapter xmlns="http://docbook.org/ns/docbook"
|
||||
<appendix xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns:m="http://www.w3.org/1998/Math/MathML"
|
||||
xmlns:html="http://www.w3.org/1999/xhtml"
|
||||
xmlns:db="http://docbook.org/ns/docbook" version="5.0"
|
||||
xml:id="resources" label="A">
|
||||
xml:id="resources">
|
||||
<title>Resources</title>
|
||||
<para>For the available OpenStack documentation, see <link
|
||||
xlink:href="http://docs.openstack.org"
|
||||
@@ -90,4 +90,4 @@
|
||||
or <link
|
||||
xlink:href="https://bugs.launchpad.net/openstack-manuals/+filebug"
|
||||
>report a bug</link>.</para>
|
||||
</chapter>
|
||||
</appendix>
|
||||
@@ -43,7 +43,6 @@
|
||||
<enableGoogleAnalytics>1</enableGoogleAnalytics>
|
||||
<googleAnalyticsId>UA-17511903-1</googleAnalyticsId>
|
||||
<chapterAutolabel>1</chapterAutolabel>
|
||||
<appendixAutolabel>1</appendixAutolabel>
|
||||
<sectionAutolabel>0</sectionAutolabel>
|
||||
<tocSectionDepth>1</tocSectionDepth>
|
||||
<formalProcedures>0</formalProcedures>
|
||||
|
||||
@@ -38,7 +38,6 @@
|
||||
<enableGoogleAnalytics>1</enableGoogleAnalytics>
|
||||
<googleAnalyticsId>UA-17511903-1</googleAnalyticsId>
|
||||
<chapterAutolabel>1</chapterAutolabel>
|
||||
<appendixAutolabel>1</appendixAutolabel>
|
||||
<sectionAutolabel>0</sectionAutolabel>
|
||||
<tocSectionDepth>1</tocSectionDepth>
|
||||
<formalProcedures>0</formalProcedures>
|
||||
|
||||
@@ -61,5 +61,5 @@
|
||||
<xi:include href="ch_dashboard.xml"/>
|
||||
<xi:include href="ch_cli.xml"/>
|
||||
<xi:include href="../common/app_command_reference.xml"/>
|
||||
<xi:include href="../common/ch_resources.xml"/>
|
||||
<xi:include href="../common/app_resources.xml"/>
|
||||
</book>
|
||||
|
||||
@@ -54,7 +54,6 @@
|
||||
<configuration>
|
||||
<profileOs>adminuser</profileOs>
|
||||
<chapterAutolabel>1</chapterAutolabel>
|
||||
<appendixAutolabel>1</appendixAutolabel>
|
||||
<sectionAutolabel>0</sectionAutolabel>
|
||||
<tocSectionDepth>1</tocSectionDepth>
|
||||
<formalProcedures>0</formalProcedures>
|
||||
@@ -72,7 +71,6 @@
|
||||
<suppressFooterNavigation>0</suppressFooterNavigation>
|
||||
<formalProcedures>0</formalProcedures>
|
||||
<sectionAutolabel>0</sectionAutolabel>
|
||||
<appendixAutolabel>0</appendixAutolabel>
|
||||
<tocSectionDepth>1</tocSectionDepth>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
@@ -70,5 +70,5 @@
|
||||
<xi:include href="ch_dashboard.xml"/>
|
||||
<xi:include href="ch_cli.xml"/>
|
||||
<xi:include href="../common/app_command_reference.xml"/>
|
||||
<xi:include href="../common/ch_resources.xml"/>
|
||||
<xi:include href="../common/app_resources.xml"/>
|
||||
</book>
|
||||
|
||||
@@ -54,7 +54,6 @@ set toc,title </generateToc>
|
||||
<configuration>
|
||||
<profileOs>enduser</profileOs>
|
||||
<chapterAutolabel>1</chapterAutolabel>
|
||||
<appendixAutolabel>1</appendixAutolabel>
|
||||
<sectionAutolabel>0</sectionAutolabel>
|
||||
<tocSectionDepth>1</tocSectionDepth>
|
||||
<formalProcedures>0</formalProcedures>
|
||||
|
||||
Reference in New Issue
Block a user