https://github.com/m4tx/py3redirect
WebExtension that redirects Python 2 docs to Python 3
https://github.com/m4tx/py3redirect
chrome-extension firefox-addon python webextension
Last synced: about 1 year ago
JSON representation
WebExtension that redirects Python 2 docs to Python 3
- Host: GitHub
- URL: https://github.com/m4tx/py3redirect
- Owner: m4tx
- License: mit
- Created: 2016-01-27T12:23:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-05-09T10:19:04.000Z (about 5 years ago)
- Last Synced: 2025-04-04T18:06:01.836Z (about 1 year ago)
- Topics: chrome-extension, firefox-addon, python, webextension
- Language: JavaScript
- Homepage:
- Size: 1.07 MB
- Stars: 17
- Watchers: 5
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# py3redirect
Google search results very often have links to Python 2 docs page. However, if you are programming in Python 3, switching to version 3 docs constantly may be pretty annoying. Same thing if you're not using the latest version of Python 3 and want to always see a specific version. This extension does that for you.

## Install
The extension is available on:
* [Chrome Web Store](https://chrome.google.com/webstore/detail/codfjigcljdnlklcaopdciclmmdandig/)
* [Firefox Addons](https://addons.mozilla.org/addon/py3direct/).
## Configuration
When on `docs.python.org` you can click on the extension icon to temporarily disable redirecting or to set the Python version that you'd like to redirect to. `3` will select the latest available version and the values only take one minor version (ie. `3.6`, `3.7`) since that's what's used in the URLs.