Cleanup developer www pages
Add headings and group entries, sort projects alphabetically. Condense text with moving some information to the header. Change-Id: Ie749e3b05ce0d6827b76bb0ab2530167aee7ae0b
This commit is contained in:
parent
5b58a0ec2d
commit
c23c4729ca
@ -122,46 +122,39 @@
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="span-12">
|
||||
<h2><a href="http://docs.openstack.org/user-guide/content/">OpenStack
|
||||
<h2>Language bindings for OpenStack APIs</h2>
|
||||
<h4><a href="http://docs.openstack.org/developer/python-novaclient">Compute Python Bindings (nova client)</a>
|
||||
</h4>
|
||||
<h4><a href="http://docs.openstack.org/developer/python-keystoneclient/">Identity Python Bindings (keystone client)</a>
|
||||
</h4>
|
||||
<h4><a href="http://docs.openstack.org/developer/python-glanceclient/">Image Service Python Bindings (glance client)</a>
|
||||
</h4>
|
||||
<h4><a href="http://docs.openstack.org/developer/python-neutronclient">Networking Service Python Bindings (neutron client)</a>
|
||||
</h4>
|
||||
<h4><a href="http://docs.openstack.org/developer/python-swiftclient/">Object Storage Python Bindings (swift client)</a>
|
||||
</h4>
|
||||
<h4><a href="http://docs.openstack.org/developer/python-heatclient/">Orchestration Python Bindings (heat client)</a>
|
||||
</h4>
|
||||
<h4><a href="http://docs.openstack.org/developer/python-ceilometerclient/">Telemetry Python Bindings (ceilometer client)</a>
|
||||
</h4>
|
||||
<h4><a href="http://docs.openstack.org/developer/python-cinderclient/">Volume Python Bindings (cinder client)</a>
|
||||
</h4>
|
||||
</div>
|
||||
<div class="span-12 last">
|
||||
<h2>Use the OpenStack dashboard and command-line clients</h2>
|
||||
<h4><a href="http://docs.openstack.org/user-guide/content/">OpenStack
|
||||
End User Guide</a>
|
||||
</h2>
|
||||
</h4>
|
||||
<p>User guide for the OpenStack dashboard and command-line clients.
|
||||
</p>
|
||||
<h2><a href="http://docs.openstack.org/user-guide/content/">OpenStack
|
||||
<h4><a href="http://docs.openstack.org/user-guide/content/">OpenStack
|
||||
Admin User Guide</a>
|
||||
</h2>
|
||||
</h4>
|
||||
<p>Admin user guide for the OpenStack
|
||||
dashboard and command-line clients.
|
||||
</p>
|
||||
<h2><a href="http://docs.openstack.org/developer/python-novaclient">Compute Python Bindings (nova client)</a>
|
||||
</h2>
|
||||
<p>Python bindings to the OpenStack Compute API.
|
||||
</p>
|
||||
<h2><a href="http://docs.openstack.org/developer/python-keystoneclient/">Identity Python Bindings (keystone client)</a>
|
||||
</h2>
|
||||
<p>Python bindings for the common OpenStack Identity service. </p>
|
||||
<h2><a href="http://docs.openstack.org/developer/python-glanceclient/">Image Service Python Bindings (glance client)</a>
|
||||
</h2>
|
||||
<p>Python bindings to the Image Service Developer Documentation (glance).</p>
|
||||
</div>
|
||||
<div class="span-12 last">
|
||||
<h2><a href="http://docs.openstack.org/developer/python-openstackclient/">Unified OpenStack Client</a></h2>
|
||||
<p>Documentation for python-openstackclient, a unified shell command structure.</p>
|
||||
<h2><a href="http://docs.openstack.org/developer/python-neutronclient">Networking Service Python Bindings (neutron client)</a>
|
||||
</h2>
|
||||
<p>Python bindings for the OpenStack Networking API.</p>
|
||||
<h2><a href="http://docs.openstack.org/developer/python-swiftclient/">Object Storage Python Bindings (swift client)</a>
|
||||
</h2>
|
||||
<p>Python bindings for the OpenStack Object Storage service.</p>
|
||||
<h2><a href="http://docs.openstack.org/developer/python-cinderclient/">Volume Python Bindings (cinder client)</a>
|
||||
</h2>
|
||||
<p>Python bindings for the OpenStack Volume service.</p>
|
||||
<h2><a href="http://docs.openstack.org/developer/python-heatclient/">Orchestration Python Bindings (heat client)</a>
|
||||
</h2>
|
||||
<p>Python bindings for the OpenStack Orchestration service.</p>
|
||||
<h2><a href="http://docs.openstack.org/developer/python-ceilometerclient/">Telemetry Python Bindings (ceilometer client)</a>
|
||||
</h2>
|
||||
<p>Python bindings for the OpenStack Telemetry service.</p>
|
||||
<h4><a href="http://docs.openstack.org/developer/python-openstackclient/">Unified OpenStack Client</a></h4>
|
||||
<p>Documentation for python-openstackclient, a unified shell command structure.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -122,57 +122,50 @@
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="span-12">
|
||||
<h2><a href="http://docs.openstack.org/developer/heat/">Orchestration Developer Documentation (Heat)</a>
|
||||
</h2>
|
||||
<p>Online developer documentation for the OpenStack Orchestration Service.
|
||||
</p>
|
||||
<h2><a href="http://docs.openstack.org/developer/horizon/">Dashboard Developer Documentation (horizon)</a>
|
||||
</h2>
|
||||
<p>Online developer documentation for working on the OpenStack Dashboard.
|
||||
</p>
|
||||
<h2><a href="http://docs.openstack.org/developer/nova/">Compute Service Developer Documentation (nova)</a>
|
||||
</h2>
|
||||
<p>Developer documentation for the OpenStack Compute service.</p>
|
||||
<h2><a href="http://docs.openstack.org/developer/keystone/">Identity Service Developer Documentation (keystone)</a>
|
||||
</h2>
|
||||
<p>Developer documentation for the common OpenStack Identity service.</p>
|
||||
<h2><a href="http://docs.openstack.org/developer/glance/">Image Service Developer Documentation (glance)</a>
|
||||
</h2>
|
||||
<p>Developer documentation for the OpenStack Image service.</p>
|
||||
<h2><a href="http://docs.openstack.org/developer/ceilometer/">Telemetry
|
||||
service Developer Documentation (ceilometer)</a>
|
||||
</h2>
|
||||
<p>Developer documentation for the OpenStack Telemetry service.</p>
|
||||
<h2><a href="http://docs.openstack.org/developer/trove/">Database Service Developer Documentation (trove)</a>
|
||||
</h2>
|
||||
<p>Developer documentation for the OpenStack Database service.</p>
|
||||
<h2><a href="http://docs.openstack.org/developer/pbr/">Python Build Reasonableness (PBR)</a>
|
||||
</h2>
|
||||
<p>PBR is a library that injects some useful and sensible default behaviors into your setuptools run.
|
||||
</p>
|
||||
</div>
|
||||
<div class="span-12 last">
|
||||
<h2><a href="http://docs.openstack.org/developer/neutron/">Networking Service Developer Documentation (neutron)</a>
|
||||
</h2>
|
||||
<p>Developer documentation for the OpenStack Networking service.</p>
|
||||
<h2><a href="http://docs.openstack.org/developer/swift/">Object Storage Developer Documentation (swift)</a>
|
||||
</h2>
|
||||
<p>Developer documentation for the OpenStack Object Storage service.</p>
|
||||
<h2><a href="http://docs.openstack.org/developer/cinder/">Volume Developer Documentation (cinder)</a>
|
||||
</h2>
|
||||
<p>Developer documentation for the OpenStack Volume service.</p>
|
||||
<h2><a href="http://docs.openstack.org/developer/ironic/">Bare Metal Provisioning Developer Documentation (ironic)</a>
|
||||
</h2>
|
||||
<p>Developer documentation for the OpenStack Bare Metal service.</p>
|
||||
<h2><a href="http://docs.openstack.org/developer/savanna/">Data Processing Developer Documentation (savanna)</a>
|
||||
</h2>
|
||||
<p>Developer documentation for OpenStack Data Processing.</p>
|
||||
<h2><a href="http://docs.openstack.org/developer/oslo.config/">oslo.config Developer Documentation</a>
|
||||
</h2>
|
||||
<p>An OpenStack library for parsing configuration options from the command line and configuration files.</p>
|
||||
<h2>Developer Documentation for OpenStack Services</h2>
|
||||
|
||||
<h4><a href="http://docs.openstack.org/developer/ironic/">Bare Metal Provisioning Developer Documentation (ironic)</a>
|
||||
</h4>
|
||||
<h4><a href="http://docs.openstack.org/developer/nova/">Compute Service Developer Documentation (nova)</a>
|
||||
</h4>
|
||||
<h4><a href="http://docs.openstack.org/developer/horizon/">Dashboard Developer Documentation (horizon)</a>
|
||||
</h4>
|
||||
<h4><a href="http://docs.openstack.org/developer/savanna/">Data Processing Developer Documentation (savanna)</a>
|
||||
</h4>
|
||||
<h4><a href="http://docs.openstack.org/developer/trove/">Database Service Developer Documentation (trove)</a>
|
||||
</h4>
|
||||
<h4><a href="http://docs.openstack.org/developer/keystone/">Identity Service Developer Documentation (keystone)</a>
|
||||
</h4>
|
||||
<h4><a href="http://docs.openstack.org/developer/glance/">Image Service Developer Documentation (glance)</a>
|
||||
</h4>
|
||||
<h4><a href="http://docs.openstack.org/developer/neutron/">Networking Service Developer Documentation (neutron)</a>
|
||||
</h4>
|
||||
<h4><a href="http://docs.openstack.org/developer/swift/">Object Storage Developer Documentation (swift)</a>
|
||||
</h4>
|
||||
<h4><a href="http://docs.openstack.org/developer/heat/">Orchestration Developer Documentation (Heat)</a>
|
||||
</h4>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="span-12 last">
|
||||
<h2>Developer Documentation for OpenStack Services (continued)</h2>
|
||||
|
||||
<h4><a href="http://docs.openstack.org/developer/ceilometer/">Telemetry
|
||||
service Developer Documentation (ceilometer)</a>
|
||||
</h4>
|
||||
<h4><a href="http://docs.openstack.org/developer/cinder/">Volume Developer Documentation (cinder)</a>
|
||||
</h4>
|
||||
<h2>Common Libraries</h2>
|
||||
<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/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>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- Page Content -->
|
||||
<div class="container">
|
||||
<div id="footer">
|
||||
|
Loading…
Reference in New Issue
Block a user