Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#26483 closed Cleanup/optimization (fixed)

Change docs.python.org links to point to Python 3

Reported by: Tim Graham Owned by: Abry Maxime
Component: Documentation Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

Django's documentation takes a "Python 3 first" approach but some links to docs.python.org don't specify a version and therefore get redirected to Python 2. We should update the links to use intersphinx where possible. I'm attaching a patch to get started.

Attachments (1)

26483-init.diff (5.4 KB ) - added by Tim Graham 8 years ago.

Download all attachments as: .zip

Change History (7)

by Tim Graham, 8 years ago

Attachment: 26483-init.diff added

comment:1 by Kai Feldhoff, 8 years ago

Owner: changed from nobody to Kai Feldhoff
Status: newassigned

comment:2 by sachitmnayak, 8 years ago

Owner: changed from Kai Feldhoff to sachitmnayak

comment:3 by sachitmnayak, 8 years ago

Owner: sachitmnayak removed
Status: assignednew

comment:4 by Abry Maxime, 8 years ago

Owner: set to Abry Maxime
Status: newassigned

comment:5 by Tim Graham <timograham@…>, 8 years ago

Resolution: fixed
Status: assignedclosed

In f5ff5010:

Fixed #26483 -- Updated docs.python.org links to use Intersphinx.

comment:6 by Tim Graham <timograham@…>, 8 years ago

In 145572a:

[1.9.x] Fixed #26483 -- Updated docs.python.org links to use Intersphinx.

Backport of f5ff5010cd74500785a707ac70b51d292403cddc from master

Note: See TracTickets for help on using tickets.
Back to Top