StarlingX Documentation
Go to file
Ron Stone ce3ba6d4d8 Add tabbed output support (r8)
Enable HTML tabs in output pages. This is initially for use differentiating virtual
from bare-metal instructions in a consolidated Install doc. Since virtual content is
currently StarlingX-only, content must be conditionalized as in:

.. present tabbed content choice to StarlingX builds

.. only:: virtual

   .. tabs::

      .. tab:: Virtual

         Apples are green, or sometimes red.

      .. tab:: Bare Metal

         .. bare-metal-pear-begin

         Pears are green.

         .. bare-metal-pear-end

.. Present bare-metal only to non-StarlingX builds as non-tabbed content

.. only:: partner

   .. include:: this-file.rst
      :start-after: bare-metal-pear-begin
      :end-before: bare-metal-pear-end

Signed-off-by: Ron Stone <ronald.stone@windriver.com>
Change-Id: Ib65cf59f510e685a82c3d1ab046cb656d0f2fba1
2023-09-13 15:03:32 +00:00
.vscode Install conditionalizations 2021-07-22 19:59:01 -04:00
api-ref/source Update docs building 2020-06-04 14:01:52 +02:00
doc Add tabbed output support (r8) 2023-09-13 15:03:32 +00:00
resources Updating the onboarding slide deck 2022-10-26 16:50:49 -04:00
templates Add alarm severity legend 2022-11-29 10:09:15 -05:00
.gitignore Implement alarm parsing 2022-11-18 11:34:27 -05:00
.gitreview Set default branch 2022-11-04 10:39:40 -04:00
.zuul.yaml Pin tox to be less than 4 2023-01-13 14:00:16 +00:00
README.rst Create initial template for documentation 2018-07-23 11:10:41 -05:00
_utils.sh Consolidate utils (r8,4 r7, r6, r5) 2023-07-26 18:05:59 +00:00
bindep.txt Implement preflight checks 2022-01-27 13:11:56 -05:00
dirtyCheck.sh Consolidate utils (r8,4 r7, r6, r5) 2023-07-26 18:05:59 +00:00
get-remote-files.sh Scope vars 2022-11-25 13:00:44 -05:00
htmlChecks.sh Consolidate utils (r8,4 r7, r6, r5) 2023-07-26 18:05:59 +00:00
hw-updates.sh Supported HW updates 2022-12-20 13:44:00 -05:00
new-topic.sh Shorten long file names (r8, r7, r6, r5) 2023-09-01 12:20:59 +00:00
normalize-includes.sh Consolidate utils (r8,4 r7, r6, r5) 2023-07-26 18:05:59 +00:00
parser.py Implement alarm parsing 2022-11-18 11:34:27 -05:00
pickCompare.sh Consolidate utils (r8,4 r7, r6, r5) 2023-07-26 18:05:59 +00:00
setup.cfg Update docs building 2020-06-04 14:01:52 +02:00
setup.py Update docs building 2020-06-04 14:01:52 +02:00
test-requirements.txt Update base with current OpenStack PTI config 2018-07-23 16:14:10 -05:00
test.txt Force promote 2023-02-23 06:27:47 -05:00
tox.ini Add tabbed output support (r8) 2023-09-13 15:03:32 +00:00

README.rst

StarlingX documentation

This repository contains base documentation for the StarlingX project.