diff --git a/docs/source/configuration/reference.rst b/docs/source/configuration/reference.rst index 9d166292..12966b45 100644 --- a/docs/source/configuration/reference.rst +++ b/docs/source/configuration/reference.rst @@ -448,6 +448,8 @@ ascii Theme without any unicode characters at all background colors, soft ones are used between segments with same background. Both options default to ``True``. + .. _config-themes-seg-draw_inner_divider: + ``draw_inner_divider`` Determines whether inner soft dividers are to be drawn for function segments. Only applicable for functions returning multiple segments. diff --git a/docs/source/develop/segments.rst b/docs/source/develop/segments.rst index d1214bed..63ea35db 100644 --- a/docs/source/develop/segments.rst +++ b/docs/source/develop/segments.rst @@ -53,16 +53,10 @@ Detailed description of used dictionary keys: Text displayed by segment. Should be a ``unicode`` (Python2) or ``str`` (Python3) instance. -``draw_hard_divider``, ``draw_soft_divider`` - Determines whether given divider should be drawn. Both have the same meaning - as :ref:`the similar keys in configuration - `. - -.. _dev-segments-draw_inner_divider: - -``draw_inner_divider`` - Determines whether soft divider between segments returned by function should - be drawn. Defaults to ``False``. +``draw_hard_divider``, ``draw_soft_divider``, ``draw_inner_divider`` + Determines whether given divider should be drawn. All have the same meaning + as :ref:`the similar keys in configuration ` + (:ref:`draw_inner_divider `). .. _dev-segments-highlight_group: