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
This commit applies theme and styling to PDF generation
using xelatex with customized styles.
In openstackdocstheme, style is defined in pdftheme.sty,
and conf.py makes use of the file as LaTeX package.
Also, some rst files are modified to add PDF directives
to adjust better UI in PDFs.
Not all documents are our targets in this commit but feel
free to add more here if anyone wants.
- Current applied styles with openstackdocstheme
: Dedicated title without a blank page
: Put a logo image into suitable place.
: No chapter/section number
: Light gray background for code blocks
: Font definition is in openstackdocstheme not in conf.py
- rst modification
: Table wrap adjustment (".. tabularcolumns::" directive)
: Exclude "Search in this page" section (".. only:: html" directive)
Change-Id: I2782e0a1f0258a6016559b16c8967cc52f48f734
Depends-On: I423675ff79827966e789df70b0f970ac2a10da50
Implements: blueprint build-pdf-from-rst-guides
Co-Authored-By: Ian Y. Choi <ianyrchoi@gmail.com>
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
Part of "consistency-file-rename" spec [1]
This commit also changes the following:
* Update corresponding references to common in various guides
* Rename excluded_patterns in conf.py of various guide
* Rename existing entries in www/static/.htaccess
* Add entries to .htaccess to redirect renamed files
[1] http://specs.openstack.org/openstack/docs-specs/specs/newton/consistency-file-rename.html
Change-Id: I39a9d5b95535cad1918ee64e95dee5ef18ab2cbe
Provided basic details of how producers can share images with consummers
and how both producers and consummers can deal with shared images.
Change-Id: I9c0af79079d01a536ac57ec4c7a9a8f22bbf75a2
Closes-Bug: 1521158
Modified the file to get a list of contents
Change-Id: Ib33a8ce346d76ae4ac099d9904bf8e6be1ba3261
Closes-Bug: #1491122
Co-Authored-By: KATO Tomoyuki <kato.tomoyuki@jp.fujitsu.com>