Publish Libcloud version of FirstApp

The Libcloud version of FirstApp is ready to move from draft stage
so it can be widely disseminated to satiate the burning need for this
content that is currently not being addressed. The guide was very well
received during it's packed-room summit sesion.

So far it has received significantly more editing and testing than
other sprint-created documents when they were published. This is thanks
to the work of: Andreas Jaegar, Karen Bradshaw, Diane Fleming, Shilla Saebi,
James Dempsey's users, Jon Proulx, Bruno Lago, Chuck Burkett, Dana Bauer,
and the original authors (at least 2 each section).

Any areas lacking in the guide are well understood and captured in the
bug list:
https://bugs.launchpad.net/openstack-manuals/+bugs?field.tag=firstapp
and there are no major blockers that would prevent listing this guide
on developer.openstack.org.

This patch links the libcloud section of developer.openstack.org to the
guide.

Change-Id: If85bc020cd54e3ca06e5d320024dec9428764641
This commit is contained in:
Tom Fifield 2015-05-11 13:04:08 +08:00
parent 36a63f387f
commit 5a11f8343c
2 changed files with 8 additions and 4 deletions

View File

@ -63,11 +63,10 @@ commands =
openstack-doc-test --check-build --publish --only-book api-ref --only-book api-ref-guides
# We need to move api-ref-guides to the proper place:
mv publish-docs/api-ref-guides publish-docs/api-ref/
# Build and copy RST Guides as draft
# Include only environments that are (partially) written
# We need to move firstapp-libcloud to the proper place:
sphinx-build -E -W -t libcloud firstapp/source firstapp/build-libcloud/html
mkdir -p publish-docs/api-ref/draft/firstapp-libcloud/
rsync -a firstapp/build-libcloud/html/ publish-docs/api-ref/draft/firstapp-libcloud/
mkdir -p publish-docs/api-ref/firstapp-libcloud/
rsync -a firstapp/build-libcloud/html/ publish-docs/api-ref/firstapp-libcloud/
[testenv:checklang]
# openstack-generate-docbook needs xml2po which cannot be installed in

View File

@ -386,6 +386,11 @@
<dt>
Docs and Resources
</dt>
<dd>
<a class="link" href="http://developer.openstack.org/firstapp-libcloud/getting_started.html" target="_top">
Writing your First OpenStack Application
</a>
</dd>
<dd>
<a class="link" href="https://libcloud.readthedocs.org/en/latest/compute/drivers/openstack.html" target="_top">
Getting Started Guide