Fix Underline as per the title length in .rst
As per the openstack contributer guide, the underlines in an rst file must match the title length http://docs.openstack.org/contributor-guide/rst-conv/titles.html Change-Id: If8f501edb89589f882e0a32dee4a8ed3e63e30de
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
|
============================================
|
||||||
Welcome to Kolla Release Notes documentation
|
Welcome to Kolla Release Notes documentation
|
||||||
=============================================
|
============================================
|
||||||
|
|
||||||
Contents
|
Contents
|
||||||
========
|
========
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
==============================
|
============================
|
||||||
Liberty Series Release Notes
|
Liberty Series Release Notes
|
||||||
==============================
|
============================
|
||||||
|
|
||||||
.. release-notes::
|
.. release-notes::
|
||||||
:branch: origin/stable/liberty
|
:branch: origin/stable/liberty
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
===================================
|
===========================
|
||||||
Mitaka Series Release Notes
|
Mitaka Series Release Notes
|
||||||
===================================
|
===========================
|
||||||
|
|
||||||
.. release-notes::
|
.. release-notes::
|
||||||
:branch: origin/stable/mitaka
|
:branch: origin/stable/mitaka
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
===================================
|
===========================
|
||||||
Newton Series Release Notes
|
Newton Series Release Notes
|
||||||
===================================
|
===========================
|
||||||
|
|
||||||
.. release-notes::
|
.. release-notes::
|
||||||
:branch: origin/stable/newton
|
:branch: origin/stable/newton
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
===================================
|
==========================
|
||||||
Ocata Series Release Notes
|
Ocata Series Release Notes
|
||||||
===================================
|
==========================
|
||||||
|
|
||||||
.. release-notes::
|
.. release-notes::
|
||||||
:branch: origin/stable/ocata
|
:branch: origin/stable/ocata
|
||||||
|
Reference in New Issue
Block a user