sanic/docs
Cadel Watson 7654c2f902 Use Sphinx for documentation.
This commit creates configuration files and an index page for
documentation using Sphinx. The recommonmark package is used to enable
Markdown support for Sphinx, using the Common Mark specification. This
means that the current documentation doesn't need to be rewritten.
2016-12-25 20:24:34 +11:00
..
blueprints.md Made static file serving part of Sanic 2016-10-24 01:21:06 -07:00
class_based_views.md Fixed import error 2016-12-23 01:42:05 +01:00
conf.py Use Sphinx for documentation. 2016-12-25 20:24:34 +11:00
contributing.md Use Sphinx for documentation. 2016-12-25 20:24:34 +11:00
cookies.md Adding cookie capabilities for issue #74 2016-10-23 01:32:16 -07:00
deploying.md Added multiprocessing 2016-10-18 01:22:49 -07:00
exceptions.md . 2016-10-14 04:58:09 -07:00
getting_started.md Changed install instructions to use pypi 2016-10-16 02:58:17 -07:00
index.rst Use Sphinx for documentation. 2016-12-25 20:24:34 +11:00
middleware.md Fix some verbage 2016-12-23 09:59:28 -08:00
request_data.md Document request.body as a way to get raw POST body 2016-10-22 01:35:38 +07:00
routing.md class based views implementation for sanic 2016-11-25 09:10:25 +02:00
static_files.md Reverse static arguments 2016-10-25 02:45:28 -07:00
testing.md Create documentation for testing server endpoints. 2016-12-23 11:08:04 +11:00