openstack-manuals/doc/common/app_command_reference.xml
Andreas Jaeger c12a0526ff 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
2013-09-28 19:18:56 +02:00

40 lines
1.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE appendix [
<!-- Some useful entities borrowed from HTML -->
<!ENTITY ndash "&#x2013;">
<!ENTITY mdash "&#x2014;">
<!ENTITY hellip "&#x2026;">
<!-- 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>