Vincent Barbaresi
86361523e2
fix async templates rendering requiring enable_async in jinja2
...
When trying to test the render_async() feature I realized that it wasn't working
The template instance needs to be created with enable_async=True
2019-10-19 14:49:50 +02:00
Taoufik
df85a4c214
Merge pull request #388 from taoufik07/new-router
...
New Router and refactor
2019-09-03 20:13:46 +02:00
Taoufik
97dbef92d9
Bump werkzug version to 0.15.5 in docs
2019-08-21 23:05:27 +02:00
taoufik
85c1c0036c
[WIP] Update docs
2019-08-21 22:50:58 +02:00
Mike Schneider
3a8113d8b0
Found more --pre flags
2019-07-16 07:43:55 -07:00
ted
70e6bc0466
add some links to the main page
...
Basically linked things I had to google/look up on my own. There are a million things that _could_ be linked, but using myself as a median Python coder, it seems about right. Removed italics because I can't figure out how to use them with a link.
2019-06-25 08:21:07 -07:00
mtcronin99
fb71abe534
Update tour.rst to add quotes around hostnames
...
The API call in the Trusted Hosts section needs quotes around the hostnames in the example.
2019-06-04 11:21:27 -04:00
Taoufik
cf5447d5bd
Typo schema docs
2019-04-28 15:59:15 +02:00
Taoufik
f21b296fba
Add docs for route params convertors
2019-04-27 20:10:31 +02:00
s-pace
4957793c80
feat: add search to every documentation pages
2019-04-22 22:23:07 +02:00
s-pace
ff7f4b502d
feat: add search to the main introduction page
2019-04-22 22:22:46 +02:00
kobayashi
ebed9fe3aa
fix typos
2019-03-17 19:05:14 -04:00
kobayashi
734b5e7303
add sample of uploading a file
2019-03-17 15:21:27 -04:00
Jeremiah
37318f1106
Update tour.rst
2019-03-10 14:53:44 +01:00
taoufik07
885d902b7d
Revert
2019-02-26 23:46:07 +01:00
taoufik07
b876f8484c
Update docs
2019-02-26 17:01:13 +01:00
T.Kameyama
d1f7fe02e4
fix typo
2019-02-24 00:10:47 +09:00
iancleary
3382723457
fixed flow between OpenAPI and Interactive Docs sections
2019-02-22 06:16:45 -07:00
Taoufik
2ad351197e
Merge pull request #304 from taoufik07/content_type
...
Add resp.html property and make resp.text a property
2019-02-22 10:12:46 +00:00
Taoufik
d4191030d9
Merge branch 'master' into multiple_cookies_and_directives
2019-02-22 10:33:53 +01:00
Taoufik
447630a051
Merge branch 'master' into content_type
2019-02-22 10:30:38 +01:00
icleary
0030993631
api OpenAPI params match /docs display order, updated tour docs and docs test
2019-02-21 18:35:19 -07:00
taoufik07
13ba2f72f5
Update docs
2019-02-22 02:00:12 +01:00
taoufik07
9f39917895
Update docs and README
2019-02-22 01:12:25 +01:00
kennethreitz
c045586997
Merge pull request #267 from valtyr/graphql-context
...
Add Request and Response to GraphQL context
2018-12-29 07:05:26 -05:00
kennethreitz
734ba64965
Merge pull request #264 from sangheestyle/master
...
fix typo
2018-12-29 07:04:53 -05:00
Taoufik
60b0c5f256
Update
2018-12-25 01:32:38 +00:00
Taoufik
c8627939de
Update
2018-12-25 01:18:44 +00:00
Taoufik
9144f0158a
Websocket docs
2018-12-25 01:15:54 +00:00
Valtýr Örn Kjartansson
d541aca80f
Mention the GraphQL context object in docs
2018-12-23 13:28:50 +00:00
Kim, Sanghee
e2493b489d
fix typo
2018-12-20 17:54:15 +02:00
kennethreitz
a81a348bce
Merge pull request #245 from cdfuller/add-monospace-default
...
Add monospace fallback for preformatted text in docs
2018-12-12 03:57:55 -05:00
Tom Faulkner
a5532614a2
Grammatical fix
...
Grammar: `into to` to `into`
2018-11-26 19:30:20 -06:00
Cody Fuller
5599ec2809
Add monospace fallback for preformatted text
2018-11-20 09:37:30 -06:00
Matthias Manhertz
1b024b8092
Fix issue in OpenAPI Schema Support example
...
`PetSchema().dump()` returns a dict. Calling `.data` on it causes an AttributeError.
2018-11-15 11:19:11 +01:00
Tom Christie
8e8e99ed2e
Bring testominials in line with README
2018-11-09 18:25:53 +00:00
Matthias Manhertz
a4f5a111c7
Fix OpenAPI version in examples
...
The example for "OpenAPI Schema Support" and "Interactive Documentation had `openapi="3.0"` which would cause the following error when swagger UI tried to render the schema:
```
Unable to render this definition
The provided definition does not specify a valid version field.
Please indicate a valid Swagger or OpenAPI version field. Supported version fields are swagger: "2.0" and those that match openapi: 3.0.n (for example, openapi: 3.0.0).
```
2018-11-06 10:46:30 +01:00
kennethreitz
c65e585493
Merge pull request #192 from vlcinsky/fix_doc_typo
...
Fixed missing `.data` on Marshmallow dump
2018-11-05 17:40:06 -05:00
Xie Yanbo
1daa4c202b
fix Dockerfile
2018-11-06 00:47:09 +08:00
Jan Vlcinsky
45d6c1389d
Fixed missing .data on Marshmallow dump
2018-11-04 22:06:54 +01:00
kennethreitz
db45251f7f
Merge pull request #182 from rparrapy/patch-1
...
Fix typo
2018-10-31 17:39:02 -04:00
kennethreitz
5582667b4f
deployment
2018-10-31 17:37:13 -04:00
Rodrigo Parra
2c898aaf23
Fix typo
2018-10-31 14:36:40 -03:00
kennethreitz
e0999ffcdd
Merge branch 'master' of github.com:kennethreitz/responder
2018-10-31 06:10:49 -04:00
kennethreitz
03811768bb
depoloyment
2018-10-31 06:10:40 -04:00
Taoufik
9434510ce9
Typo :3
2018-10-31 01:04:25 +01:00
Taoufik
6a5d0b5e9f
Trusted hosts docs
2018-10-29 21:56:54 +01:00
kennethreitz
96971a33a7
tour
2018-10-27 09:20:18 -04:00
Edi Santoso
46555bbe3f
DOC: change dockerfile instruction from to use UPPERCASE
2018-10-27 18:29:43 +07:00
Holly Becker
74afe2ed13
Fix typo in tour.rst
2018-10-26 12:19:33 -07:00