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:
parent
712da6c465
commit
6bdb0f149d
17
README.rst
17
README.rst
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user