
File location changes to support DS flattend Install TOC Add minitocs and remove duplicate include directive Convert images to figures and add captions Incorporate server prep. steps Add links to post-install steps. Inline overview and HW topics in procs. Patchset 1 review updates. Rework to reuse some StX install content in partner context and some partner install content in StX context. Conditionalize ipv6_note Share aio_duplex_extend Conditionalize Openstack prod name Add HW requirement includes for worker and storage nodes. Link worker and stor reqs to DX, StD and Dedicated install topics. Fix comment notation Correct for duplicate strings in output Updates and additions based on GW review Make ansible_install_time_only note available DS. Move link target from r6 > r7 Temporarily restore alarms to satisfy build Migrate DX flattening to new layout Additional HW requirements to DX, Std and Dedicated tables. Migrate Standard flattening to new layout Roll this-ver forward to r7 Migrate Dedicated Storage flattening to new layout Address review comments. Standardize HW requirement tables Support horizontally conditionalized inline content Address additional review comments Signed-off-by: Ron Stone <ronald.stone@windriver.com> Change-Id: I14c8a1e51f6b6ceff69be063a654b4aadb7d3b8c
69 lines
1.6 KiB
Plaintext
69 lines
1.6 KiB
Plaintext
.. Common string substitutions for brand customization and consistency.
|
|
.. NOTE: Do not use underscores in these substitution names.
|
|
.. For more information, see
|
|
.. https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#substitutions
|
|
|
|
|
|
.. Load vendor-specific strings
|
|
.. include:: /_vendor/vendor_strings.txt
|
|
|
|
.. Load abbreviations list
|
|
.. include:: /shared/abbrevs.txt
|
|
|
|
.. Load scoped product information
|
|
.. include:: /_this.txt
|
|
|
|
.. Load custom roles
|
|
.. include:: /shared/roles.txt
|
|
|
|
.. Task-oriented headings that should not appear in TOC
|
|
.. These are used with the .. rubric:: directive. For example:
|
|
.. .. rubric:: |postreq|
|
|
|
|
.. |context| replace:: About this task
|
|
.. |prereq| replace:: Prerequisites
|
|
.. |proc| replace:: Procedure
|
|
.. |postreq| replace:: Postrequisites
|
|
.. |result| replace:: Results
|
|
.. |eg| replace:: Example
|
|
|
|
.. Common version numbers
|
|
|
|
.. |kube-ver| replace:: 1.23.1
|
|
|
|
|
|
.. File-level minitoc label. Used with .. contents:: directive, as in
|
|
.. .. contents:: |minitoc|
|
|
.. :depth: 1
|
|
|
|
.. |minitoc| replace:: **In this section:**
|
|
|
|
.. Table row alternation inline override. Alternation styling is confused
|
|
.. by spans. Applies to all tables in an rST file.
|
|
|
|
.. |row-alt-off| raw:: html
|
|
|
|
<style>table.docutils tr.row-odd {background-color: #fff;}</style>
|
|
|
|
.. |html-comment| raw:: html
|
|
|
|
<!---->
|
|
|
|
.. |html-pipe| raw:: html
|
|
|
|
|
|
|
|
|
.. Supress substring on per-page basis. Use in conjuction with
|
|
.. :hideable:`don't show this` text.
|
|
|
|
.. |hideable| raw:: html
|
|
|
|
<style>
|
|
.hideable {
|
|
display:none;
|
|
}
|
|
</style>
|
|
|
|
|
|
.. |optional| replace:: **Optional step:**
|