Commit Graph

1617 Commits

Author SHA1 Message Date
Dan Bader aa7edbf209 Update redirects 2018-07-16 14:45:07 -07:00
Dan Bader 40571f40e8 Make HTTPS the default & update canonical 2018-07-16 14:35:36 -07:00
Dan Bader 936c3c7df5 Redirect domain aliases 2018-07-16 14:15:38 -07:00
Dan Bader 35a4e33868 Test redirect behavior 2018-07-16 14:11:03 -07:00
Dan Bader 1e9a7ff8d1 Use 302 redirects for testing 2018-07-16 14:09:14 -07:00
Dan Bader e52e1a3721 Update redirects 2018-07-16 14:06:48 -07:00
Dan Bader e6b57530dd Add redirects 2018-07-16 14:00:22 -07:00
Dan Bader b6266ba4e5 Fix 404 relative paths 2018-07-16 13:57:32 -07:00
Dan Bader e3bedf76d4 Fix 404 canonical 2018-07-16 13:51:10 -07:00
Dan Bader 728b9f10a2 Fix custom 404 2018-07-16 13:49:52 -07:00
Dan Bader e1a965067b Fix canonical 2018-07-16 13:39:18 -07:00
Dan Bader 54921b17b2 Favicon 2018-07-16 13:30:08 -07:00
Dan Bader b3929171a5 Don't load empty custom.css 2018-07-16 13:28:17 -07:00
Dan Bader 59c8a507f6 Fix non-https links 2018-07-16 13:20:06 -07:00
Dan Bader 9c58f0bd00 Prepare hosting migration 2018-07-16 12:46:44 -07:00
Dan Bader 75b235fdf0 Bump deps 2018-07-16 12:10:07 -07:00
Dan Bader 4f43620b84 Add search console meta tag 2018-07-12 19:13:10 -07:00
toby e4135f59f8 typo 2018-06-30 07:07:04 -04:00
Toby 66b35e498a Updated learning.rst 2018-06-30 06:43:57 -04:00
kennethreitz a2ae83f6c1 Merge pull request #900 from anlewis/issue-839-falcon-framework
Update web.rst to include Falcon web framework
2018-06-22 16:36:18 -04:00
kennethreitz 992c9234b9 Merge pull request #901 from adamdonahue/master
Remove non-contextual embedded video.
2018-06-22 16:35:14 -04:00
kennethreitz 294edf271f Merge pull request #903 from ohing504/master
Fix undefined labels
2018-06-22 16:34:52 -04:00
kennethreitz 615ad9e82d Merge pull request #904 from ergo/patch-1
Mention pyramid cookiecutters and pypi
2018-06-22 16:34:43 -04:00
Allison Browne 2857fda10a Update osx.rst 2018-06-11 15:58:08 -04:00
Marcin Lulek 1d1c6d5f8b Mention pyramid powered pypi and cookiecutters
Mention that pyramid powered pypi and makes some decisions for users providing project templates
2018-06-06 19:23:44 +02:00
Youngsup Oh d7f9ff4180 Fix undefined labels
- pip, Pipenv, Pipfile
2018-06-03 04:43:31 +09:00
adamdonahue b3141fe7a4 Remove non-contextual embedded video.
Remove a non-contextual embedded video that itself has multiple errors.  It confuses things, at best.
2018-05-28 15:04:00 -04:00
Anna Lewis fb45ce7ef9 Fix quotation marks 2018-05-24 20:18:58 -06:00
Anna Lewis 2cbe7c3452 Update web.rst to include Falcon web framework 2018-05-23 22:17:34 -06:00
kennethreitz aa682c51fb Merge pull request #896 from Hasimir/crypto-gpg-howto-update
doc: crypto.rst — GPGME HOWTO update
2018-04-27 04:11:45 -04:00
cclauss cf980344d0 print() function in gotchas.rst 2018-04-24 19:27:36 -06:00
Ben McGinnes 50e04afe68 doc: crypto.rst — GPGME HOWTO update
* Added links to the new GPGME Python Bindings HOWTO.
* Added links to sample scripts written in Python 3.
* Updated the encryption and decryption example code to use the
  current best practices instead of the underlying, low level
  op_encrypt method (the best practices are easier and even more
  pythonic).

Signed-off-by: Ben McGinnes <ben@adversary.org>
2018-03-25 09:06:42 +11:00
kennethreitz c93a09be5d colors
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-08 16:04:38 -05:00
kennethreitz d6c0c65aae hacks
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-08 15:49:29 -05:00
kennethreitz 57b28f8b08 #887 2018-03-07 08:07:41 -05:00
kennethreitz 88003441dd <li><a href="http://python-guide-fil.readthedocs.io/en/latest/">Filipino</a></li>
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-07 08:02:10 -05:00
kennethreitz 7fb5e03d98 Merge pull request #888 from chhabrakadabra/master
Added "Code the blocks" to interactive tutorial list in learning.rst
2018-03-04 07:26:44 -05:00
kennethreitz f9ad642dc5 Merge pull request #889 from cclauss/patch-2
Homebrew has changed how Python is installed
2018-03-04 07:26:20 -05:00
Subramani Ramanathan 43679efe81 Minor change to OpenCV example code
Minor change to OpenCV example code in the import statement
2018-03-04 15:23:30 +05:30
cclauss 26c994960d Homebrew changed the way that Python is installed
https://docs.brew.sh/Homebrew-and-Python

The default __python__ is now Python 3.
2018-03-04 03:09:42 +01:00
cclauss aef9ad5c0d Homebrew has changed how Python is installed
https://docs.brew.sh/Homebrew-and-Python

The default __python__ is now Python 3.
2018-03-04 03:03:28 +01:00
Abhin Chhabra bb02108324 Added "Code the blocks" to interactive tutorial list in learning.rst 2018-03-03 20:25:56 -05:00
Ben McGinnes 35450c3efa GPGME Python bindings
* Added GPGME bindings description and the standard encryption and
  decryption example.
2018-02-28 12:57:48 +11:00
kennethreitz f7bbb1afe4 Merge pull request #880 from anothernode/master
Fix link to the tests section
2018-02-19 08:31:55 -06:00
Moritz Reiter c78a2e4f7f Fix link to the tests section 2018-02-19 09:36:32 +01:00
Moritz Reiter be727dbcf4 Update information about pip caching 2018-02-17 16:34:48 +01:00
rroskam 5f348c9be2 Updating to use chocolatey 2018-02-11 10:49:26 -06:00
Ken Colton a0e33fd384 (osx) how to make python reference python3
I noticed that the very next page (which is no longer OSX specific) makes the assumption that `python` will invoke the Python 3 interpreter, while the last mention of versions on this page leaves `python` referencing the OSX System Python interpreter.

I honestly do not know if this is the "correct" way to configure this default. It looks like brew is cautious about symlinking over the native Python 2.7.10 (High Sierra) and they might have good reason. All of my projects are Python 3 now, so i'm ready to "make it ~facebook~ PATH official with Python 3"

Regardless of how it's done - or if it's a bad idea - it's worth mentioning IMO because there is a discontinuity of where this page leaves `python` and where the next page assumes `python` to be.
2018-01-31 22:22:28 -05:00
kennethreitz a679d6f228 merge 2018-01-20 09:00:25 -05:00
kennethreitz 7fed100da5 sidebar 2018-01-20 08:59:52 -05:00