Contents
Basic rules
The header levels are not predefined. Any text with a consistent underline or overline at least as long as the content will define a header level. You can use any of the following.
==============
header level 1
==============
header level 2
==============
header level 3
--------------
header level 4
^^^^^^^^^^^^^^
Enclose either a file name or a section title in back ticks to create a link.
Global Filters (DEPRECATED) an absolute reference to a :doc:
Global Filters (DEPRECATED) is an absolute reference using a default role
Orbit config is a :ref:
reference using a section title
Orbit config is a shortcut section title.
App is glossary reference
Here’s a block of code.
.. code-block:: {language}
none
if in doubt.1 2 3 4 5 | # Comment line import System System.run_emphasis_line # Long lines in code blocks create a auto horizontal scrollbar System.exit! |
class SharedBase(RecipeServiceBaseV3):
"""Shared stack logic is defined here."""
def __init__(self, *args, **kwargs):
super(SharedBase, self).__init__(*args, **kwargs)
self.user_filter_table = None