[www] cleanup language bindings page

Change-Id: Ia21813cd0829c57f6810ea31b9481f8f6f432247
This commit is contained in:
KATO Tomoyuki 2016-10-15 10:56:33 +09:00
parent 8bd29f21a6
commit 47551b8f8d

View File

@ -6,8 +6,8 @@
<a href="http://docs.openstack.org/">Documentation</a> &gt; Language Bindings and Python Clients <a href="http://docs.openstack.org/">Documentation</a> &gt; Language Bindings and Python Clients
{% endblock %} {% endblock %}
{% block content %} {% block content %}
<!-- Begin Page Content --> <!-- Begin Page Content -->
<div class="top-docs-wrapper"> <div class="top-docs-wrapper">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-lg-8 col-md-8 col-sm-8"> <div class="col-lg-8 col-md-8 col-sm-8">
@ -15,102 +15,99 @@
<p> <p>
This page contains documentation about the Python bindings provided by OpenStack and how to use them. This page contains documentation about the Python bindings provided by OpenStack and how to use them.
</p> </p>
</div> </div>
</div>
</div> </div>
</div> <div class="mid-docs-wrapper" id="docs-main-body">
<div class="mid-docs-wrapper" id="docs-main-body">
<div class="container"> <div class="container">
<div class="row">
<div class="col-lg-12">
</div>
</div>
<div class="row docs-toc"> <div class="row docs-toc">
<div class="col-lg-6 col-md-6 col-sm-6"> <div class="col-lg-6 col-md-6 col-sm-6">
<div class="docs-link-sections"> <div class="docs-link-sections">
<h3><i class="fa fa-book"></i> Bindings for the OpenStack APIs</h3> <h3><i class="fa fa-book"></i> Bindings for the OpenStack APIs</h3>
<a href="/developer/python-ironicclient/"> <a href="/developer/python-ironicclient/">
Bare Metal service Python Bindings (ironic client) Bare Metal service Python Bindings (ironic client)
</a> </a>
<a href="/developer/python-cinderclient/"> <a href="/developer/python-cinderclient/">
Block Storage service Python Bindings (cinder client) Block Storage service Python Bindings (cinder client)
</a> </a>
<a href="/developer/python-novaclient"> <a href="/developer/python-novaclient">
Compute service Python Bindings (nova client) Compute service Python Bindings (nova client)
</a> </a>
<a href="/developer/python-magnumclient"> <a href="/developer/python-magnumclient">
Container Infrastructure Management service Python Bindings (magnum client) Container Infrastructure Management service Python Bindings (magnum client)
</a> </a>
<a href="/developer/python-saharaclient"> <a href="/developer/python-saharaclient">
Data Processing service Python Bindings (sahara client) Data Processing service Python Bindings (sahara client)
</a> </a>
<a href="/developer/python-troveclient"> <a href="/developer/python-troveclient">
Database service Python Bindings (trove client) Database service Python Bindings (trove client)
</a> </a>
<a href="/developer/python-designateclient"> <a href="/developer/python-designateclient">
DNS service Python Bindings (designate client) DNS service Python Bindings (designate client)
</a> </a>
<a href="/developer/python-keystoneclient/"> <a href="/developer/python-keystoneclient/">
Identity service Python Bindings (keystone client) Identity service Python Bindings (keystone client)
</a> </a>
<a href="/developer/python-glanceclient/"> <a href="/developer/python-glanceclient/">
Image service Python Bindings (glance client) Image service Python Bindings (glance client)
</a> </a>
<a href="/developer/python-barbicanclient/"> <a href="/developer/python-barbicanclient/">
Key Management service Python Bindings (barbican client) Key Management service Python Bindings (barbican client)
</a> </a>
<a href="/developer/python-neutronclient"> <a href="/developer/python-neutronclient">
Networking service Python Bindings (neutron client) Networking service Python Bindings (neutron client)
</a> </a>
<a href="/developer/python-swiftclient/"> <a href="/developer/python-swiftclient/">
Object Storage service Python Bindings (swift client) Object Storage service Python Bindings (swift client)
</a> </a>
<a href="/developer/python-heatclient/"> <a href="/developer/python-heatclient/">
Orchestration service Python Bindings (heat client) Orchestration service Python Bindings (heat client)
</a> </a>
<a href="/developer/python-manilaclient/"> <a href="/developer/python-manilaclient/">
Shared File Systems service Python Bindings (manila client) Shared File Systems service Python Bindings (manila client)
</a> </a>
<a href="/developer/python-aodhclient/"> <a href="/developer/python-aodhclient/">
Telemetry Alarming service Python Bindings (aodh client) Telemetry Alarming service Python Bindings (aodh client)
</a> </a>
<a href="/developer/python-ceilometerclient/"> <a href="/developer/python-ceilometerclient/">
Telemetry Data Collection service Python Bindings (ceilometer client) Telemetry Data Collection service Python Bindings (ceilometer client)
</a> </a>
</div> </div>
</div> </div>
<div class="col-lg-6 col-md-6 col-sm-6"> <div class="col-lg-6 col-md-6 col-sm-6">
<div class="docs-link-sections"> <div class="docs-link-sections">
<h3><i class="fa fa-cloud"></i> Use the dashboard and command-line clients</h3> <h3><i class="fa fa-cloud"></i> Use the dashboard and command-line clients</h3>
<a href="/user-guide/"> <a href="/user-guide/">
OpenStack End User Guide OpenStack End User Guide
</a> </a>
<p> <p>
User guide for the OpenStack dashboard and command-line clients. User guide for the OpenStack dashboard and command-line clients.
</p> </p>
<a href="/cli-reference/"> <a href="/cli-reference/">
OpenStack Command Line Interface Reference OpenStack Command Line Interface Reference
</a> </a>
<p> <p>
Reference listing of all commands and parameters Reference listing of all commands and parameters
available for keystone, glance, neutron, nova, available for keystone, glance, neutron, nova,
cinder, swift, heat, and ceilometer commands. cinder, swift, heat, and ceilometer commands.
</p> </p>
<a href="/developer/python-openstackclient/"> <a href="/developer/python-openstackclient/">
Unified OpenStack Client Unified OpenStack Client
</a> </a>
<p> <p>
Documentation for python-openstackclient, a unified shell command structure. Documentation for python-openstackclient, a unified shell command structure.
</p> </p>
</div> </div>
</div> </div>
</div> </div>
<div class="row docs-contribute-wrapper"> <div class="row docs-contribute-wrapper">
<div class="col-lg-12"> <div class="col-lg-12">
<p>Documentation treated like code, powered by the community - interested?</p> <p>Documentation treated like code, powered by the community - interested?</p>
<a href="/contributor-guide/" class="overview-btn contribute-btn">How To Contribute <i class="fa fa-chevron-right"></i></a> <a href="/contributor-guide/" class="overview-btn contribute-btn"
>How To Contribute <i class="fa fa-chevron-right"></i></a>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
{% endblock content %} {% endblock content %}