From aee45cc4abdc0ae311cfb22a08a0fee1139b4fd0 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Wed, 15 Feb 2012 18:51:36 -0500 Subject: Fix API extensions documentation, bug 931516. This patch fixes the docs so that the API extensions documentation gets included. In passing, also update the API extensions index to include an extension that was not listed. Change-Id: Ia16cab2b29bbc121d940dc4ed9f033340935cde8 --- doc/source/api_ext/index.rst | 1 + doc/source/index.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/source') diff --git a/doc/source/api_ext/index.rst b/doc/source/api_ext/index.rst index 320241051..69858008b 100644 --- a/doc/source/api_ext/index.rst +++ b/doc/source/api_ext/index.rst @@ -28,6 +28,7 @@ Extensions :maxdepth: 3 ext_config_drive.rst + ext_floating_ip_dns.rst ext_floating_ips.rst ext_keypairs.rst ext_multinic.rst diff --git a/doc/source/index.rst b/doc/source/index.rst index c1a41d107..e16cd3dc4 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -70,7 +70,7 @@ API Extensions .. toctree:: :maxdepth: 1 - api_ext/index + api_ext/index Outstanding Documentation Tasks =============================== -- cgit