Remove duplicate documentation of draw_inner_divider

This commit is contained in:
ZyX 2014-08-16 14:00:08 +04:00
parent 407a8bca7e
commit 6106e914e3
2 changed files with 6 additions and 10 deletions

View File

@ -448,6 +448,8 @@ ascii Theme without any unicode characters at all
background colors, soft ones are used between segments with same background colors, soft ones are used between segments with same
background. Both options default to ``True``. background. Both options default to ``True``.
.. _config-themes-seg-draw_inner_divider:
``draw_inner_divider`` ``draw_inner_divider``
Determines whether inner soft dividers are to be drawn for function Determines whether inner soft dividers are to be drawn for function
segments. Only applicable for functions returning multiple segments. segments. Only applicable for functions returning multiple segments.

View File

@ -53,16 +53,10 @@ Detailed description of used dictionary keys:
Text displayed by segment. Should be a ``unicode`` (Python2) or ``str`` Text displayed by segment. Should be a ``unicode`` (Python2) or ``str``
(Python3) instance. (Python3) instance.
``draw_hard_divider``, ``draw_soft_divider`` ``draw_hard_divider``, ``draw_soft_divider``, ``draw_inner_divider``
Determines whether given divider should be drawn. Both have the same meaning Determines whether given divider should be drawn. All have the same meaning
as :ref:`the similar keys in configuration as :ref:`the similar keys in configuration <config-themes-seg-draw_divider>`
<config-themes-seg-draw_divider>`. (:ref:`draw_inner_divider <config-themes-seg-draw_inner_divider>`).
.. _dev-segments-draw_inner_divider:
``draw_inner_divider``
Determines whether soft divider between segments returned by function should
be drawn. Defaults to ``False``.
.. _dev-segments-highlight_group: .. _dev-segments-highlight_group: