python / python/docsbuild-scripts

Whatsnew bad redirection when changing version

未关闭
#138 9 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

主要语言
Python
星标
86
派生
69
平均合并
8 小时 23 分钟
30 天内合并 PR
5

描述

Documentation

There is a bad redirection in the documentation in the whatsnew switch between version 3.11. and 3.12.

How to reproduce :

Link to the whatsnew 3.11 -> https://docs.python.org/3.11/whatsnew/3.11.html

image

When we switch to 3.12 we arrive in -> https://docs.python.org/3.12/whatsnew/3.11.html

And we see that this is the wrong redirection.

The link should be -> https://docs.python.org/3.12/whatsnew/3.12.html

I remain at your disposal if you need more details

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

首先,从文档中记录的 3.11 What's New URL 复现切换到 3.12 文档的过程,并检查用于生成或重定向 What's New 页面 的 docsbuild-scripts 入口点。完成标准是,从 3.11/3.11.html 切换版本后到达 3.12/3.12.html,而不是继续保留 3.11 页面路径。

由索引模型根据 Issue 内容生成。

评估

技术栈
python
领域
documentation
Issue 类型
缺陷
难度
3/5
预计耗时
1-2 天
活跃度
停滞
描述清晰度
描述清楚
新手友好度
48/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。