diff options
| author | Joe Heck <heckj@mac.com> | 2012-11-10 15:57:59 -0800 |
|---|---|---|
| committer | Joe Heck <heckj@mac.com> | 2012-11-10 15:57:59 -0800 |
| commit | c74009025f097a6a8743cc4e20a70dd29a6e558d (patch) | |
| tree | c0b9b0377ec47955aec211d2fed601e63606847a /doc/source | |
| parent | 126dd9c9bdab46074d812f4a16358357d364e789 (diff) | |
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
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/community.rst | 9 | ||||
| -rw-r--r-- | doc/source/index.rst | 4 |
2 files changed, 10 insertions, 3 deletions
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 <http://wiki.openstack.org/>`_ -* `useful keystone project links <http://wiki.openstack.org/keystone>`_ +* `useful keystone project links <http://wiki.openstack.org/Keystone>`_ Keystone on Launchpad --------------------- @@ -68,6 +68,13 @@ code is hosted on GitHub * `Keystone Project Page on Launchpad <http://launchpad.net/keystone>`_ * `Keystone Source Repository on GitHub <http://github.com/openstack/keystone>`_ +Within launchpad, we use +`blueprints <https://blueprints.launchpad.net/keystone>`_, to track feature +work, and track `bugs <https://bugs.launchpad.net/keystone>`_ 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 +<https://bugs.launchpad.net/keystone/+bugs?field.tag=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 ================== |
