Merge "Don't repeat titles from the documents. Sphinx will add these."

This commit is contained in:
Jenkins 2016-03-16 16:04:38 +00:00 committed by Gerrit Code Review
commit d18bb42e96
4 changed files with 28 additions and 37 deletions

View File

@ -6,22 +6,13 @@ In this chapter you will find advanced deployment of various |project| areas.
.. toctree:: .. toctree::
Advanced Profile Matching <profile_matching> profile_matching
Accessing Introspection Data <introspection_data> introspection_data
Modifying default node configuration <node_config> node_config
Node customization & third-party integration <extra_config> extra_config
Deploying with Heat Templates <template_deploy> template_deploy
Network Isolation <network_isolation> network_isolation
Deploying Manila <deploy_manila> deploy_manila
Configuring Cinder with a NetApp Backend <cinder_netapp> cinder_netapp
tripleo.sh <tripleo.sh> tripleo.sh
Deploying with SSL <ssl> ssl
.. <MOVE THESE UNDER TOCTREE WHEN READY, KEEP LOGICAL WORKFLOW ORDER>
Images <images>
Nodes <nodes>
Flavors <flavors>
Deployment <deployment>
Connection to Overcloud <overcloud>
Updates <updates>

View File

@ -8,14 +8,14 @@ Contents:
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
Introduction <introduction/introduction> introduction/introduction
Environment Setup <environments/environments> environments/environments
Undercloud Installation <installation/installation> installation/installation
Basic Deployment (CLI) <basic_deployment/basic_deployment_cli> basic_deployment/basic_deployment_cli
Advanced Deployment <advanced_deployment/advanced_deployment> advanced_deployment/advanced_deployment
Post Deployment <post_deployment/post_deployment> post_deployment/post_deployment
Troubleshooting <troubleshooting/troubleshooting> troubleshooting/troubleshooting
How to Contribute <contributions/contributions> contributions/contributions
Documentation Conventions Documentation Conventions

View File

@ -28,5 +28,5 @@ Go to :doc:`components` to learn more.
.. toctree:: .. toctree::
:hidden: :hidden:
Architecture <architecture> architecture
Components <components> components

View File

@ -6,11 +6,11 @@ In this chapter you will find advanced management of various |project| areas.
.. toctree:: .. toctree::
Migrating Workloads from an Existing OpenStack Cloud <migration> migration
Scaling Overcloud Roles <scale_roles> scale_roles
Deleting Overcloud Nodes <delete_nodes> delete_nodes
Quiescing a Compute node <quiesce_compute> quiesce_compute
Replacing a Failed Controller Node <replace_controller> replace_controller
Import/Export of VM Snapshots <vm_snapshot> vm_snapshot
Updating Packages on Overcloud Nodes <package_update> package_update
Backing up and Restoring the Undercloud <backup_restore_undercloud> backup_restore_undercloud