Commit Graph

636 Commits

Author SHA1 Message Date
kennethreitz b70136cf52 completely (docs) 2016-02-19 05:38:33 -05:00
kennethreitz f653b9ac58 sentences 2016-02-19 05:03:04 -05:00
kennethreitz 1cf1699e37 what's docstrung 2016-02-19 04:56:25 -05:00
kennethreitz 8dc5f68bc1 sp 2016-02-19 04:50:55 -05:00
kennethreitz 29b191b5ea </tone> 2016-02-19 04:48:47 -05:00
kennethreitz ee024423a5 more pleasant wording about strong opinion 2016-02-19 04:44:11 -05:00
kennethreitz 90ddeca70d updated style guide 2016-02-19 04:42:54 -05:00
kennethreitz 5d0ffd85ce style guide 2016-02-19 04:30:06 -05:00
kennethreitz 2cb052aa95 sp 2016-02-19 04:11:41 -05:00
kennethreitz 886f92324a contributing 2016-02-19 04:10:37 -05:00
kennethreitz d3bd9f30a6 contributing 2016-02-19 04:09:03 -05:00
kennethreitz 688a00c386 improve contributions section 2016-02-19 03:47:12 -05:00
kennethreitz f63106005b better codeblocks on mobile 2016-02-19 02:59:05 -05:00
kennethreitz f8af499700 improve further advanced.rst 2016-02-19 02:45:07 -05:00
kennethreitz f4445b3d4f improve advanced.rst 2016-02-19 02:42:22 -05:00
kennethreitz bf8c8312dd cleanup quickstart 2016-02-19 02:12:15 -05:00
kennethreitz f4f863f168 cleanup advanced.rst
single-quoted strings, yo!
2016-02-19 02:06:33 -05:00
kennethreitz f422ace07e clean up codeblock styles 2016-02-19 01:52:59 -05:00
kennethreitz 60b591eaac docs: widen things up 2016-02-19 01:47:54 -05:00
kennethreitz dbefff6821 sphinx is now working properly on RTD (grrrR) 2016-02-19 01:23:31 -05:00
kennethreitz e98d71de13 docs cleanup 2016-02-19 00:56:14 -05:00
kennethreitz f6252c2203 improved installation instructions 2016-02-18 20:59:01 -05:00
kennethreitz c1c393122d change up marketing, update js/css 2016-02-18 20:41:04 -05:00
kennethreitz 9f33a0cd3c refactor API documentation 2016-02-18 20:41:04 -05:00
kennethreitz 3a77b59df2 Update index.rst 2016-02-05 18:08:48 -05:00
kennethreitz 7461371361 behold the power of requests 2016-02-03 06:11:36 -05:00
kennethreitz 20290e3f2c docs fix 2016-02-03 06:01:50 -05:00
kennethreitz 87f04e2a32 docs cleanup 2016-02-03 05:59:49 -05:00
kennethreitz 54d3b59f89 update 2016-02-03 05:50:45 -05:00
Jochen Kupperschmidt 0d25f8a00c Fixed markup for/rendering of list in section "Custom Headers". 2016-01-30 14:45:07 +01:00
Cory Benfield 5887b136e3 Warn about encrypted keys in the docs. 2016-01-27 11:56:27 +00:00
shoma 75c7e5f1c3 Update example for Python 2/3 compatible. 2016-01-22 13:48:22 +09:00
shoma ceb88ac077 Fix api doc of debug logging for Python 3 2016-01-22 12:47:18 +09:00
kennethreitz 6592dbc29b github_banner 2016-01-15 18:57:40 -05:00
kennethreitz 851d65efb7 remove hellobar 2016-01-15 18:55:26 -05:00
kennethreitz 7250665297 Python 3.5 2016-01-15 18:45:17 -05:00
kennethreitz f9d5cbe5b5 add github banner 2016-01-15 18:44:56 -05:00
kennethreitz 07d8c28a75 align rezzy the sea turtle 2016-01-15 18:41:30 -05:00
kennethreitz 820d31d5e2 Merge pull request #2915 from onceuponatimeforever/alabaster_sphinx_theme
Switch to alabaster sphinx theme in the docs
2016-01-15 18:35:03 -05:00
kennethreitz fe0850f341 Update conf.py 2016-01-15 17:57:46 -05:00
Vincent Bernat f14f30817e advanced: use "client.*" to designate client certificate
Using "server.crt" is confusing as one may try to put the server certificate while this is really the client certificate that should be put here. Instead, use "client.cert", "client.key" and "client.pem".
2015-12-28 16:21:53 +01:00
Isa Hassen fcb8c8d33b Docs: clarify the precedence of auth= over netrc
This closes #2062 by clarifying in the docs which auth
header takes precedence:
1st auth=
2nd .netrc
3rd headers=

This precedence order is already tested in test_requests.py,
in the test_basicauth_with_netrc method. Perhaps we should
add further tests for non-basic auth schemes.
2015-12-21 11:52:45 -05:00
Susan Tan 4d5e534467 Remove kenneth's sphinx themes from docs directory 2015-12-04 04:06:17 -08:00
Susan Tan 6e903de068 Switch to alabaster instead of kr sphinx theme for requests docs
Add in the pre-existing ad tracker Javascript tags from kr sphinx theme.
2015-12-04 04:06:14 -08:00
unknown de2a5f4332 Remove redundant json import. 2015-11-12 16:54:47 +03:00
Cory Benfield 0352ec0bd3 Add support for a directory of CAs 2015-11-05 13:21:21 +00:00
Ian Cordasco d290a9b4c6 Merge pull request #2825 from Lukasa/universal_newlines
Add warnings about text/binary mode files.
2015-10-24 09:37:16 -05:00
shagun Sodhani b675377dc2 added fix for #2826 2015-10-16 17:01:36 +05:30
Cory Benfield 7c55446b7e Add warnings about text/binary mode files. 2015-10-14 13:23:19 +01:00
Cory Benfield 139418475c Remove reference to ok. 2015-10-03 18:33:25 +01:00