Fix errors in README

Pypi now enforces some package checks and will reject uploads if errors are
found, causing problems with new releases. Most projects by default set their
README as the source for the package description, so any RST formatting errors
in the README can be the source of these validation failures.

The README file for tacker-horizon would fail validation since it would appear
the numbered bullet list was not formatted correcting, making the second
bullet not appear to be part of the same list and getting the validation
error:

warning: check: Enumerated list start value not ordinal-1: "2" (ordinal 2)
To make this section of the README consistent with the following section,
the numbered bullets are just removed, getting rid of the validation errors.

Change-Id: I08c619197a2cbb9f6d5e2dfe9db3794fa83cca93
This commit is contained in:
dharmendra 2018-08-16 03:22:47 +00:00
parent 1c7f77a48e
commit b701cb4d49
1 changed files with 5 additions and 5 deletions

View File

@ -29,7 +29,7 @@ as stable/<branch> for any stable branch installation. For eg:
stable/queens, stable/pike. If unspecified the default will be
master branch.
1. Clone tacker-horizon repository.
Clone tacker-horizon repository.
::
@ -37,7 +37,7 @@ master branch.
git clone https://github.com/openstack/tacker-horizon -b <branch_name>
2. Install horizon module.
Install horizon module.
::
@ -45,7 +45,7 @@ master branch.
sudo python setup.py install
3. Enable tacker horizon in dashboard.
Enable tacker horizon in dashboard.
::
@ -53,7 +53,7 @@ master branch.
/opt/stack/horizon/openstack_dashboard/enabled/
4. Collect and compress static files.
Collect and compress static files.
::
@ -61,7 +61,7 @@ master branch.
echo yes | ./manage.py compress
5. Restart Apache server.
Restart Apache server.
::