link to language bindings page from user page
Replace the partial list of clients on the user pages for pike and queens with a link to the language bindings page where readers can find the full list. Change-Id: I8a4586df0234a42d68b7128471d2c7c5af3cf79f Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
parent
c14895c3cf
commit
676406df1e
@ -41,12 +41,10 @@
|
||||
<div class="col-lg-6 col-md-6 col-sm-6">
|
||||
<div class="docs-link-sections">
|
||||
<h3><i class="fa fa-cog"></i> Client Libraries</h3>
|
||||
{% for project in projects|sort(attribute='name') %}
|
||||
{% if project.type in ['client'] and project.has_user_guide %}
|
||||
<a href="/{{project.name}}/{{SERIES}}/">{{project.name}}</a><br />
|
||||
<p>{{project.service}} </p>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
<p>Refer to <a href="../language-bindings.html">the
|
||||
language bindings list</a> for Python client library
|
||||
documentation and the Unified OpenStack command line
|
||||
client.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -41,12 +41,10 @@
|
||||
<div class="col-lg-6 col-md-6 col-sm-6">
|
||||
<div class="docs-link-sections">
|
||||
<h3><i class="fa fa-cog"></i> Client Libraries</h3>
|
||||
{% for project in projects|sort(attribute='name') %}
|
||||
{% if project.type in ['client'] and project.has_user_guide %}
|
||||
<a href="/{{project.name}}/{{SERIES}}/">{{project.name}}</a><br />
|
||||
<p>{{project.service}} </p>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
<p>Refer to <a href="../language-bindings.html">the
|
||||
language bindings list</a> for Python client library
|
||||
documentation and the Unified OpenStack command line
|
||||
client.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user