Commit Graph

549 Commits

Author SHA1 Message Date
Kenneth Reitz bbb1c2ea19 Revert "Fix spelling in structure.rst"
This reverts commit 0ff26166c6.
2012-07-08 15:48:56 -04:00
Kenneth Reitz 91985e91c4 Merge pull request #184 from thomasballinger/remove-apparently-unnecessary-escapes
remove slashes in code sample in style guide
2012-07-05 14:50:31 -07:00
Thomas Ballinger 96fb1d42d1 remove slashes in code sample in style guide 2012-07-05 14:55:00 -04:00
Kenneth Reitz 9f53bc9123 Merge pull request #182 from epequeno/markup
Fix markup in structure.rst
2012-07-05 00:02:23 -07:00
Estevan Pequeno 9f792956db small edit 2012-07-05 01:59:25 -05:00
Estevan Pequeno 80a12a70ff markup fix 2012-07-05 01:57:37 -05:00
Kenneth Reitz 4461f0ce8e Merge pull request #178 from epequeno/modulename
Add stub, naming restrictions to structure
2012-07-03 23:33:13 -07:00
Kenneth Reitz d78b1a3e99 Merge pull request #179 from campbellr/master
Fix several spelling mistakes
2012-07-03 23:20:51 -07:00
Kenneth Reitz 6a45957340 Merge pull request #180 from mrtazz/patch-1
add notes about vim usage with syntastic
2012-07-03 23:20:28 -07:00
Kenneth Reitz 627e1a1a11 Merge pull request #181 from mrtazz/patch-2
add section about travis-ci
2012-07-03 23:20:07 -07:00
Kenneth Reitz 1fdb37aad8 Revert "remove deprecated flag"
This reverts commit d262c89293.
2012-07-04 02:16:48 -04:00
Daniel Schauenberg d8c4d3612e add section about travis-ci 2012-07-04 02:27:18 -03:00
Daniel Schauenberg e5caa56e88 add notes about vim usage with syntastic 2012-07-04 02:09:35 -03:00
Ryan Campbell 1d63c913bf Fix spelling in writing/tests.rst 2012-07-03 21:56:06 -06:00
Ryan Campbell e3eac0c78c Fix spelling in style.rst 2012-07-03 21:55:49 -06:00
Ryan Campbell 0ff26166c6 Fix spelling in structure.rst 2012-07-03 21:48:42 -06:00
Ryan Campbell 1cfed040f7 Fix spelling in install/osx.rst 2012-07-03 21:46:52 -06:00
Ryan Campbell d6f0ec1680 Fix spelling in styleguide.rst 2012-07-03 21:43:08 -06:00
Ryan Campbell bd770496a2 fix spelling in env.rst 2012-07-03 21:40:36 -06:00
Ryan Campbell e6cef5d19e Fix spelling in learning.rst 2012-07-03 21:38:06 -06:00
Estevan Pequeno 28d211f6f5 edit stub 2012-07-03 22:36:07 -05:00
Ryan Campbell 7d66ac6d20 Fix spelling in documentation article 2012-07-03 21:32:00 -06:00
Ryan Campbell 63a2bfc514 Fix awkward wording in "Comments" section 2012-07-03 21:31:10 -06:00
Estevan Pequeno 167d566650 add stub 2012-07-03 22:19:31 -05:00
Estevan Pequeno fcefab992c minor editing 2012-07-03 21:24:08 -05:00
Estevan Pequeno f05bad3839 module naming 2012-07-03 21:08:42 -05:00
Kenneth Reitz bfeaa95aa2 Merge pull request #177 from epequeno/virtualenv
remove deprecated flag
2012-07-03 18:17:57 -07:00
Estevan Pequeno d262c89293 remove deprecated flag 2012-07-03 20:10:06 -05:00
Kenneth Reitz 251afc359d Merge pull request #176 from guibog/master
A bit on returning values and nested unpacking
2012-06-24 09:15:42 -07:00
guibog 810c637f6c Adding a bit about returning values 2012-06-24 22:31:09 +08:00
guibog 513bb5fe51 Adding nested unpacking 2012-06-24 21:47:24 +08:00
Kenneth Reitz 8528261a2c Merge pull request #175 from sigmavirus24/master
Add two more examples to the structure section
2012-06-15 11:13:30 -07:00
Ian Cordasco 226ad55c51 Improve upon string concatenation section. 2012-06-15 14:08:38 -04:00
Kenneth Reitz 93498b9727 Merge pull request #173 from kylerob/concat-example
Add code example to demonstrate proper string concatenation.
2012-06-13 20:16:04 -07:00
Kyle Roberts 62e59a57e4 Add code example to demonstrate proper string concatenation.
The text does a good job of explaining which route to take when
concatenating strings, but the mention of "join" might mean nothing to
beginners without a concrete example.
2012-06-13 21:34:08 -04:00
Kenneth Reitz 50e66130a1 Merge pull request #171 from JensRantil/fix_broken_bullet_list
Fixing a broken bullet list
2012-06-10 17:34:38 -07:00
Kenneth Reitz 60f2c05df3 Merge pull request #169 from JensRantil/minor_spelling_fix
Minor spelling fix
2012-06-10 17:34:24 -07:00
Kenneth Reitz 393c06464f Merge pull request #172 from JensRantil/adding_cross_references
Adding cross references
2012-06-10 17:33:56 -07:00
Jens Rantil a7d4459c95 Another minor spelling fix 2012-06-10 22:17:48 +02:00
Jens Rantil d0774acdf3 Add cross references to NumPyand SciPy 2012-06-10 20:00:32 +02:00
Jens Rantil 56c0ae7992 Correct capitalization of "NumPy" 2012-06-10 19:59:12 +02:00
Jens Rantil be8a466bd0 Fixing a broken bullet list 2012-06-10 19:53:34 +02:00
Jens Rantil bdcfd1e221 Minor spelling fix 2012-06-10 18:53:37 +02:00
Kenneth Reitz 911865980b #168 2012-06-09 01:08:55 -04:00
Kenneth Reitz fc40388159 Merge pull request #168 from lepture/master
Writing Style Guide Line Continuations
2012-06-08 22:07:44 -07:00
lepture e54f0c3376 fix writing style line continuations to fit pep8 2012-06-09 12:53:29 +08:00
Kenneth Reitz 2153e939b4 Merge pull request #165 from codeinthehole/patch-1
Fixed a few grammatical errors.  Removed some needless words.
2012-06-08 21:21:27 -07:00
Kenneth Reitz 0f40784fa4 Merge pull request #166 from pbdeuchler/pure_functions
Removed 'more likely to be' when describing a pure function's deterministic attributes,...
2012-06-08 19:53:42 -07:00
Philip Deuchler 1d1727e658 Removed 'more likely to be' when describing a pure function's deterministic attributes, as pure functions by definition are deterministic 2012-06-08 11:29:57 -04:00
David Winterbottom 4f4825a5b7 Fixed a few grammatical errors. Removed some needless words. 2012-06-08 17:24:13 +02:00