Reference sections where all segments are listed
This commit is contained in:
parent
ea2fd28292
commit
9947bb300a
|
@ -1,3 +1,5 @@
|
||||||
|
.. _config-listers:
|
||||||
|
|
||||||
****************
|
****************
|
||||||
Lister reference
|
Lister reference
|
||||||
****************
|
****************
|
||||||
|
|
|
@ -380,6 +380,9 @@ ascii Theme without any unicode characters at all
|
||||||
The segment contents is the return value of the function defined in
|
The segment contents is the return value of the function defined in
|
||||||
the :ref:`function option <config-themes-seg-function>`.
|
the :ref:`function option <config-themes-seg-function>`.
|
||||||
|
|
||||||
|
List of function segments is available in :ref:`Segment reference
|
||||||
|
<config-segments>` section.
|
||||||
|
|
||||||
``string``
|
``string``
|
||||||
A static string segment where the contents is defined in the
|
A static string segment where the contents is defined in the
|
||||||
:ref:`contents option <config-themes-seg-contents>`, and the
|
:ref:`contents option <config-themes-seg-contents>`, and the
|
||||||
|
@ -392,6 +395,9 @@ ascii Theme without any unicode characters at all
|
||||||
<config-themes-seg-segments>` and :ref:`args
|
<config-themes-seg-segments>` and :ref:`args
|
||||||
<config-themes-seg-args>` options.
|
<config-themes-seg-args>` options.
|
||||||
|
|
||||||
|
List of lister segments is available in :ref:`Lister reference
|
||||||
|
<config-lister>` section.
|
||||||
|
|
||||||
.. _config-themes-seg-name:
|
.. _config-themes-seg-name:
|
||||||
|
|
||||||
``name``
|
``name``
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
.. _config-segments:
|
||||||
|
|
||||||
*****************
|
*****************
|
||||||
Segment reference
|
Segment reference
|
||||||
*****************
|
*****************
|
||||||
|
|
Loading…
Reference in New Issue