From 8667df40a9a0894652ba7bafec048df11256310f Mon Sep 17 00:00:00 2001 From: Dougal Matthews Date: Tue, 5 Jun 2018 11:09:51 +0100 Subject: [PATCH] Fix the README formatting PyPI is now stricter about this, we need this change for any future releases. The easiest way to test this is by running the following command in a virtualenv with docutils. python setup.py check --restructuredtext --strict Change-Id: Icef4e712714ba861c5f5953ef7cec55844bcf43b Related: https://review.openstack.org/#/c/568881/ (cherry picked from commit 52ebdf9b44fbd994b7459e864d1d14fe1e7ca357) --- README.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index ffa48e3..5ddd50f 100644 --- a/README.rst +++ b/README.rst @@ -21,9 +21,8 @@ found at http://docs.openstack.org/developer/horizon/quickstart.html#setup. The installation folder of Mistral Dashboard will be referred to as . -The following should get you started:: - -Clone the repository into your local OpenStack directory: +The following should get you started. Clone the repository into your local +OpenStack directory:: $ git clone https://git.openstack.org/openstack/mistral-dashboard.git