From c74009025f097a6a8743cc4e20a70dd29a6e558d Mon Sep 17 00:00:00 2001 From: Joe Heck Date: Sat, 10 Nov 2012 15:57:59 -0800 Subject: tweaking docs to fix link to wiki Keystone page updated docstrings to remove two errors reformatted front page header to be consistent added links to autogenerated python documentation Change-Id: I59fddc12ff458bbd0102a40d4d85903ab6bd6394 --- doc/source/community.rst | 9 ++++++++- doc/source/index.rst | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) (limited to 'doc/source') diff --git a/doc/source/community.rst b/doc/source/community.rst index 975d1bdc..a4ca44eb 100644 --- a/doc/source/community.rst +++ b/doc/source/community.rst @@ -56,7 +56,7 @@ blueprint, or collaborate with others. `OpenStack Wiki `_ -* `useful keystone project links `_ +* `useful keystone project links `_ Keystone on Launchpad --------------------- @@ -68,6 +68,13 @@ code is hosted on GitHub * `Keystone Project Page on Launchpad `_ * `Keystone Source Repository on GitHub `_ +Within launchpad, we use +`blueprints `_, to track feature +work, and track `bugs `_ as well. If +you are looking for a place to get started contributing to keystone, please +look at any bugs for keystone that are tagged as `low-hanging-fruit +`_. + OpenStack Blog -------------- diff --git a/doc/source/index.rst b/doc/source/index.rst index 6827fb74..97b07793 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -48,7 +48,7 @@ Getting Started community Man Pages ---------- +========= .. toctree:: :maxdepth: 1 @@ -72,7 +72,7 @@ Code Documentation .. toctree:: :maxdepth: 1 - modules + api/autoindex Indices and tables ================== -- cgit