From c95a9c2f25aebc599ed8fa378a02b27247498d2d Mon Sep 17 00:00:00 2001 From: Anne Gentle Date: Thu, 22 Sep 2016 17:23:25 -0500 Subject: [PATCH] Adds API info to release notes for Newton Change-Id: I79a349d5830ab7b2dfb52853dc066958a031c7ef --- releasenotes/source/newton.rst | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/releasenotes/source/newton.rst b/releasenotes/source/newton.rst index 3dc36265ff..df1ae37e4f 100644 --- a/releasenotes/source/newton.rst +++ b/releasenotes/source/newton.rst @@ -3,7 +3,7 @@ Next release: Newton ==================== User visible changes -==================== +~~~~~~~~~~~~~~~~~~~~ * Command-Line Interface Reference abandons the "openstack" command reference in favor of the reference in the OpenStackClient repository. @@ -13,14 +13,30 @@ User visible changes * Configuration Reference supports the Application Catalog service. -Internal changes -================ +API guides +~~~~~~~~~~ * The API reference documentation has been moved from the api-site - repository to project specific repositories. + repository to project specific repositories. The collection of API docs + is now available on the `API Quick Start page `_. + +* The `Compute API `_ and + `DNS API `__ sites offer great + examples of the new API reference, maintained by the project team rather + than a central docs team. + +* Updated the `Contributor Guide `__ + to include specific API Guides information. + +* Completed `API Documentation `__ + guidelines with the API Working Group. + +Internal changes +~~~~~~~~~~~~~~~~ * The Operations Guide is now using RST as source format. * The content of the separate repositories operations-guide and ha-guide has been moved into the openstack-manuals repository. The repositories operations-guide and ha-guide have been retired. +