summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-08-13 23:34:39 -0300
committerMorgan Fainberg <m@metacloud.com>2013-08-15 19:38:43 -0700
commit3fda255f52efaee96313d384980b31004f85655e (patch)
tree7158e0dfcc10188c8fa83b3a1e53dbbe8b3d2a10
parent7851a3cd62aa598c694bd51806f55ec26d3a54fe (diff)
downloadkeystone-3fda255f52efaee96313d384980b31004f85655e.tar.gz
keystone-3fda255f52efaee96313d384980b31004f85655e.tar.xz
keystone-3fda255f52efaee96313d384980b31004f85655e.zip
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
-rw-r--r--README.rst13
1 files changed, 4 insertions, 9 deletions
diff --git a/README.rst b/README.rst
index c0b3e722..9e7e8ce8 100644
--- a/README.rst
+++ b/README.rst
@@ -1,8 +1,6 @@
-.. image:: http://term.ie/data/medium_ksl.png
- :alt: Keystone
-
-.. toctree::
- :maxdepth 2
+========
+Keystone
+========
Keystone is an OpenStack project that provides Identity, Token, Catalog and
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.
To generate the full set of HTML documentation::
- cd doc
- make autodoc
- make html
- make man
+ tox -evenv python setup.py build_sphinx
the results are in the ``doc/build/html`` and ``doc/build/man`` directories
respectively.