diff --git a/docs/source/configuration/listers.rst b/docs/source/configuration/listers.rst index 107159a1..dc544b91 100644 --- a/docs/source/configuration/listers.rst +++ b/docs/source/configuration/listers.rst @@ -1,3 +1,5 @@ +.. _config-listers: + **************** Lister reference **************** diff --git a/docs/source/configuration/reference.rst b/docs/source/configuration/reference.rst index c9f62495..d45ed832 100644 --- a/docs/source/configuration/reference.rst +++ b/docs/source/configuration/reference.rst @@ -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 :ref:`function option `. + List of function segments is available in :ref:`Segment reference + ` section. + ``string`` A static string segment where the contents is defined in the :ref:`contents option `, and the @@ -392,6 +395,9 @@ ascii Theme without any unicode characters at all ` and :ref:`args ` options. + List of lister segments is available in :ref:`Lister reference + ` section. + .. _config-themes-seg-name: ``name`` diff --git a/docs/source/configuration/segments.rst b/docs/source/configuration/segments.rst index ce32302a..7b6edaaf 100644 --- a/docs/source/configuration/segments.rst +++ b/docs/source/configuration/segments.rst @@ -1,3 +1,5 @@ +.. _config-segments: + ***************** Segment reference *****************