Make minor modifications in the README

Fix few indentation inconsistency etc.

Change-Id: Iff1c1151844a1b75a0d25d4ec1ef562f62f3b72d
This commit is contained in:
spzala 2015-08-07 11:36:11 -07:00
parent 163c121232
commit 62ee7abadd
1 changed files with 7 additions and 6 deletions

View File

@ -1,5 +1,5 @@
Kiloeyes
=======
========
Kiloeyes is a monitoring software allowing you to collect data from any compute
systems.
@ -36,7 +36,7 @@ ElasticSearch::
https://www.elastic.co/products/elasticsearch
Install Kiloeyes
===============
================
Get the source code::
git clone https://github.com/openstack/kiloeyes.git
@ -97,7 +97,7 @@ command from kiloeyes root direction:
Kiloeyes Integration with OpenStack Horizon
==========================================
===========================================
To integrate with Horizon, two projects (monasca-ui and python-monascaclient)
have to be installed. The steps on how to install these two projects can be
found here::
@ -115,7 +115,7 @@ Once both projects are installed, some configurations are needed:
Kiloeyes Development
===================
====================
To check if the code follows python coding style, run the following command
from the root directory of this project
@ -131,6 +131,7 @@ directory of the project
./run_tests.sh -c
If the command runs successfully, then set of files will be created in the root
If the command runs successfully, a set of files will be created in the root
directory named covhtml. Open up the index.html from a browser to see the summary
of the unit test coverage and the details.
of the unit test coverage and the details.