Fix the duplicated URL of openstack client documentation

Change-Id: I2584090ec9d6fd3ddc90031fd57b38094ac2a759
This commit is contained in:
zhang.lei 2018-09-05 03:55:53 +00:00
parent 90213a2df9
commit 25aa288a6c
4 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
<div class="docs-link-sections">
<h3><i class="fa fa-book"></i>Bindings for the OpenStack APIs</h3>
{% for project in projects|sort(attribute='service') -%}
{% if project.type == 'cloud-client' %}
{% if project.type == 'cloud-client' and project.name != 'python-openstackclient' %}
<a href="/{{project.name}}/{{SERIES}}/">
{{project.service}} ({{project.description}})
</a><br />

View File

@ -25,7 +25,7 @@
<div class="docs-link-sections">
<h3><i class="fa fa-book"></i>Bindings for the OpenStack APIs</h3>
{% for project in projects|sort(attribute='service') -%}
{% if project.type == 'cloud-client' %}
{% if project.type == 'cloud-client' and project.name != 'python-openstackclient' %}
<a href="/{{project.name}}/{{SERIES}}/">
{{project.service}} ({{project.description}})
</a><br />

View File

@ -25,7 +25,7 @@
<div class="docs-link-sections">
<h3><i class="fa fa-book"></i>Bindings for the OpenStack APIs</h3>
{% for project in projects|sort(attribute='service') -%}
{% if project.type == 'cloud-client' %}
{% if project.type == 'cloud-client' and project.name != 'python-openstackclient' %}
<a href="/{{project.name}}/{{SERIES}}/">
{{project.service}} ({{project.description}})
</a><br />

View File

@ -25,7 +25,7 @@
<div class="docs-link-sections">
<h3><i class="fa fa-book"></i>Bindings for the OpenStack APIs</h3>
{% for project in projects|sort(attribute='service') -%}
{% if project.type == 'cloud-client' %}
{% if project.type == 'cloud-client' and project.name != 'python-openstackclient' %}
<a href="/{{project.name}}/{{SERIES}}/">
{{project.service}} ({{project.description}})
</a><br />