Gabriel
6776bc7499
Update scrape.rst
...
Second link
2017-05-12 16:07:12 -04:00
Gabriel
f412d3a283
Update learning.rst
2017-05-12 15:58:19 -04:00
Gabriel
18d34438af
Update learning.rst
...
added datacamp link
2017-05-12 15:55:41 -04:00
Gabriel
d88edd0e78
test adding link
2017-05-08 15:20:09 -04:00
kennethreitz
40ac0adc14
wsl-guide
2017-05-01 10:30:55 -04:00
kennethreitz
39d7cbfebb
ad placement
2017-04-27 17:53:14 -04:00
kennethreitz
7f118fc3d0
changes
2017-04-27 17:51:06 -04:00
kennethreitz
a094400701
tweaks
2017-04-27 17:46:12 -04:00
kennethreitz
beef67fc89
Merge branch 'master' of github.com:kennethreitz/python-guide
2017-04-27 17:43:35 -04:00
kennethreitz
a3055ae6b6
sponsor
2017-04-27 17:42:17 -04:00
kennethreitz
8fc52daabc
Merge pull request #812 from ortymid/patch-1
...
Remove junk in Jinja code block
2017-04-25 11:55:18 -04:00
kennethreitz
e32477685b
Merge pull request #814 from monchitos82/master
...
Adding a reminder for preventing a misuse of the example in "common g…
2017-04-25 11:55:03 -04:00
monchitos
6e0c78df7b
Adding a reminder for preventing a misuse of the example in "common gotchas/mutable default arguments"
2017-04-18 10:02:15 -05:00
Dmytro Brykovets
d3e97f2ec1
Remove junk in Jinja code block
...
The "<!" before template extension statement is unnecessary and also breaks code highlighting.
2017-04-15 12:34:19 +03:00
kennethreitz
83d1fd49d5
fixes
2017-04-13 11:00:51 -04:00
kennethreitz
a8ed45d5c4
fixes
2017-04-13 10:58:14 -04:00
kennethreitz
9164a1b1e9
working with python 3
2017-04-13 10:53:18 -04:00
kennethreitz
7096c95132
syntax
2017-04-13 10:51:59 -04:00
kennethreitz
fd8cce0708
fix contents
2017-04-13 10:49:47 -04:00
kennethreitz
ef35770716
update installation
2017-04-13 10:46:45 -04:00
kennethreitz
0c97ce5a31
update python 2 guides
2017-04-13 10:43:58 -04:00
kennethreitz
d3d2fcc496
python 3 guides
2017-04-13 10:43:52 -04:00
kennethreitz
2994138d9f
Merge pull request #811 from toanant/patch2
...
Check virtualenv installation, close #657
2017-04-13 10:33:56 -04:00
Abhishek Kumar Singh
d6789d22f1
Check virtualenv installation, close #657
2017-04-10 21:03:09 +05:30
kennethreitz
9de13b1cd5
Merge pull request #808 from vcaldas/language
...
Language pt_BR - Fixes #788
2017-04-04 09:42:46 -04:00
Victor Caldas
8376cfaa18
Update sidebarintro.html
2017-03-19 12:47:28 +01:00
Victor Caldas
1fd684ad51
Add Pt_BR - Fixes #788
...
pt_BR translation ongoing,
2017-03-19 12:47:03 +01:00
kennethreitz
c14dccf8d2
Merge pull request #807 from guettli/patch-1
...
Link to **Python** docs of travis.
2017-03-16 13:56:28 -04:00
Thomas Güttler
aa152492e2
Link to **Python** docs of travis.
...
I think this make more sense, since all of these options are explained there.
2017-03-14 14:44:21 +01:00
kennethreitz
45b70b37d6
Merge pull request #804 from serra/fix-build-warnings
...
Fix build warnings
2017-03-11 12:30:28 -05:00
Marijn van der Zee
2f9028969c
Remove wrong usage of :option:
...
From http://www.sphinx-doc.org/en/stable/domains.html#directive-option :
> The directive will create cross-reference targets for the given options,
> referencable by option (in the example case, you’d use something like
> :option:`dest_dir`, :option:`-m`, or :option:`--module`).
I don't think we're intending here to create cross references,
we simply want to render it nicely.
So just use code formatting instead.
This gets rid of the last build warnings.
2017-03-11 15:18:48 +01:00
Marijn van der Zee
873b21fe0b
Properly set code-block
2017-03-11 15:02:08 +01:00
Marijn van der Zee
3b63e28f4c
Use Mako highlighting instead of html
2017-03-11 14:53:16 +01:00
Marijn van der Zee
0cb55a887b
This is not a highlightable cpp code block
2017-03-11 14:48:20 +01:00
Marijn van der Zee
85762b8282
We do not want to have it show up in any toc
...
We dot his by marking this page as orphan
2017-03-11 14:30:26 +01:00
Marijn van der Zee
d55db9791d
Add reference to Lock
2017-03-11 14:21:48 +01:00
Marijn van der Zee
157a3ff811
Fix block quote
2017-03-11 14:12:19 +01:00
Marijn van der Zee
04587705fa
Fix undeline warnings
...
https://travis-ci.org/kennethreitz/python-guide/builds/204641280
2017-03-11 11:28:36 +01:00
kennethreitz
db83c8f368
Merge pull request #798 from userlerueda/patch-1
...
Update logging.rst
2017-03-10 11:46:56 -05:00
kennethreitz
a0b6fc8ebb
Merge pull request #799 from userlerueda/patch-2
...
Update virtualenvs.rst
2017-03-10 11:46:11 -05:00
kennethreitz
885185a5a0
Merge pull request #800 from thinkerbot/patch-1
...
Indentation typo
2017-03-10 11:45:39 -05:00
kennethreitz
453cefbea7
Merge pull request #801 from tv3141/package_import_from_tests
...
tests: use __file__ for package import
2017-03-10 11:45:20 -05:00
tv3141
f3bf91acec
tests: use __file__ for package import
2017-02-28 11:33:48 +00:00
Simon Chiang
d1f24121ef
Indentation typo
2017-02-24 08:21:52 -07:00
Luis Rueda
ff3879cf6f
Update virtualenvs.rst
...
Renames the virtual environment name from venv to my_project so that the reader is clear that they should not name their environment venv which could lead to confusion later (venv appearing on the left of the prompt)
2017-02-23 14:03:50 -05:00
Luis Rueda
f20a2f63c4
Update logging.rst
...
Update to include changes proposed in issue #794
2017-02-23 13:48:52 -05:00
kennethreitz
2136f4b7cf
Merge branch 'patch-1' of https://github.com/danshorstein/python-guide
2017-02-23 11:11:38 -05:00
Dan Shorstein
46b5e63b0a
add example to mutable/immutable types
...
added the map example, with explanation
2017-02-18 11:03:26 -05:00
kennethreitz
50a60121ad
edmsynths.com
2017-02-12 02:18:02 -05:00
kennethreitz
0b1f1d9442
Update web.rst
2017-02-04 15:22:40 -06:00