1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
==============================
url-matcher documentation
==============================
URL matching library that relates URLs with resources. Rules are defined using
simple pattern definitions. It is simpler and faster than using regular expressions
if the rules involves many domains.
:ref:`license` is BSD 3-clause.
.. toctree::
:caption: Getting started
:maxdepth: 1
intro.rst
.. toctree::
:caption: Documentation
:maxdepth: 1
api_reference
contributing
changelog
license
|