diff --git a/tox.ini b/tox.ini index 925fe229f..3046e972c 100644 --- a/tox.ini +++ b/tox.ini @@ -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 diff --git a/www/index.html b/www/index.html index 5f68f273d..2163ac845 100644 --- a/www/index.html +++ b/www/index.html @@ -386,6 +386,11 @@
Docs and Resources
+
+ + Writing your First OpenStack Application + +
Getting Started Guide