
Forbidden aggregates was added in microversion 1.32 (part of Train) and allocation candidates mappings was added in 1.34 so those specs have been moved to implemented. An _extra/.htaccess is added to redirect the approved spec to the implemented spec. If we're experiencing enough volume of specs to warrant automating this, it should be easy to do, but at this point we don't have, nor intend to have, large numbers of specs. While doing that I noticed the management of spec documents can be simplified somewhat by moving placeholders and templates to a non-release specific location. The placeholder can then be used as a symlink when in approved or implemented when those are first created or otherwise empty (an empty directory when doing a table of contents glob is an error so some kind of file is needed). Contribution docs are updated to reflect the location of the template.rst file. The template.rst file is updated to be release generic. Change-Id: Icb886d5062a52bfc757ed7bbe36ed8a63abe1387
44 lines
910 B
ReStructuredText
44 lines
910 B
ReStructuredText
..
|
|
Licensed under the Apache License, Version 2.0 (the "License"); you may
|
|
not use this file except in compliance with the License. You may obtain
|
|
a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
License for the specific language governing permissions and limitations
|
|
under the License.
|
|
|
|
=========================
|
|
Placement Specifications
|
|
=========================
|
|
|
|
Train
|
|
-----
|
|
|
|
Implemented
|
|
~~~~~~~~~~~
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:glob:
|
|
|
|
train/implemented/*
|
|
|
|
In Progress
|
|
~~~~~~~~~~~
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:glob:
|
|
|
|
train/approved/*
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
|
|
placeholder.rst
|
|
template.rst
|