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
Kenneth Reitz
c00101a5a0
Merge pull request #163 from JensRantil/add_admin_links
...
Add admin links
2012-06-08 02:16:51 -07:00
Jens Rantil
6c25101295
Adding links for admin utilities
...
Fabric, Puppet, Chef etc.
2012-06-08 10:49:15 +02:00
Jens Rantil
7401438586
Adding a link to the Fabric documentation
2012-06-08 10:38:26 +02:00
Kenneth Reitz
f55916e549
Merge pull request #162 from JensRantil/refer_to_latest_production_guide
...
Adding a reference to docs.python-guide.org
2012-06-08 01:27:02 -07:00
Jens Rantil
ac9f8bb86c
Adding a reference to docs.python-guide.org
...
...in the README file.
2012-06-08 10:17:45 +02:00
Kenneth Reitz
dbfdd1bfe1
don't change scrollbars
...
Fixes #159
2012-06-07 22:44:14 -04:00
Kenneth Reitz
7d24f44695
Merge pull request #160 from uvtc/add-license-types-info
...
Added info on the two general types of FLOSS licenses, and changed "rest...
2012-06-07 17:07:47 -07:00
John Gabriele
837bcc7370
Added info on the two general types of FLOSS licenses, and changed "restricted"/"permissive".
2012-06-07 11:53:05 -04:00
Kenneth Reitz
2b38886267
Merge pull request #156 from ncoghlan/patch-1
...
Recommend the use of double underscore throwaway variables
2012-05-30 12:50:09 -07:00
ncoghlan
1f3fdc51cd
Recommend the use of double underscore throwaway variables
2012-05-30 21:43:24 +10:00
Kenneth Reitz
8654487404
Merge pull request #155 from Gelma/master
...
Fix uppercase after semicolon
2012-05-29 17:06:45 -07:00
Andrea Gelmini
80d65f1f47
Fix uppercase after semicolon
2012-05-27 17:36:18 +02:00
Kenneth Reitz
f79316cf29
Merge pull request #154 from kuyan/patch-2
...
For the greater grammar.
2012-05-19 22:17:07 -07:00
Natan L
305c69be1d
Solidified sanctity of sentences.
2012-05-19 22:15:04 -07:00
Kenneth Reitz
8fb35b9eff
Merge pull request #149 from alekzvik/master
...
Added a note about readthedocs.org at the documenting section
2012-05-19 21:48:03 -07:00
Kenneth Reitz
dbd4c82ba4
Merge pull request #153 from kuyan/patch-1
...
Updated brew installation command.
2012-05-19 21:47:50 -07:00
Natan L
fa96484f77
Updated brew installation command.
2012-05-19 21:44:06 -07:00
Kenneth Reitz
57e73661c8
Merge pull request #151 from guibog/master
...
Add a block about function arguments
2012-05-16 14:21:53 -07:00
Kenneth Reitz
32afdb9a0c
Merge pull request #152 from mrben/patch-1
...
Capitalisation: 'a python project' -> 'a Python project'
2012-05-16 12:13:11 -07:00
Ben Tappin
85ed464107
Capitalisation: 'a python project' -> 'a Python project'
2012-05-16 18:53:36 +02:00
guibog
7cec41a89a
Add a block about function arguments
2012-05-16 22:59:13 +08:00
Alex Vykalyuk
3874e1f1be
Fixed a typo.
2012-05-15 20:09:48 +03:00
Alex Vykalyuk
44b8f5dbf2
Added a note about readthedocs.org at the documneting section
2012-05-15 00:56:49 +03:00
Kenneth Reitz
18b8e123cc
Merge pull request #148 from okin/master
...
Extending documentation tools: Epydoc
2012-05-12 13:38:29 -07:00
Niko Wenselowski
23370fa83a
Make the inline link to docstrings work.
2012-05-12 22:05:31 +02:00