Add links to dev docs for some oslo libs

Add links to the developer documentation for oslo.messaging, cliff,
and stevedore.

Change-Id: I0c8edbc5003c0971ffc9728b87d24987a71b2da4
This commit is contained in:
Doug Hellmann 2014-02-13 11:40:41 -08:00
parent 442425c664
commit 9e41d9f7f3

View File

@ -159,10 +159,21 @@
<h4><a href="http://docs.openstack.org/developer/oslo.config/">oslo.config Developer Documentation</a>
</h4>
<p>An OpenStack library for parsing configuration options from the command line and configuration files.</p>
<h4><a href="http://docs.openstack.org/developer/oslo.messaging/">oslo.messaging Developer Documentation</a>
</h4>
<p>An OpenStack library for inter-process communication.</p>
<h4><a href="http://cliff.readthedocs.org/">Command Line Interface Formulation Framework (cliff)</a>
</h4>
<p>A framework for building command line programs in Python.
</p>
<h4><a href="http://docs.openstack.org/developer/pbr/">Python Build Reasonableness (PBR)</a>
</h4>
<p>PBR is a library that injects some useful and sensible default behaviors into your setuptools run.
</p>
<h4><a href="http://stevedore.readthedocs.org/">Stevedore</a>
</h4>
<p>A library for managing dynamic plugins for Python applications.
</p>
</div>
</div>