Update the rst file information

* Update the horizon URL to the new one after doc migration
* Use https instead http
* Adjust title marker length to match the title length

Change-Id: I9c2280793bd8d6496224e36dffd479e1f3732db0
This commit is contained in:
gaobin 2018-12-09 21:21:38 +08:00 committed by Akihiro Motoki
parent 730608b8fb
commit a92daff53a
3 changed files with 11 additions and 10 deletions

View File

@ -1,18 +1,18 @@
If you would like to contribute to the development of OpenStack, If you would like to contribute to the development of OpenStack,
you must follow the steps documented at: you must follow the steps documented at:
http://docs.openstack.org/developer/horizon/contributing.html https://docs.openstack.org/horizon/latest/
or http://docs.openstack.org/infra/manual/developers.html#development-workflow https://docs.openstack.org/infra/manual/developers.html#development-workflow
Once those steps have been completed, changes to OpenStack Once those steps have been completed, changes to OpenStack
should be submitted for review via the Gerrit tool, following should be submitted for review via the Gerrit tool, following
the workflow documented at: the workflow documented at:
http://docs.openstack.org/infra/manual/developers.html#development-workflow https://docs.openstack.org/infra/manual/developers.html#development-workflow
Pull requests submitted through GitHub will be ignored. Pull requests submitted through GitHub will be ignored.
Bugs should be filed on Launchpad, not GitHub: Bugs should be filed on Launchpad, not GitHub:
https://bugs.launchpad.net/horizon https://bugs.launchpad.net/horizon

View File

@ -1,4 +1,4 @@
tempest-horizon Style Commandments tempest-horizon Style Commandments
=============================================== ==================================
Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/ Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/

View File

@ -2,21 +2,22 @@
Team and repository tags Team and repository tags
======================== ========================
.. image:: http://governance.openstack.org/badges/tempest-horizon.svg .. image:: https://governance.openstack.org/badges/tempest-horizon.svg
:target: http://governance.openstack.org/reference/tags/index.html :target: https://governance.openstack.org/reference/tags/index.html
.. Change things from this point on .. Change things from this point on
=============================== ===============
tempest-horizon tempest-horizon
=============================== ===============
Tempest Plugin for Horizon tests Tempest Plugin for Horizon tests
* Free software: Apache license * Free software: Apache license
Using Using
-------- -----
Install this plugin in the same python environment as tempest. Install this plugin in the same python environment as tempest.
In tempest directory, run:: In tempest directory, run::