Fix indentations in docs

This commit fixes some indentations in stackviz docs. These indentations
are weird. There's no specific reason to keep it.

Change-Id: Ib9805b5c7d3ba5a4b44045424fed4493322dcd67
This commit is contained in:
Masayuki Igawa 2017-12-18 13:50:02 +09:00
parent 6fb81ff38a
commit 7eccb67849
No known key found for this signature in database
GPG Key ID: 290F53EDC899BF89
4 changed files with 45 additions and 44 deletions

View File

@ -3,17 +3,17 @@ Contributing
If you would like to contribute to the development of OpenStack, you must If you would like to contribute to the development of OpenStack, you must
follow the steps in this page: follow the steps in this page:
http://docs.openstack.org/infra/manual/developers.html * http://docs.openstack.org/infra/manual/developers.html
If you already have a good understanding of how the system works and your If you already have a good understanding of how the system works and your
OpenStack accounts are set up, you can skip to the development workflow OpenStack accounts are set up, you can skip to the development workflow
section of this documentation to learn how changes to OpenStack should be section of this documentation to learn how changes to OpenStack should be
submitted for review via the Gerrit tool: submitted for review via the Gerrit tool:
http://docs.openstack.org/infra/manual/developers.html#development-workflow * http://docs.openstack.org/infra/manual/developers.html#development-workflow
Pull requests submitted through GitHub will be ignored. Pull requests submitted through GitHub will be ignored.
Bugs should be filed on Launchpad, not GitHub: Bugs should be filed on Launchpad, not GitHub:
https://bugs.launchpad.net/stackviz * https://bugs.launchpad.net/stackviz

View File

@ -16,13 +16,14 @@ with local run data. Stackviz is currently in the process of being implemented
upstream (see Roadmap and Planning). To use Stackviz with upstream gate runs, upstream (see Roadmap and Planning). To use Stackviz with upstream gate runs,
please see the server deployment project at: please see the server deployment project at:
https://github.com/timothyb89/stackviz-deployer * https://github.com/timothyb89/stackviz-deployer
Installation Installation
============ ============
Installation - Frontend Installation - Frontend
----------------------- -----------------------
Installation of the frontend requires Node.js and Gulp. On Ubuntu:: Installation of the frontend requires Node.js and Gulp. On Ubuntu::
sudo apt-get install nodejs npm nodejs-legacy sudo apt-get install nodejs npm nodejs-legacy
sudo npm install -g gulp sudo npm install -g gulp