Commit Graph

2114 Commits

Author SHA1 Message Date
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
Bruno Alla 5350bc4d94 Update section about Gondor
Gondor has changed name, it’s now called
[Eldarion](http://eldarion.cloud). I haven’t used it myself, but I
thought I would update the page.
2016-12-12 13:24:13 +00:00
David Fischer 54ff4fcd59 Click is stable - not upcoming 2016-12-11 20:35:43 -08:00
Kenneth Reitz 96ddd776e0 improvements 2016-12-07 11:34:28 -08:00
Kenneth Reitz 63841bdc50 sierra 2016-12-07 11:32:47 -08:00
kennethreitz c939324188 Merge pull request #687 from adamn/master
Removed references to Setuptools/easy_install in favor of pip.
2016-12-07 11:30:23 -08:00
kennethreitz 2d2198652e Merge pull request #777 from gabbarnama/master
Remove hyperlink from setup.py
2016-12-06 12:02:56 -05:00
Gabbarnama 59f70753c0 Merge pull request #1 from gabbarnama/gabbarnama-patch-1
Update structure.rst
2016-12-06 19:45:00 +05:30
Gabbarnama 61ad4a642f Update structure.rst
Removed hyperlink from setup.py
2016-12-06 19:43:59 +05:30
kennethreitz a1a839ce5b Merge pull request #775 from ngoldbaum/patch-1
typo fix in virtualenv development instructions
2016-12-04 15:54:19 -05:00
Nathan Goldbaum e414047377 typo fix in virtualenv development instructions 2016-12-04 13:38:35 -06:00
kennethreitz 0b174a8d3e Merge pull request #768 from caimaoy/update-tox-url
update tox docs url
2016-11-29 23:35:35 -05:00
kennethreitz 6a1c9ce250 Merge pull request #774 from alexholoo/master
updated a broken link to Python Magic Methods
2016-11-29 23:35:28 -05:00
He Huang 48ee67897b Format note according to the Style Guide 2016-11-29 23:04:15 -05:00
He Huang 9c33ab68ab Change the link to Magic Methods from its GitHub repo to its pdf file directly. 2016-11-29 21:27:15 -05:00
He Huang 0b43cd8fce Fixed broken link on Magic Methods with new link and a brief note. The original website is down. 2016-11-29 21:22:29 -05:00
kennethreitz bc75d10a44 Merge pull request #773 from willhumphreys/master
Fix missing space
2016-11-29 17:23:15 -05:00
Will Humphreys 220001839d Fix missing space 2016-11-29 18:24:54 +00:00
kennethreitz 249e7a9d2a 2.7 2016-11-26 19:28:40 -05:00
kennethreitz 3058b21a88 subtle 2016-11-26 19:24:58 -05:00
kennethreitz ed82f8d440 further clarification 2016-11-26 19:24:11 -05:00
kennethreitz cfce3eac7a further clarification 2016-11-26 19:19:14 -05:00
kennethreitz 0dc24a34e7 less aggressive 2016-11-26 19:16:50 -05:00