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 python-tackerclient 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: I653f98b0b5b5c223cb15bfb2b2fe5400c61a1714
This commit is contained in:
Sean McGinnis 2018-07-23 07:47:58 -05:00
parent a88992709c
commit c6f918cc51
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ master branch.
Using python install
--------------------
1. Clone python-tackerclient repository.
Clone python-tackerclient repository.
::
@ -34,7 +34,7 @@ Using python install
$ git clone https://github.com/openstack/python-tackerclient -b <branch_name>
2. Install python-tackerclient.
Install python-tackerclient.
::