Adds Kilo template back into toctree
We have previously published the kilo template here: http://specs.openstack.org/openstack/nova-specs/specs/kilo-template.html and have since updated it. But because we removed it from the toctree it is not being updated on the website. This change adds just the kilo template back into the toctree. Change-Id: I8bdaef79439bf2f49a979c16de22c7aa6d7e2fcb
This commit is contained in:
3 changed files with 3 additions and 3 deletions
@@ -72,7 +72,6 @@ copyright = u'%s, OpenStack Nova Team' % datetime.date.today().year
exclude_patterns = [
'_build',
'specs/juno-template.rst',
'specs/kilo-template.rst',
]
# The reST default role (used for this markup: `text`) to use for all documents.
@@ -18,9 +18,10 @@ Nova Project Specifications
Project Documentation:
.. toctree::
:maxdepth: 2
:maxdepth: 1
readme
Specification Template (Kilo) <specs/kilo-template>
Juno implemented specs:
@@ -49,7 +49,7 @@ Some notes about using this template:
as changing parameters which can be returned or accepted, or even
the semantics of what happens when a client calls into the API, then
you should add the APIImpact flag to the commit message. Specifications with
the APIImpact flag can be found with the following query::
the APIImpact flag can be found with the following query:
https://review.openstack.org/#/q/status:open+project:openstack/nova-specs+message:apiimpact,n,z
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.