Commit Graph

223 Commits

Author SHA1 Message Date
Mary Brennan db1a94fd43 copy edits 2014-12-06 11:55:30 -08:00
Alex Philipp 214b644640 Change license chooser from Open Art to Github
The Open Art license chooser is geared towards art/media related licenses.  The Github license chooser site is a better fit here.
2014-08-02 18:52:32 -04:00
kennethreitz a61b4a25e7 Merge pull request #458 from george2/grammar-and-typos
More grammar and typo fixes.
2014-06-23 12:14:55 -07:00
george 1329ee2040 Removed spaces at the ends of lines. 2014-06-17 18:36:02 -06:00
kennethreitz 9d664e6ba5 Merge pull request #455 from george2/extended-unpacking
Added pep-3132 style extended unpacking.
2014-06-18 03:01:15 +08:00
george 9079873a51 A single wording change in writing/license. 2014-06-17 12:59:22 -06:00
george 93c4d9b49c Two minor changes to writing/gotchas. 2014-06-17 12:56:32 -06:00
george e7f0d1fa8f Minor fixes for writing/tests. 2014-06-17 12:48:53 -06:00
george c3b3e766f9 Mostly line wraps, and a small grammar fix to writing/documentation. 2014-06-17 12:41:00 -06:00
george 59eaef2f78 Added pep-3132 style extended unpacking. 2014-06-17 12:27:44 -06:00
george 2e9ae2152f Grammar and a couple line wraps for writing/style. 2014-06-17 12:18:51 -06:00
george 707628d2af More writing/structure changes. 2014-06-17 11:50:47 -06:00
george 404c2581ee More grammar and cross reference for #132. 2014-06-17 11:07:49 -06:00
george 951f210d02 Some grammar fixes for writing/structure. 2014-06-17 11:06:59 -06:00
Paulie Peña 54aa0542de python is strongly-typed but not statically-typed 2014-05-28 18:55:18 -04:00
Simeon Visser 71187f4274 Changed python into Python where needed 2014-05-25 20:58:19 +02:00
Ian Cordasco 977b5fdece Merge pull request #435 from Hasimir/paragon-of-python
Grammar fixed as indicated in issue #429.

Fixes #429
2014-05-17 16:46:10 -05:00
Ben McGinnes 5ec720a132 Grammar fixed as indicated in issue #429. 2014-05-18 07:22:37 +10:00
Brian Dréau aa76da294d Fixed minor typos in writing/style 2014-05-17 15:36:50 +02:00
Ian Cordasco aa9c4cf577 Merge pull request #428 from schodge/patch-2
fix nested markup, literal doesn't work
2014-05-09 22:17:39 -05:00
Shayne Hodge f82061f7fc fix nested markup, literal doesn't work
Inline markup can't be nested, see http://docutils.sourceforge.net/docs/user/rst/quickref.html#inline-markup, last sentence.
2014-05-09 15:41:52 -07:00
Shayne Hodge f6735bcad7 Add backticks to inline code
Single backticks were used in places, which doesn't seem to render as code (at least on Firefox).  Line 137 has a code statement within ** ** that isn't rendering correctly, but I'm not sure how to fix it.
2014-05-08 12:09:09 -07:00
kuyan 2cff35ef30 Revise Unittest section description 2014-04-14 17:32:11 -07:00
kuyan 1800feb118 Wrap lines at 78 char as much as possible. 2014-04-14 17:08:22 -07:00
kuyan 00ebb59a19 Use :mod: tag for modules 2014-04-14 17:01:29 -07:00
kuyan ef998acd2b Revised semantics in section 'mock' 2014-04-14 13:42:03 -07:00
Zearin cc7b19356e Mark up files & directories 2014-04-11 11:26:37 -04:00
Zearin fe8e11c8e9 writing/tests.rst: Unbold “`mock`” 2014-03-31 10:48:12 -04:00
Zearin 1e4b4a5460 docs/**: Specify language for code-blocks (syntax highlighting! mmm…) 2014-03-28 13:26:24 -04:00
rogererens 8fd4e4586e Reset list 'a'
The result of the previous block containing the map example left 'a' to be [6, 7, 8], so resetting 'a'  back to [3, 4, 5] seems to keep the example in line with the other ones.
2014-03-19 23:02:37 +01:00
Ian Cordasco eec36320eb Add link to stdlib mock 2014-03-15 18:12:50 -05:00
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