Julian Berman
90f50c406e
Travis CI
2012-12-23 18:06:09 -05:00
Julian Berman
8c80931444
Add doctest ext
2012-12-23 18:05:34 -05:00
Kenneth Reitz
2b82bfcd33
Merge pull request #216 from artiegold/master
...
Close #193 . Notes on virtualenv.
2012-12-21 12:55:26 -08:00
Kenneth Reitz
a5a4e58ce1
Merge pull request #218 from suhailvs/patch-1
...
Update docs/_themes/kr/layout.html
2012-12-21 12:54:39 -08:00
Kenneth Reitz
3a83001855
Merge pull request #223 from Julian/master
...
Removed a Confusing Example from the Style Article
2012-12-21 12:54:09 -08:00
Kenneth Reitz
4248d135f3
Merge pull request #224 from Julian/gotchas
...
Started writing about common gotchas with two quick examples
2012-12-21 12:53:56 -08:00
Kenneth Reitz
d8c7b679bd
Merge pull request #230 from imrehg/pil
...
Image Manipulation: add PIL install instructions for Linux
2012-12-15 22:40:54 -08:00
Gergely Imreh
49371fe797
Image Manipulation: add PIL install instructions for Linux
...
Arch Linux and latest Ubuntu included.
2012-12-16 14:37:07 +08:00
Kenneth Reitz
ad5922cd2d
Merge pull request #229 from petrushev/add-networking
...
Added networking section to scenarios.
2012-12-11 04:53:29 -08:00
Baze Petrushev
ca5321f0c9
Added networking section to scenarios.
...
Section includes:
- twisted
- pyzmq (for zeromq)
- gevent (a mention)
2012-12-11 12:47:53 +01:00
Kenneth Reitz
43eaed06c8
Merge pull request #227 from petrushev/add-werkzeug
...
Added werkzeug entry under web frameworks section
2012-12-10 07:30:09 -08:00
Baze Petrushev
2c22066f14
Added werkzeug entry under web frameworks section
2012-12-10 16:27:49 +01:00
Kenneth Reitz
ea12657f10
Merge pull request #226 from MarkyV/master
...
Fixed some type-os
2012-12-07 14:25:18 -08:00
Mark Veronda
be9a256367
Fixed some type-os
2012-12-07 16:55:03 -05:00
Julian Berman
4675c91fc5
Late binding closures
2012-12-04 00:41:43 -05:00
Julian Berman
fd9f0db1ce
First gotcha.
2012-12-04 00:41:43 -05:00
Julian Berman
0ea7091a30
Removed tuple example from style guide.
2012-12-03 21:56:22 -05:00
Kenneth Reitz
a31384a1d7
Merge pull request #220 from sateeshkumarb/patch-1
...
Update docs/scenarios/scientific.rst
2012-11-26 10:13:50 -08:00
Sateesh
d9d7283106
Update docs/scenarios/scientific.rst
...
A free version of "Enthought Python Distribution" is available.
Modified to indicate the same and remove the statement that
'Enthought is not free'
2012-11-26 23:41:05 +05:30
Kenneth Reitz
b0a1e6a3ad
Merge pull request #219 from t-8ch/fix_typos
...
Fix some typos
2012-11-24 04:47:14 -08:00
Thomas Weißschuh
2210172c50
fix typo in env.rst
2012-11-24 12:41:44 +00:00
Thomas Weißschuh
872bd300fc
fix typos in web.rst
2012-11-23 18:45:56 +00:00
suhail
e85c95b1f7
Update docs/_themes/kr/layout.html
...
Line 27: var ga2 = document.createElement('script');ga.type = 'text/javascript';
i think it is wrongly typed ga.type, so i changed into ga2.type
change
======
ga2.type = 'text/javascript';
2012-11-23 11:43:53 +05:30
Kenneth Reitz
fc7fba0edf
Merge pull request #217 from alex/patch-8
...
Remove a paragraph that wasn't adding value
2012-11-19 23:52:00 -08:00
Alex Gaynor
e66b3f1a38
Remove a paragraph that wasn't adding value
...
In addition to be totally wrong about __init__, the description of generators was confusing (and more or less wrong).
2012-11-20 01:51:02 -06:00
Artie Gold
19db184eb9
Add notes that --no-site-packages is default behavior for virtualenv
...
from version 1.7 onward. Close #193 .
2012-11-15 23:13:58 -06:00
Kenneth Reitz
53aa1851c4
Merge pull request #205 from hrldcpr/master
...
consistent use of double-underscore for throwaway variable
2012-11-15 17:23:06 -08:00
Kenneth Reitz
b55af5cbcf
Merge pull request #214 from pengkui/master
...
added some comments on .vimrc for vim beginners
2012-11-15 17:22:39 -08:00
Kenneth Reitz
cefa740985
Merge pull request #207 from andrewmacgregor/master
...
Fixes for warnings in docs
2012-11-15 17:22:15 -08:00
Kenneth Reitz
2a7c0912d8
Merge pull request #210 from artiegold/master
...
Fix "it's".
2012-11-15 17:21:27 -08:00
Kenneth Reitz
6a65c031ae
Merge pull request #211 from Kwpolska/patch-1
...
Fix a tiny typo
2012-11-15 17:21:13 -08:00
Kenneth Reitz
68b255a871
Merge pull request #212 from vially/patch-1
...
Update link to latest windows python version
2012-11-15 17:20:14 -08:00
Kenneth Reitz
31161dd7fc
Merge pull request #215 from iepathos/patch-1
...
Update Readme.rst
2012-11-15 16:56:19 -08:00
Glen
fafc1055a2
Update Readme.rst
...
Corrected 'a almost' to 'an almost'
2012-11-15 16:55:16 -08:00
Pengkui Luo
64934821c4
Update docs/dev/env.rst
...
.vimrc file: added 'autoindent'; added comments to illustrate.
2012-11-14 04:48:21 -06:00
Pengkui Luo
8d90429813
Update docs/starting/which-python.rst
2012-11-14 04:02:58 -06:00
Valentin-Costel Hăloiu
d7704e4808
Update link to latest windows python version
2012-11-12 04:28:38 +02:00
Chris Warrick
bbfa479227
Fix a tiny typo
2012-11-11 21:04:00 +01:00
Artie Gold
ffdde4ac3e
Small text fix. It's "its" not "it's" here.
2012-10-28 15:53:36 -05:00
Kenneth Reitz
bb79614afb
Merge pull request #209 from tlatsas/master
...
Salt stack
2012-10-27 08:49:19 -07:00
Tasos Latsas
6da56aff38
Info about the Salt stack
2012-10-23 20:34:30 +03:00
Andrew Macgregor
1336375ab4
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
docs/conf.py
2012-10-20 09:17:18 +08:00
Kenneth Reitz
d13792a3a2
death to curly quotes!
2012-10-17 09:21:40 -07:00
Andrew Macgregor
655c1bdac9
provide valid link for YAGNI
2012-10-16 23:19:54 +08:00
Andrew Macgregor
f0834bcfaf
Conventions header was throwing inconsistent level warning. Fixed this and later headings to match rest of page.
2012-10-16 22:21:32 +08:00
Andrew Macgregor
d8bc875813
using anonymous hyperlinks to avoid duplicate explicit name warnings
...
see: http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#anonymous-hyperlinks
2012-10-16 22:10:25 +08:00
Andrew Macgregor
f1651e1dc8
looks like a typo, was perhaps meant to be link to decorators but that is only a few lines later
2012-10-16 22:04:15 +08:00
Andrew Macgregor
7732355087
fix minor white space issue causing warning
2012-10-16 20:44:34 +08:00
Andrew Macgregor
470b548a9a
adding a valid label for installation.rst to ref to
2012-10-15 14:42:57 +08:00
Andrew Macgregor
22b85c77c9
fixed community ref pointed to by intro/duction
2012-10-15 14:12:14 +08:00