6 Commits

Author SHA1 Message Date
Anne Gentle
93daffe410 Updates the "API Quick Start" to become a better landing for all API docs
- Uses new openstackdocstheme configured with the api_ref sidebar.
- Updates intro text to ensure we get the same text as what was in
  the developer.openstack.org/api_ref.html landing page.
- With these changes we should be able to completely remove and redirect
  developer.openstack.org/api_ref.html to http://developer.openstack.org/api-guide/quick-start/.

Change-Id: I5ea811aac3b34774b9cdde6c0d788b12b97977bb
2016-08-31 17:38:29 +00:00
Yatin Kumbhare
804da5f03d Fix for the deprecated library function
os.popen() is deprecated since version 2.6. Resolved with use of
subprocess module.

Change-Id: Ie7e0cf06fb5f6a40984a24b3c9123187c0a3a3cc
2016-01-05 18:09:37 +05:30
Andreas Jaeger
31f1bebf8f Report bugs against openstack-api-site
For RST projects, set the launchpad project users report bugs against to
"openstack-api-site".

This variable will be used by the next openstackdocstheme update.

Closes-Bug: #1524476
Change-Id: I97a4ff8fd60ab5122724f856b695ad007e9b2fcb
2015-12-10 09:38:08 +01:00
Andreas Jaeger
82963634bb Do not copy sources
We do not need to copy source files anymore with current
openstackdocstheme, unset html_show_sourcelink and html_copy_source
links. Report a bug works without these as well.

This reduces the amount of files we build and publish (for Install Guide
from 42 MB to 39 MB), and thus speeds up building (from 44 to 41s for
Install Guide) slightly.

Change-Id: I5d8f332aedd03ef1b2732bcfe01d2338f78fb29d
2015-10-14 09:24:53 +02:00
Andreas Jaeger
dcbca54118 Cleanup api-quick-start conf.py
Remove pwd variable from conf.py, with openstackdocstheme 1.2.3 the
variable is not needed anymore.

Change-Id: Ia1326329f53fdded4c8ca10fd8ee87b6bc1bd478
2015-10-08 13:46:56 +02:00
Anne Gentle
4e986a3c7c Migrates API quick start one pager to RST
- Adds openstack commands

Change-Id: I57780453bd8ee214d10b646e7a989de7e33fa2a9
2015-10-07 15:16:17 -05:00