Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 809 Bytes

File metadata and controls

35 lines (25 loc) · 809 Bytes

URI Documentation

The webginition/uri package models, normalizes, parses and compares URLs.

The :doc:`overview </overview>` provides a high-level introduction to the package classes.

You might want to skip straight to the :doc:`Uri usage guide </uri>` or the :doc:`Normalizer usage guide </normalizer>`.

.. toctree::
    :hidden:
    :caption: First Steps

    overview
    requirements-and-installation

.. toctree::
    :caption: Usage
    :maxdepth: 3

    uri
    normalizer

.. toctree::
    :caption: Normalization Details
    :maxdepth: 3

    applying-multiple-normalizations
    semantically-lossless-normalizations
    potentially-lossy-normalizations
    lossy-normalizations