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
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
kennethreitz
5af5504964
upgraded sidebar
2017-02-02 22:22:23 -05:00
kennethreitz
dc6bcc2abd
Merge pull request #789 from abhikpal/fix-scrape-broken-link
...
Broken link: W3 Schools XPath Tutorial
2017-01-23 16:07:59 -05:00
kennethreitz
14e4a28ede
Merge pull request #791 from vharsh/patch-1
...
Update W3Schools link to the XPath Tutorial.
2017-01-23 16:07:45 -05:00
Harsh Vardhan
9826b1b82d
Update W3Schools link to the XPath Tutorial.
2017-01-23 17:16:09 +05:30
Abhik Pal
cde1e4feed
broken link fix
2017-01-23 14:13:07 +05:30
kennethreitz
8ef764dc3e
new japanese translation!
2017-01-04 20:49:47 -05:00
kennethreitz
e671ad30af
Merge pull request #783 from derekargueta/master
...
Typo fix
2016-12-17 21:58:15 -08:00
Derek Argueta
2d4d8b4dfc
Typo fix
2016-12-17 15:59:21 -07:00
kennethreitz
97aa3784ea
Merge pull request #782 from klauern/patch-1
...
Update psutil project page to not use Google Code
2016-12-16 13:34:21 -08:00
Nick Klauer
9c4af31253
Update psutil project page to not use Google Code
...
Since Google Code is defunct, the new homepage for `psutil` is on GitHub. I've updated the link, nothing more.
2016-12-16 13:27:48 -06:00
kennethreitz
28928df828
Merge pull request #781 from browniebroke/gondor
...
Update section about Gondor
2016-12-12 10:04:15 -08:00
kennethreitz
3a4e57cd11
Merge pull request #779 from davidfischer/click-not-upcoming
...
Click is stable - not upcoming
2016-12-12 10:03:30 -08:00