* Both Chinese and English are built for error checking purposes only (parallel dirs /source/_build/html and /source/_build/zh_CN).
* Next stage will be to move building of simplified Chinese to https://github.com/clearlinux/clear-linux-documentation-zh-CN only and use latest release from that repo.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
* Replaces dlrs.rst in guides/stacks to avoid redirect issues.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Corrects typo on % for image at 50.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Corrects .. figure:: ref relative path from inside guides/stacks/dlrs
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Corrects relative path in figure 5.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Revises label to avoid buld error.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Changed underline of search box to white from black.
* Added white border to differentiate clearlinux.org nav elements from docs. Limitations:
* Current solution fails to work 100% in responsive mode.
* Degradation is graceful.
* Better fix requires deeper change to the theme.
* Pending update pulling RTD theme into the project will allow this.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
Changes to be committed:
modified: source/_themes/otc_tcs_sphinx_theme/layout.html
modified: source/_themes/otc_tcs_sphinx_theme/static/tcs_theme.css
* Add code to show status and assign color-coding to available bundles.
- Add regex PATTERN4 to capture bundle status values
- Add code to process capture groups in for loop
- Rename bundler() to main() to follow Python convention
- Add conditional blocks to filter tags based on below status indicators
- Add css classes for active-status, wip-status, and pending-delete-status
- Closes#747
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Programs "Deprecated" status for such bundles; color-codes it in css.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Adds #ce2029 color for "Deprecated" status to css; reorders css classes.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Revises HTML relative link in template.html to tcs_theme.css.
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
* Add examples to support DLRS v4 release
* Add AIXPRT and PyTorch training examples to DLRS guide
* adds necessary white space before code block
* updates openvino examples
* adds links to referenced scripts
* Move dlrs into tutorials for immediate publication
The dlrs guide and images are moving -- the images into the source/_figures directory, and the dlrs file into tutorials, so they can be immediately published. This change enables partners working with DLRS v4 to continue development. When possible the dlrs.rst file will be returned to the guides section, and further edits added then.
Signed-off-by: Beth Dean <beth.e.dean@intel.com>