The titles and lead-in text make it sound like there is "one SDK" which
is not accurate. Rather, there is discussion of the various Python SDKs.
Change-Id: I923b54c43f581afb329e359cb38c59bf485e0183
The two are different use cases, and we have things that focus on the
cloud-wide story. Lead with those, then show docs for individual
services that users can fallback to if they need to.
Update docs and update this for all branches that your the project-data
for language-bindings (pike and queens only).
Change-Id: Ib1f7b7c77ec2b9536c4a03425694a6300025a6c3
Adds info about enabling CI testing of redirects using the 'whereto'
tool. Also changes the example location for a .htaccess file to
reflect where the build-openstack-sphinx-docs job expects to find
it in the gate.
Change-Id: I5d1f56ece7db977dd07aa414d74cf906939b300d
Closes-bug: #1730582
This patch updates language landing pages to include
more translated documents and links which have high
translated ratio (>75%):
- Install guides (>=Pike, Ocata)
- Image guides
- Network guides (Ocata)
- Releasenotes
- I18n contributor guide
- user-survey link
Also, deletes EOL-ed links to landing pages
which language team translated newer version of documents.
Change-Id: I4b5aa8fa2e328b5ba3eee9b9bcacad2b011bc4b1
Co-Authored-By: işbaran akçayır <isbaran@gmail.com>
Co-Authored-By: Robert Simai <robert.simai@suse.com>
Co-Authored-By: chenxing <chason.chan@foxmail.com>
Co-Authored-By: Suhartono <cloudsuhartono@gmail.com>
Co-Authored-By: Akihiro Motoki <amotoki@gmail.com>
Replace the use of the project_guides.tmpl template in the mitaka
index file with inline versions that link to the mitaka-specific
pages.
Add a language-bindings.html page based on the one for ocata to link
to the user-guide and cli-reference for mitaka.
Add a projects.html page to link to the mitaka documentation for each
service project.
Change-Id: I173ecabeb3aa74a3d2ddc6b4ba898d881dcf752d
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
As part of the documentation retention policy change, we recovered the
user, admin, and CLI guides for Mitaka. This patch links to the first
two. Linking to the CLI guide will come later in this patch series.
Change-Id: I3b6981ad01fb00944f65cdd13682c9ca531393c2
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Set up the variables the same way the post job is set up:
Pass them in via environment in job definition.
Pass ZUUL_ environment variables through to jobs.
Note ZUUL_REFNAME is not set, use ZUUL_BRANCH instead.
Change-Id: I5863a05384c9a48445d5ce52ccc508519c7c00f8
This is a temporary fix to ensure the step still works now that
installguide-cookiecutter has been deprecated.
Long-term, we should decide on the future of deploy-guides structure.
Change-Id: If06a6056f10fe3ee7d994143f0919f4cfae12ffe
Closes-Bug: #1721119
Release notes are version independent, so remove version/release
values. We've found that projects now require the service package
to be installed in order to build release notes, and this is entirely
due to the current convention of pulling in the version information.
Release notes should not need installation in order to build, so this
unnecessary version setting needs to be removed.
This is needed for new release notes publishing, see
I56909152975f731a9d2c21b2825b972195e48ee8 and the discussion starting
at
http://lists.openstack.org/pipermail/openstack-dev/2017-November/124480.html
.
Change-Id: Ia6d8fbd7792f87e114caad51bfca2cf0ed3dff3e
Allow deep redirects of old pages like those from the template guide
that are linked from all over the web.
Change-Id: I745c62010b2090f080f939ab38304e5b23b1a9e2
Depends-On: I74de09f4e25c2eda050053d3b8646586c9f24c04
Closes-Bug: #1722820
Because the trailing / is optional, the deep_links macro could match
multiple projects if one of their names is a prefix of the other(s)
(e.g. heat and heat-translator). It also means that completely bogus
paths will redirect to bogus locations - e.g. currently
https://docs.openstack.org/developer/nova-foo redirects to
https://docs.openstack.org/nova/latest/-foo
Avoid this by adding a negative-lookahead assertion, to ensure that the
path passed in by the caller of the macro is not followed by any non-/
character.
Change-Id: I9dcf5dccfa36a3b1895f4422deafcdb73b150cbd