This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Add a link to the devguide in the sidebar of the documentation
Type: Stage: resolved
Components: Documentation Versions: Python 3.8, Python 3.7, Python 3.6, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, matrixise, mdk
Priority: normal Keywords: patch

Created on 2018-11-04 07:57 by matrixise, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 10316 merged matrixise, 2018-11-04 07:58
Messages (2)
msg329219 - (view) Author: Stéphane Wirtel (matrixise) * (Python committer) Date: 2018-11-04 07:57
I think a link to the devguide could be useful for a future contributor and the right place could be the sidebar in the index page.
msg329257 - (view) Author: Julien Palard (mdk) * (Python committer) Date: 2018-11-04 20:41
New changeset 0edc7b1b1a2b22d4d200f80995454d01927bf93e by Julien Palard (Stéphane Wirtel) in branch 'master':
bpo-35159: Add a link to the devguide in the sidebar of the index (Doc/) (GH-10316)
https://github.com/python/cpython/commit/0edc7b1b1a2b22d4d200f80995454d01927bf93e
History
Date User Action Args
2022-04-11 14:59:07adminsetgithub: 79340
2018-11-04 20:41:58mdksetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2018-11-04 20:41:36mdksetmessages: + msg329257
2018-11-04 08:02:15matrixisesetversions: + Python 2.7, Python 3.6, Python 3.7, Python 3.8
2018-11-04 08:02:08matrixisesetnosy: + mdk
2018-11-04 07:58:17matrixisesetkeywords: + patch
stage: patch review
pull_requests: + pull_request9618
2018-11-04 07:57:09matrixisecreate