Fix improper `next` and `previous` links in docs

Currently two pages inside contributor/ref/ section of horizon
doc has incorrect next and previous links. It shows text as well.

This is due to use of literal markup in rst title field. Removing
this fixes it.

One can see broken page at
https://docs.openstack.org/developer/horizon/contributor/ref/run_tests.html
and
https://docs.openstack.org/developer/horizon/contributor/ref/horizon.html

Change-Id: I8d450493ec847e85ec71500581c154ecd80df788
Closes-Bug: #1701134
This commit is contained in:
Alok Kumar 2017-06-29 06:07:17 +05:30
parent 95b1e3cf41
commit 56e917049d
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
======================
The ``horizon`` Module
======================
==================
The horizon Module
==================
.. module:: horizon

View File

@ -1,6 +1,6 @@
===========================
The ``run_tests.sh`` Script
===========================
=======================
The run_tests.sh Script
=======================
.. warning::