rearrange content to fit the new standard layout
Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454 Change-Id: Ic8d93ffc98b347e4158c715b88d15372b0948887
This commit is contained in:
parent
05f4484cbc
commit
5ce4e61f18
2
.gitignore
vendored
2
.gitignore
vendored
@ -47,7 +47,7 @@ doc/build
|
||||
# pbr generates these
|
||||
AUTHORS
|
||||
ChangeLog
|
||||
/doc/source/api/
|
||||
doc/source/reference/api
|
||||
|
||||
# Editors
|
||||
*~
|
||||
|
@ -2,4 +2,4 @@
|
||||
Contributing
|
||||
==============
|
||||
|
||||
.. include:: ../../CONTRIBUTING.rst
|
||||
.. include:: ../../../CONTRIBUTING.rst
|
@ -1 +0,0 @@
|
||||
.. include:: ../../ChangeLog
|
@ -10,26 +10,10 @@ Contents
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
installation
|
||||
usage
|
||||
opts
|
||||
contributing
|
||||
|
||||
API
|
||||
===
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
api/autoindex
|
||||
|
||||
Release Notes
|
||||
=============
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
history
|
||||
install/index
|
||||
contributor/index
|
||||
user/index
|
||||
reference/index
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
@ -1,6 +1,6 @@
|
||||
==============
|
||||
Installation
|
||||
==============
|
||||
============
|
||||
Installation
|
||||
============
|
||||
|
||||
At the command line::
|
||||
|
18
doc/source/reference/index.rst
Normal file
18
doc/source/reference/index.rst
Normal file
@ -0,0 +1,18 @@
|
||||
.. _using:
|
||||
|
||||
=========
|
||||
Reference
|
||||
=========
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
opts
|
||||
|
||||
API
|
||||
===
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
api/autoindex
|
@ -1,6 +1,8 @@
|
||||
=======================
|
||||
Configuration Options
|
||||
=======================
|
||||
.. _option-definitions:
|
||||
|
||||
=====================
|
||||
Configuration Options
|
||||
=====================
|
||||
|
||||
oslo.reports uses oslo.config to define and manage configuration options
|
||||
to allow the deployer to control where the GMR reports should be generated.
|
1
doc/source/user/history.rst
Normal file
1
doc/source/user/history.rst
Normal file
@ -0,0 +1 @@
|
||||
.. include:: ../../../ChangeLog
|
9
doc/source/user/index.rst
Normal file
9
doc/source/user/index.rst
Normal file
@ -0,0 +1,9 @@
|
||||
===================
|
||||
Using oslo.reports
|
||||
===================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
usage
|
||||
history
|
@ -752,4 +752,4 @@ workarounds:
|
||||
destroy_after_evacuate = True
|
||||
disable_libvirt_livesnapshot = True
|
||||
disable_rootwrap = False
|
||||
handle_virt_lifecycle_events = True
|
||||
handle_virt_lifecycle_events = True
|
Loading…
Reference in New Issue
Block a user