From 927b792371f6cb436047cc9c7d68a134f11067ae Mon Sep 17 00:00:00 2001 From: Diane Fleming Date: Thu, 16 Jan 2014 10:46:26 -0600 Subject: [PATCH] Add stub files for new API Guide Closes-Bug: #1269854 Change-Id: I01cc24ea65a69b5e1df532570a14de6f123e149f author: Diane Fleming co-author: Miranda Zhang --- api-guide/bk-api-guide.xml | 64 +++++++++++++++++++++++ api-guide/ch_api_concepts.xml | 13 +++++ api-guide/ch_api_getting_started.xml | 9 ++++ api-guide/ch_api_limits.xml | 13 +++++ api-guide/ch_api_usage.xml | 14 +++++ api-guide/pom.xml | 77 ++++++++++++++++++++++++++++ pom.xml | 1 + 7 files changed, 191 insertions(+) create mode 100644 api-guide/bk-api-guide.xml create mode 100644 api-guide/ch_api_concepts.xml create mode 100644 api-guide/ch_api_getting_started.xml create mode 100644 api-guide/ch_api_limits.xml create mode 100644 api-guide/ch_api_usage.xml create mode 100644 api-guide/pom.xml diff --git a/api-guide/bk-api-guide.xml b/api-guide/bk-api-guide.xml new file mode 100644 index 000000000..cef47bbd4 --- /dev/null +++ b/api-guide/bk-api-guide.xml @@ -0,0 +1,64 @@ + + + + OpenStack API Guide + API Guide + + + + + + + + OpenStack Foundation + + + + 2014 + OpenStack Foundation + + local + OpenStack + + + + Copyright details are filled in by the + template. + + + + OpenStack is an open source cloud computing platform + for public and private clouds. A series of + interrelated projects deliver a cloud infrastructure + solution. This guide is for developers who want to + extend the OpenStack APIs or write applications that + run on an OpenStack cloud. This guide introduces + developers to OpenStack API concepts, common tasks, + and ways of interacting with the APIs. + + + + 2014-01-30 + + + + First edition of this book. + + + + + + + + + + + diff --git a/api-guide/ch_api_concepts.xml b/api-guide/ch_api_concepts.xml new file mode 100644 index 000000000..4a4e96c2c --- /dev/null +++ b/api-guide/ch_api_concepts.xml @@ -0,0 +1,13 @@ + + + + + API concepts + + + diff --git a/api-guide/ch_api_getting_started.xml b/api-guide/ch_api_getting_started.xml new file mode 100644 index 000000000..3979e9e8e --- /dev/null +++ b/api-guide/ch_api_getting_started.xml @@ -0,0 +1,9 @@ + + + + API overview + + + diff --git a/api-guide/ch_api_limits.xml b/api-guide/ch_api_limits.xml new file mode 100644 index 000000000..5813d04d3 --- /dev/null +++ b/api-guide/ch_api_limits.xml @@ -0,0 +1,13 @@ + + + + + API limits + + + diff --git a/api-guide/ch_api_usage.xml b/api-guide/ch_api_usage.xml new file mode 100644 index 000000000..3fb506fda --- /dev/null +++ b/api-guide/ch_api_usage.xml @@ -0,0 +1,14 @@ + + + + + Use the APIs + + Provide tutorials, examples, interspersed with specific API + concepts? + diff --git a/api-guide/pom.xml b/api-guide/pom.xml new file mode 100644 index 000000000..dbc1434eb --- /dev/null +++ b/api-guide/pom.xml @@ -0,0 +1,77 @@ + + + org.openstack.docs + parent-pom + 1.0.0-SNAPSHOT + ../pom.xml + + 4.0.0 + openstack-api-guide + jar + OpenStack API Guide + + + local + 0 + + + + + + + + com.rackspace.cloud.api + clouddocs-maven-plugin + + + + + os-api-guide + + generate-webhelp + + generate-sources + + bk-api-guide.xml + + appendix toc,title + article/appendix nop + article toc,title + book toc,title,figure,table,example,equation + chapter toc,title + section toc + part toc,title + qandadiv toc + qandaset toc + reference toc,title + set toc,title + + target/docbkx/webhelp + api-guide + api-guide + + + + + 1 + 0 + 1 + 0 + false + true + true + . + external + openstack + ${comments.enabled} + os-api-guide + 1 + UA-17511903-1 + 0 + + + + + diff --git a/pom.xml b/pom.xml index 6083f6516..664e0ea5c 100644 --- a/pom.xml +++ b/pom.xml @@ -10,6 +10,7 @@ api-quick-start + api-guide api-ref