Ian Cordasco
|
f579b1d922
|
Add note about mock in Python 3.3
Closes #170
|
2014-03-15 16:22:20 -05:00 |
|
Nelson Chen
|
0506020a7f
|
Update tests.rst
s/has names/have names/
|
2014-03-13 15:50:29 -07:00 |
|
Ian Cordasco
|
f52704926c
|
Keep it neutral
|
2014-03-03 06:49:26 -06:00 |
|
Leonardo.Z
|
6edbe90266
|
Add a new documentation tool: MkDocs
MkDocs is a new and popular documentation tool written in Python. It's supported by ReadTheDoc.org.
|
2014-03-03 14:17:51 +08:00 |
|
Jeff Hammerbacher
|
ca240c2479
|
"faster on tracks" => "back on track faster"
|
2014-02-22 18:59:01 -05:00 |
|
Jonas Gröger
|
c8bda6892f
|
Added oxford comma.
|
2014-02-17 21:03:36 +01:00 |
|
Jonas Gröger
|
87ec12d320
|
Included tldrlegal.com
tl;drLegal is a great place to look up what a particular license is all about. The website can be found here: https://tldrlegal.com/
|
2014-02-17 20:52:21 +01:00 |
|
imranghory
|
21d8f91ac6
|
Make explicit whats being referred to
|
2014-01-25 14:37:18 +00:00 |
|
kennethreitz
|
8e00707d82
|
Merge pull request #340 from ugurthemaster/master
Update learning.rst
|
2014-01-08 11:26:27 -08:00 |
|
kennethreitz
|
5deddcafa5
|
Merge pull request #345 from kuyan/patch-1
Fix broken link
|
2014-01-08 11:24:54 -08:00 |
|
Natan L
|
6dfc9ae953
|
Fix broken link
|
2013-12-02 22:58:17 -08:00 |
|
ugurthemaster
|
203b92ce61
|
Update documentation.rst
|
2013-11-25 11:05:54 +02:00 |
|
Pengkui Luo
|
83630edf35
|
typos
|
2013-11-02 06:19:56 -05:00 |
|
Alois Mahdal
|
f32ef5f38f
|
Reworded per rgbkrk's suggestion
|
2013-09-24 22:28:12 +02:00 |
|
Alois Mahdal
|
239909dc4c
|
Clarify presence of a two-element tuple.
|
2013-09-24 14:02:54 +02:00 |
|
Kenneth Reitz
|
202997958b
|
Merge pull request #303 from claudejrogers/patch-1
Update "Late Binding Closures" section of gotchas.rst
|
2013-08-14 19:18:08 -07:00 |
|
Kenneth Reitz
|
5a5be7b119
|
Merge pull request #304 from Duta/patch-1
Update style.rst
|
2013-08-14 19:17:51 -07:00 |
|
Duta
|
18c3e05e26
|
Minor wording correction and changed some code-block tags to be python
|
2013-08-12 13:31:18 +01:00 |
|
Duta
|
c666597a73
|
Update style.rst
|
2013-08-12 12:44:37 +01:00 |
|
claudejrogers
|
51a727d079
|
Update "Late Binding Closures" section of gotchas.rst
The late binding closure example seems like a good use case for the
functools.partial function.
|
2013-08-11 20:35:30 -07:00 |
|
kuyan
|
13d99d95fe
|
Let Sphinx link to Python documentation.
Instead of directly linking to the relevant passages.
|
2013-08-03 19:28:48 -07:00 |
|
kuyan
|
88fccb1b4d
|
Use code tags where needed.
|
2013-08-03 19:19:59 -07:00 |
|
kuyan
|
0fd1b7a9ab
|
Use code tags where needed.
|
2013-08-03 19:12:18 -07:00 |
|
kuyan
|
9072b68de4
|
more code tags.
|
2013-07-30 13:39:51 -07:00 |
|
kuyan
|
6753406a40
|
Declare code block language, fix formatting
|
2013-07-30 13:19:31 -07:00 |
|
kuyan
|
1a77f1bbec
|
No need to say 'PEP 8' twice.
|
2013-07-30 13:13:05 -07:00 |
|
kuyan
|
d95b26b4e7
|
Use code tags where needed.
|
2013-07-30 13:10:46 -07:00 |
|
kuyan
|
b6f014342d
|
Use the :pep: tag instead of directly linking PEPs
|
2013-07-30 13:05:56 -07:00 |
|
Matthew Boehm
|
963ab0aabf
|
Fix enumerate code snippet to run without error message
Code previously added numbers to strings, which results in a TypeError
|
2013-07-28 10:20:47 -04:00 |
|
Roland van Laar
|
93cb68e308
|
Fix link to tox documentation.
|
2013-07-20 09:08:59 +02:00 |
|
Kenneth Reitz
|
12a9eeeca0
|
Merge pull request #284 from kuyan/master
Grammar, capitalization fixes
|
2013-07-15 06:27:29 -07:00 |
|
Arthur Loder
|
8d6f737438
|
minor formatting changes.
|
2013-06-21 22:35:10 -04:00 |
|
Gerald Rich
|
3b6a7ca913
|
copy edit structure.rst
|
2013-06-13 02:25:37 -04:00 |
|
kuyan
|
598c5695b7
|
Correct spelling of 'aforementioned'.
|
2013-06-12 19:39:32 -07:00 |
|
Dominique Plante
|
b4a08152b7
|
reapply some improvements to code style section in different branch
|
2013-05-13 21:37:51 -07:00 |
|
Kenneth Reitz
|
fee9fcd990
|
Merge pull request #261 from ozgur/string_concatenation_note
Note added on string concatenation
|
2013-04-13 20:24:54 -07:00 |
|
Kenneth Reitz
|
08b8eec134
|
Merge pull request #265 from simon-weber/gotcha_fixes
Fix naming and confusing example in gotchas
|
2013-04-13 20:24:35 -07:00 |
|
Simon Weber
|
e1b5968857
|
close #241
|
2013-04-03 23:24:02 -04:00 |
|
Simon Weber
|
aa25ef5996
|
merge upstream
|
2013-04-03 16:48:52 -04:00 |
|
Simon Weber
|
5da8f3e0e6
|
gotchas: fix naming; remove generator in def example
|
2013-04-03 16:42:36 -04:00 |
|
Kenneth Reitz
|
c7f1da22a2
|
Merge pull request #264 from simon-weber/fix-codestyle-typo
Fix typo/links to code_style section
|
2013-04-03 09:50:02 -07:00 |
|
Simon Weber
|
7cf628d8ea
|
fix links to code_style section
|
2013-04-03 12:46:48 -04:00 |
|
Pascal Borreli
|
54f1d8ca4d
|
Fixed typos
|
2013-04-01 19:09:15 +00:00 |
|
Özgür Vatansever
|
328df72c4f
|
code block newline added
|
2013-03-31 22:19:16 +03:00 |
|
Özgür Vatansever
|
425d6155e0
|
note added on string concatenation
|
2013-03-31 18:23:42 +03:00 |
|
Kyle Kelley
|
7a1077a464
|
dos2unix for writing/structure
|
2013-03-23 00:07:12 -04:00 |
|
Kyle Kelley
|
8e9a21e17e
|
Bye bye dos newlines
|
2013-03-23 00:04:43 -04:00 |
|
Kyle Kelley
|
810956c56b
|
Grammar: plurality fixes, tense fix, typos
|
2013-03-18 19:06:50 -03:00 |
|
Kyle Kelley
|
bc7799d1fa
|
Separate join and list comprehension
|
2013-03-18 18:48:45 -03:00 |
|
Kyle Kelley
|
b9b50213bb
|
Quick grammar fix
|
2013-03-18 18:46:08 -03:00 |
|