Commit Graph

1663 Commits

Author SHA1 Message Date
kennethreitz 5636b56b4f Merge pull request #760 from shivenmian/scikit
added machine learning docs
2016-10-31 11:05:54 -04:00
Shiven Mian 27c1567df5 added machine learning docs 2016-10-31 15:12:06 +05:30
kennethreitz b4d1349222 Merge pull request #758 from adamzap/update-mercurial-link
Update link to Mercurial site
2016-10-29 20:30:09 -04:00
Adam Zapletal fe7467bcc4 Update link to Mercurial site 2016-10-29 18:24:14 -05:00
kennethreitz 3dd2748f5f Merge pull request #757 from codeaditya/version-info
Update to recent versions of Django for virtualenv example
2016-10-26 13:49:37 -04:00
Aditya be8ce2704d Update to recent versions of Django for virtualenv example 2016-10-26 20:37:54 +05:30
kennethreitz 4a1728891e Merge pull request #756 from codeaditya/codeaditya-patch-1
Update the link for latest available Python 2.7 release for Windows
2016-10-26 09:53:46 -04:00
Aditya d67923cf94 Update the link for latest available Python 2.7 release for Windows 2016-10-26 19:12:11 +05:30
kennethreitz 111c5d6769 available now! 2016-10-20 02:24:28 -04:00
kennethreitz 98a37e27bf Merge pull request #751 from therealkbhat/redundancy-fix
Remove redundant statement
2016-09-29 05:33:37 -04:00
Kishor Bhat ab3332e42c Remove redundant statement 2016-09-29 11:36:11 +05:30
kennethreitz ef95578d31 Merge pull request #748 from adamchainz/readthedocs.io
Convert readthedocs links for their .org -> .io migration for hosted projects
2016-09-21 19:38:21 -04:00
Adam Chainz af7d603e97 Convert readthedocs links for their .org -> .io migration for hosted projects
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’:

> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.

Test Plan: Manually visited all the links I’ve modified.
2016-09-21 08:31:09 +01:00
kennethreitz 5769917e20 Merge pull request #742 from alphor/fix-memoization-typo
fix memoization typo, link to wikipedia's overview
2016-08-29 10:57:11 -04:00
Ahmad Jarara 7adc9c0d03 fix memoization typo, link to wikipedia's overview 2016-08-28 17:35:52 -04:00
kennethreitz 32c55c0365 Merge pull request #737 from kevgathuku/patch-1
Fix .PHONY target rule
2016-08-10 15:13:59 -04:00
Kevin Ndung'u 91df42f170 Fix .PHONY target rule
.PHONY should be followed by a colon
2016-08-10 16:58:21 +03:00
kennethreitz 972405bad7 Merge pull request #734 from konrad/master
Update link for rpy2
2016-07-29 02:59:09 -04:00
Konrad Förstner f86e9cc096 Update link for rpy2 2016-07-29 08:29:18 +02:00
kennethreitz 9f1ad9c862 Merge pull request #718 from kikisdeliveryservice/master
Clean up of tests.rst
2016-07-27 18:00:28 -04:00
kennethreitz 1878711d68 Merge pull request #732 from rainzoo/patch-1
Update startproject in example
2016-07-27 18:00:10 -04:00
kennethreitz ea89534000 Merge pull request #733 from jhermann/patch-1
Mention dh-virtualenv in the Tools list
2016-07-27 17:59:57 -04:00
Jürgen Hermann ca64c6f722 Mention dh-virtualenv in the Tools list 2016-07-27 23:05:53 +02:00
Manas c31000c6b8 Update startproject in example
start-project should be startproject
https://docs.djangoproject.com/en/1.9/ref/django-admin/#django-admin-startproject
2016-07-27 12:28:41 +05:30
kennethreitz 5d4b76ca37 Update sidebarlogo.html 2016-07-18 14:07:22 -04:00
kennethreitz f31ca0a5fb french! 2016-07-18 14:07:09 -04:00
kennethreitz eebe639235 Merge pull request #729 from ThomasG77/patch-2
Indent unindented content in numbered list
2016-07-18 13:12:56 -04:00
Thomas Gratier ecb39fcf6a Indent unindented content in numbered list 2016-07-16 21:48:36 +02:00
kennethreitz cfc84ebb70 Merge pull request #720 from apeschel/master
Don't treat targets as files
2016-07-14 20:25:42 -04:00
kennethreitz 695e805149 Merge pull request #727 from ThomasG77/patch-1
Fix typo: infrustructure to infrastructure
2016-07-14 20:25:15 -04:00
Thomas Gratier 730c97f4af Fix typo: infrustructure to infrastructure 2016-07-10 00:12:12 +02:00
kennethreitz da1f2a637e Merge pull request #722 from DonJayamanne/master
updated to include a reference to VS Code
2016-07-09 16:48:54 -04:00
kennethreitz 7f5dbf71b6 Merge pull request #724 from ThomasG77/patch-1
Duplicated word
2016-07-09 16:47:15 -04:00
kennethreitz 112ac6561c Merge pull request #726 from ThomasG77/patch-2
Remove duplicated "in" word
2016-07-09 16:47:01 -04:00
Thomas Gratier 82ef7f39ba Remove duplicated "in" word 2016-07-09 22:46:17 +02:00
Thomas Gratier d0d6f664ed Duplicated word 2016-07-09 10:33:07 +02:00
Don Jayamanne 46ca5e9323 fixed review issues 2016-07-07 00:23:31 +10:00
Don Jayamanne a603b95c87 updated to include a reference to VS Code 2016-07-06 17:17:28 +10:00
Aaron Peschel 82a89026b9 Don't treat targets as files
Currently, this sample Makefile has problems if there are any
files/directories named init or test in the same directory as the
makefile. This commit adds a phony to the sample Makefile so that these
targets are not treated as files.
2016-06-28 15:53:53 -07:00
kennethreitz 0760825429 Merge pull request #715 from toanant/patch-1
Added section on Shinken #238
2016-06-22 17:53:34 -04:00
kikisdeliveryservice 122f67bf05 Clean up of tests.rst 2016-06-21 13:06:58 -07:00
Abhishek Kumar Singh a64d47166c Added Oxford Comma!
Signed-off-by: Abhishek Kumar Singh <abhishek4bhopati@gmail.com>
2016-06-21 13:00:42 +05:30
Abhishek Kumar Singh 30f19999fd Corrected Oxford comma. Close #238
Signed-off-by: Abhishek Kumar Singh <abhishek4bhopati@gmail.com>
2016-06-21 12:54:55 +05:30
kennethreitz 673ed9a742 oreilly book 2016-06-20 23:16:50 -04:00
kennethreitz 7c21a38d53 Merge pull request #716 from kikisdeliveryservice/master
Clean up of intro paragraphs for clarity.
2016-06-20 20:24:44 -04:00
kikisdeliveryservice 2ed32ebe0d Clean up of intro paragraphs for clarity. 2016-06-20 13:38:23 -07:00
Abhishek Kumar Singh 7c7fe74dab Update admin.rst with monitoring tool shinken. 2016-06-20 18:06:58 +05:30
kennethreitz 856ebdef4f Merge pull request #713 from rahiel/patch-1
speed.rst: PEP8 in examples
2016-06-15 01:02:49 -07:00
Rahiel Kasim fc8788b230 speed.rst: PEP8 in examples
PEP8
2016-06-14 14:04:43 +02:00
kennethreitz 91e208505f Merge pull request #707 from LibHunt/awesome-python-newsletter
Add 'Awesome Python Newsletter' from LibHunt
2016-06-04 11:33:26 -07:00