Adds guidelines for the docs:follows-policy tag.
Change-Id: Ic7c9447ca4c992f645eace08747dd37a71e42218
Depends-on: Id8e2c544856aca712588b7c08e099d16144ad4f3
While this may look like a noop change, it removes an invalid character
that was causing the checkniceness tests to fail. We can also now unpin
the chardet library.
Change-Id: Iaa4e7069187d048ad375376c25b1de4b142b62ad
Update instructions to include the need to update links to draft optional
services guides in the basic Install Tutorial.
Change-Id: Ib22d1237e1d82073775929e43df0f35db727b6c7
Partial-Bug: #1677234
Move glossary and appendix in one chapter called appendix.
This has been done already for arch-design and ops-guide, do it for the
other guides. Share common appendix.
Change-Id: I6bf4e94f6c0569850cca6558be672de298bb208c
Version numbers will be used in PDFs such as
"Release Version: 15.0" following short X.Y version.
Note that Ocata is 15th release.
Change-Id: I6a11992e819626f3b4f4360222521795f7e3b74d
With the change to search.html, the search page now
searches docs.openstack.org, not the specific guide.
Update the header to reflect this.
Change-Id: I9cb4b7669e4c0767e73b105867240a1079d0c086
With pbr 2.0 and Sphinx 1.5, the setting for treat sphinx warnings as
errors is setting warning-is-error in build_sphinx section. Migrate
the setting from the old warnerrors one.
Remove all-files, we do not have man pages.
Note that the build_sphinx section is not used by our toolchain, still
doesn't harm to use proper setup so that it could be used.
Change-Id: I03403b1ed20c4a4bccb1c03311d3999e12a98416
* This patch adds instructions on how to include
new deploy guides in jenkins build jobs, based on
the install-guide content.
* And, it adjusts one title wording for clarity.
Change-Id: Ifcff0f888c95ee66d48115238b9274c03255d235
Adding a chapter for ESL contributors containing advice for non-native
English speakers and for native English speakers, to try and promote
a more inclusive and welcoming docs community. Based on a talk given
by the co-authors at linux.conf.au 2017.
Change-Id: Idd49b332ea20b722095d5b67a3fee465f9f615e9
Co-Authored-By: <masayuki.igawa@gmail.com>
Co-Authored-By: <samueldmq@gmail.com>
Co-Authored-By: <winterma.dong@gmail.com>
PDF builds in openstack-manuals are now supported with --pdf option.
It is a good idea to mention how to build PDF files with
library dependencies.
Change-Id: I40902bb09ee18fda67d6f6cafaf2caf2f05f5c59
Implements: blueprint build-pdf-from-rst-guides