c12a0526ff
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
40 lines
1.6 KiB
XML
40 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE appendix [
|
|
<!-- Some useful entities borrowed from HTML -->
|
|
<!ENTITY ndash "–">
|
|
<!ENTITY mdash "—">
|
|
<!ENTITY hellip "…">
|
|
<!-- Useful for describing APIs -->
|
|
<!ENTITY GET '<command xmlns="http://docbook.org/ns/docbook">GET</command>'>
|
|
<!ENTITY PUT '<command xmlns="http://docbook.org/ns/docbook">PUT</command>'>
|
|
<!ENTITY POST '<command xmlns="http://docbook.org/ns/docbook">POST</command>'>
|
|
<!ENTITY DELETE '<command xmlns="http://docbook.org/ns/docbook">DELETE</command>'>
|
|
]>
|
|
<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">
|
|
<title>Command reference</title>
|
|
<xi:include
|
|
href="section_keystone_cli_commands.xml"/>
|
|
<?hard page-break?>
|
|
<xi:include
|
|
href="section_glance_cli_commands.xml"/>
|
|
<?hard page-break?>
|
|
<xi:include
|
|
href="section_neutron_cli_commands.xml"/>
|
|
<?hard page-break?>
|
|
<xi:include
|
|
href="section_nova_cli_commands.xml"/>
|
|
<?hard page-break?>
|
|
<xi:include
|
|
href="section_cinder_cli_commands.xml"/>
|
|
<?hard page-break?>
|
|
<xi:include
|
|
href="section_swift_cli_commands.xml"/>
|
|
<?hard page-break?>
|
|
<xi:include
|
|
href="section_heat_cli_commands.xml"
|
|
/>
|
|
</appendix>
|