stable/newton branch is created, let's set up building properly:
* Do not copy content anymore to /newton.
* The draft guides are now Ocata, change watermark.
Change-Id: I47c54a027481f4a708e5f1cefaff1157040bc155
This patch:
- updates the links for Newton in the /common
folder
- removes a commented non-publishing command for
Debian Install guide from publishdocs.sh.
(If the Guide is still not ready for Newton,
we will re-add this command back and remove
the guide from
www/project-install-guide/newton/index.html)
- removes old link for API reference and uses API Guide instead.
Change-Id: Ib7be38419deadaa8ff70256e12111e1c9a7fe143
With openstack-doc-tools 1.0.0, this file is not used anymore, remove
it.
Also, remove all mention of openstack-doc-test, this tool is not anymore
part of openstack-doc-tools.
Change-Id: I3bebcb269f1ff067e2ba591dd9e3d8f47d31d306
We do not need the DocBook XML glossary anymore, since we do not build
any DocBook guides that use it.
Add instead the RST version of the document to git.
Adjust scripts to not build or publish the glossary anymore.
Change-Id: Id4bfef7666690e6d08291f664751db7a4d4d5983
Import RST ops-guide.
Publish it as draft for now, do not translate it.
Also do not publish mitaka/arch-design-draft version.
Change-Id: Id25e02aa0b2219fd9141d1354124386cb59bb856
Remove the Install Guide, packages are not ready yet and therefore
this is not usable.
Remove it from both Liberty index page as well as publishing for
Liberty. The draft document is updated.
Update comment for Debian in publishdocs.
Change-Id: I4b0b597809ed7ddc3c070153d12d567bd8d0d28e
In preparation for release, publish the guides to Liberty.
Do this early so that we can test that all of this works fine and the
guides are generated fine.
Change-Id: I07c5c5321ed0c873b2cb67211af9021660d5bf67
We now have a stable/kilo branch, do not publish our documents to kilo
anymore, we publish those from the kilo branch.
Mark Install Guide and Config Reference as draft documents again.
Change-Id: I92905052102fc39e95f1379745d962ecd00988a8
Remove separate build-user-guides.sh and create a new build-all-rst.sh
tool.
Remove networking tox environment, since the RST guides share files, we
should always build them together using the docs tox environment.
Change-Id: I7ef98ca5e134096e14c79d58b0fc62a07747e471
1. Added config files and edited scripts to build the RST Cloud Admin Guide
2. Converted the identity management chapter to RST
Change-Id: I9ee53d5ad0d4b4ffaf228c7229364d6a84076721
Fix a problem in publishdocs.sh: The copying of draft to kilo
copied the files to publish-docs/kilo/draft instead of to
publish-docs/kilo/ since the directory existed already.
Make this robust, always create the directory and copy the content of
it. Also remove draft-index.html, we don't need it in the kilo
directory.
Change-Id: I63e633dd4ecd4fd6ada74ca312d8cb6cb6a8fc28
Fix a problem with the move to publishdocs where the web pages
were copied to the wrong location for checkbuild. We previously
copied these differently for checking and publishing and need to do this
again.
Change-Id: Ibb95a3a15e76913efff52f44eacb8a23c20768f7
These tags are now completely unused, remove them from scripts setting
them.
Now we can simplify publishdocs.sh with a simple loop instead of
separate invocations.
Remove our scope sphinx extensions, it's not needed anymore.
Remove also the hot extension from the Admin User Guide, it's only used
in the End User Guide.
Change-Id: Ib6c9f35e336ee13b84030a6e7164dea27d621e67
The two tox environments were large and mostly duplicated, use a shell
script instead and use the build-rst.sh script to simplify building and
publishing.
For copying to /kilo, use the tools/copy-to-branch.sh script instead of
the simple commands since that is more robust. Merge that script into
this script, no need for a second script.
Update requirements: We need 0.27 at least to not have to delete the
Debian Install Guide, sync also pbr with global-requirements.txt.
Change-Id: Ieba77b4e3d0bbe58db041206d9725c523b3bb43a