Fix note in devref/contribute.rst

Now note in devref/contribute.rst is formated as a section,
so it will appear at catalog which is pretty ugly.

This fix uses note admonition to replace it and specifies Mitaka
as the release name instead of Mxxx.

Change-Id: Ic4afb086e7d4eace035ebe74d1244eabe1ff8915
This commit is contained in:
Wei Wang 2015-07-20 22:55:31 +08:00
parent 11c0900dea
commit 4c41552e50
1 changed files with 5 additions and 8 deletions

View File

@ -1,14 +1,11 @@
Contributing new extensions to Neutron Contributing new extensions to Neutron
====================================== ======================================
**NOTE!** .. note:: **Third-party plugins/drivers which do not start decomposition in
--------- Liberty will be marked as deprecated and removed before the Mitaka-3
milestone.**
**Third-party plugins/drivers which do not start decomposition in Liberty will Read on for details ...
be marked as deprecated, and they will be removed before the Mxxx-3
milestone.**
Read on for details ...
Introduction Introduction
@ -46,7 +43,7 @@ by allowing third-party code to exist entirely out of tree. Further extension
mechanisms have been provided to better support external plugins and drivers mechanisms have been provided to better support external plugins and drivers
that alter the API and/or the data model. that alter the API and/or the data model.
In the Mxxx cycle we will **require** all third-party code to be moved out of In the Mitaka cycle we will **require** all third-party code to be moved out of
the neutron tree completely. the neutron tree completely.
'Outside the tree' can be anything that is publicly available: it may be a repo 'Outside the tree' can be anything that is publicly available: it may be a repo