
The specs repo was previously organized into 2 dirs, one for devstack and one for tempest. However, the qa program consists of more than just those 2 projects. (although they are the 2 most active) There was no place present in the repo for any specs outside of those. (or for adding new projects) This commit adds an additional directory, other where specs can live for those that fall outside of tempest and devstack. Change-Id: I16821067fcb3bf7188683a8462e4a1d450f939dd
59 lines
908 B
ReStructuredText
59 lines
908 B
ReStructuredText
.. QA-specs documentation master file
|
|
|
|
=========================
|
|
QA Project Specifications
|
|
=========================
|
|
|
|
Tempest Project Specifications
|
|
------------------------------
|
|
|
|
.. toctree::
|
|
:glob:
|
|
:maxdepth: 2
|
|
|
|
specs/tempest/*
|
|
|
|
DevStack Project Specifications
|
|
-------------------------------
|
|
|
|
.. toctree::
|
|
:glob:
|
|
:maxdepth: 2
|
|
|
|
specs/devstack/*
|
|
|
|
Other Project Specifications
|
|
----------------------------
|
|
|
|
.. toctree::
|
|
:glob:
|
|
:maxdepth: 2
|
|
|
|
specs/other/*
|
|
|
|
Implemented Specifications
|
|
--------------------------
|
|
.. toctree::
|
|
:glob:
|
|
:maxdepth: 1
|
|
|
|
specs/tempest/implemented/*
|
|
specs/devstack/implemented/*
|
|
specs/other/implemented/*
|
|
|
|
====================================
|
|
Specification Repository Information
|
|
====================================
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
README <README>
|
|
|
|
|
|
==================
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`search`
|