sanic/docs/sanic
Lagicrus b7df86e7dd Updated routing docs (#1620)
* Updated routing docs

Updated routing docs to show all supported types as defined within 3685b4de85/sanic/router.py (L18)
Added example code for all examples besides regex
Added examples of queries that work with that type and ones that would not

* Tweak to call out string not str

Related to https://github.com/huge-success/sanic/pull/1620#discussion_r300120962

* Changed to using code comments to achieve a mono space like display

To address https://github.com/huge-success/sanic/pull/1620#discussion_r300120726

* Adjusted to list

Following https://github.com/huge-success/sanic/pull/1620#discussion_r300120726
2019-07-04 07:14:10 -05:00
..
api_reference.rst Enable Middleware Support for Blueprint Groups (#1399) 2019-03-03 16:26:05 -06:00
asyncio_python37.rst fix typos in docs 2019-03-28 01:05:39 +00:00
blueprints.md Enable Middleware Support for Blueprint Groups (#1399) 2019-03-03 16:26:05 -06:00
changelog.md fix readthedoc changelog page 2019-06-20 22:35:47 -07:00
class_based_views.md update description 2018-01-24 09:02:07 +08:00
config.md Merge pull request #1436 from jotagesales/config_from_object_string 2019-06-16 16:58:43 -07:00
contributing.rst fix minor type and pip install instruction mismatch 2018-12-28 11:32:30 +05:30
cookies.rst Added a warning to the cookies documentation about security 2017-06-28 11:05:59 +09:00
custom_protocol.rst make release script black compliant and tweak documentation with indexing and format 2018-12-28 10:24:02 +05:30
debug_mode.rst added init docs (#1167) 2018-04-01 20:53:08 -07:00
decorators.md Fix missing quotes in decorator example 2018-10-08 18:59:15 +09:00
deploying.md Add ASGI documentation 2019-06-18 09:57:42 +03:00
examples.rst fix typos in docs 2019-03-28 01:05:39 +00:00
exceptions.md Fix typo (#1516) 2019-03-15 11:49:18 -05:00
extensions.md Point extensions page to awesome-sanic repo (#1596) 2019-05-28 08:13:12 -05:00
getting_started.md doc: GIT-1582: add fedora package dependency 2019-05-20 06:46:18 +05:30
index.rst Remove Python 3.5 references in docs 2019-05-14 11:21:24 +03:00
logging.rst make release script black compliant and tweak documentation with indexing and format 2018-12-28 10:24:02 +05:30
middleware.md Fix a grammar error 2019-01-02 20:37:26 +08:00
request_data.md Respect X-Forward-* headers and generate correct URLs in url_for (#1465) 2019-07-04 07:13:43 -05:00
response.md Upadte documentation for streaming response 2019-04-20 23:38:16 +03:00
routing.md Updated routing docs (#1620) 2019-07-04 07:14:10 -05:00
sockets.rst Added documentation for AF_INET6 and AF_UNIX socket usage 2018-10-19 13:33:01 -05:00
ssl.rst allow running with SSL via commandline 2017-03-07 19:57:10 -08:00
static_files.md did you mean specific? (#1486) 2019-02-06 16:28:32 -06:00
streaming.md Add file streaming section to the streaming documentation page 2019-04-20 23:50:19 +03:00
testing.md Create requests-async based TestClient, remove aiohttp dependency, drop Python 3.5 2019-04-30 15:26:06 +03:00
versioning.md Fix typo in documentation 2017-07-25 13:29:17 +03:00
websocket.rst Fix a minor typo in websocket.rst. 2019-06-30 22:11:02 -07:00