Fork of sphinxcontrib-httpdomain (https://pypi.python.org/pypi/sphinxcontrib-httpdomain) that allows for deduplication of flask routes.
.. autoflask:: your_flask_app:app
:undoc-static:
:include-empty-docstring:
:deduplicate-routes:
GET /Collections/
GET /collections/
GET /test
GET /Test
GET /
GET /Collection/(int: id)
GET /collection/(int: id)
GET /test
GET /collection/(int: id)
GET /collections/
GET /
This contrib extension, sphinxcontrib.httpdomain, provides a Sphinx domain for describing RESTful HTTP APIs.
You can find the documentation from the following URL: