From 296c33d4ba9a815d14990524ca66f33d89362368 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Tue, 18 Jul 2017 16:18:26 -0400 Subject: [PATCH] don't duplicate the list of API reference guides We have an automatically managed list of API reference guides in the openstack-manuals repo being published to doc.openstack.org/api. The results are validated against the list of actually published guides, and will be kept up to date when projects come and go. It will also be maintained as the API documentation moves into the main doc build for each project as part of the documentation migration project [1]. This patch removes the redundant information from this repo and replaces it with a link to the other repository. [1] http://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html Change-Id: I80d7a6ed2ad8ccf4e505da1932b8a900cf4fe3f8 Signed-off-by: Doug Hellmann --- www/index.html | 3 +-- www/templates/api_ref.tmpl | 32 -------------------------------- 2 files changed, 1 insertion(+), 34 deletions(-) delete mode 100644 www/templates/api_ref.tmpl diff --git a/www/index.html b/www/index.html index d9f249d63..319422bdf 100644 --- a/www/index.html +++ b/www/index.html @@ -98,7 +98,7 @@

To learn how to use the APIs, see the OpenStack - API Guide. All documented OpenStack APIs are listed below. + API Guide. All documented OpenStack APIs are listed on the API Reference Guide page.

Translations

- {% include 'templates/api_ref.tmpl' %}