Cleaned up a few old crufties from README

There's no need for a logo in the README. Also, the instructions
for building the docs are just wrong.

Change-Id: I17e98d9b91af0695a8091efd2a8d11407559766b
This commit is contained in:
Monty Taylor 2013-08-13 23:34:39 -03:00 committed by Morgan Fainberg
parent 7851a3cd62
commit 3fda255f52
1 changed files with 4 additions and 9 deletions

View File

@ -1,8 +1,6 @@
.. image:: http://term.ie/data/medium_ksl.png ========
:alt: Keystone Keystone
========
.. toctree::
:maxdepth 2
Keystone is an OpenStack project that provides Identity, Token, Catalog and Keystone is an OpenStack project that provides Identity, Token, Catalog and
Policy services for use specifically by projects in the OpenStack family. Policy services for use specifically by projects in the OpenStack family.
@ -30,10 +28,7 @@ Building the Documentation
The documentation is all generated with Sphinx from within the doc directory. The documentation is all generated with Sphinx from within the doc directory.
To generate the full set of HTML documentation:: To generate the full set of HTML documentation::
cd doc tox -evenv python setup.py build_sphinx
make autodoc
make html
make man
the results are in the ``doc/build/html`` and ``doc/build/man`` directories the results are in the ``doc/build/html`` and ``doc/build/man`` directories
respectively. respectively.