e43daab321
hieroglyph 2.0 works with python 3 and Sphinx 2, update to it. Update some other requirements as well. Cleanup tox.ini a bit. Switch to openstackdocstheme 2.2.1 version. Using this versions will allow especially: * Linking from HTML to PDF document * Allow parallel building of documents * Fix some rendering problems Update Sphinx version as well. Disable openstackdocs_auto_version to not auto-version the documents. Disable openstackdocs_auto_name to use 'project' variable as name. Change pygments_style to 'native' since old theme version always used 'native' and the theme now respects the setting and using 'sphinx' can lead to some strange rendering. openstackdocstheme renames some variables, so follow the renames before the next release removes them. A couple of variables are also not needed anymore, remove them. See also http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html Change-Id: Ib8ba3e3f514688d06a07598e7d6ceffa79f26220 |
||
---|---|---|
.. | ||
source | ||
README.md |
Introduction
-
The subfolders contain the RST files related to the Training Guides.
-
Please refer the following link to get more information about this project https://launchpad.net/openstack-training-guides
-
Please follow the following wiki to get more information about development process of Training Guides. This should provide enough information to start contributing to training guides https://wiki.openstack.org/wiki/Training-guides
-
Training Guides is typically divided into four guides
- Associate Training Guide
- Operator Training Guide
- Developer Training Guide
- Architect Training Guide
-
Please follow the following wiki to get more information about development process of Training Guides. This should provide enough information to start contributing to training guides https://wiki.openstack.org/wiki/Training-guides
-
This document is not published at docs.openstack.org anymore since it's outdated.
Structure of this folder
-
To get better idea of the design of this folder follow this blueprint https://blueprints.launchpad.net/openstack-training-guides/+spec/separate-folders-for-books
-
Typically book wise folders are created, read the following for more description:
- associate-guide: This folder contains RST files related to Associate Training Guide.
- common: This folder contains common files used by multiple training guides.
- figures: This folder contains images used by all the training guides.
- _static: This folder contains theming (CSS) for generating the HTML slides.