commit | 3662499105a58fdb882b13a1b814fe94a555f1f3 | [log] [tgz] |
---|---|---|
author | ghanshyam <gmann@ghanshyammann.com> | Thu Aug 16 07:49:54 2018 +0000 |
committer | Ghanshyam Mann <gmann@ghanshyammann.com> | Thu Aug 16 08:47:38 2018 +0000 |
tree | 8aa3b0ec3c3a6ce93d1c833575e381cd6b3869db | |
parent | f87c08c7c9e1630cb13f9c5648f5b3e93b8754c8 [diff] |
Fix 'ref' format errors in README file While releasing new version in pypi, it perform the validation on the package and give error if there is any formatting issue. README file is being used to upload on pypi and so validation check fails[1] on current README due to 'ref' used for internal doc link. Those links would not be available for outside the built doc. This can be checked locally by: python setup.py check -s -r This commit fixes those format issue by removing the ref and provide the external links. Needed-By: https://review.openstack.org/#/c/592276/ [1] http://logs.openstack.org/76/592276/2/check/openstack-tox-validate/3623847/job-output.txt.gz#_2018-08-16_07_04_37_877872 Change-Id: I3e8bf5df2b1292725863065b7f3a9f9cca9adb75