Correct headings in README.rst

Currently it's titled "Team and repository tags", which is obviously
not the project name. Also the top-level title is duplicated twice.

Also correct the information on running tests (I'm not even sure where
it came from).

Change-Id: I581733a648aae6bfbe873262853cacb485f7de63
This commit is contained in:
Dmitry Tantsur 2018-09-27 13:57:58 +02:00
parent 712da6c465
commit 6bdb0f149d
1 changed files with 7 additions and 10 deletions

View File

@ -1,16 +1,13 @@
========================
==========
ironic-lib
==========
Team and repository tags
========================
------------------------
.. image:: https://governance.openstack.org/tc/badges/ironic-lib.svg
:target: https://governance.openstack.org/tc/reference/tags/index.html
.. Change things from this point on
----------
ironic_lib
----------
Overview
--------
@ -27,6 +24,6 @@ To run tests in virtualenvs (preferred)::
To run tests in the current environment::
$ sudo pip install -r requirements.txt
$ nosetests
$ sudo pip install -r requirements.txt -r test-requirements.txt
$ stestr run