summaryrefslogtreecommitdiffstats
path: root/docs/source/configuration/selectors.rst
blob: f9367b2702d991d5a0cd00fafa9fa28cbfd96a27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.. _config-selectors:

******************
Selector functions
******************

Selector functions are functions that return ``True`` or ``False`` depending on 
application state. They are used for :ref:`exclude_function and include_function 
segment options <config-themes-seg-exclude_function>`.

Available selectors
===================

.. toctree::
   :glob:

   selectors/*