matplotlib / matplotlib/matplotlib.github.com
Canonicalization for 're'-inherited methods
還沒有人認領這個 Issue。
- 主要語言
- 沒有語言資料
- 星號
- 29
- 分支
- 62
- PR 合併指標
- 30 天內沒有已合併 PR
描述
In 3.4.0, the docs for some `Axes` methods (`pick`, `pickable`, `get_picker`, `set_picker`, `get_contains`, `set_contains`) were removed. This is because the docs are inherited from the `Artist` methods.
Sphinx automatically switches all references when generated the docs, but our redirect/canonicalization script here doesn't recognize it. Instead, it thinks these methods were last documented in 3.3.4 and points there.
We should decide if we want to point to the new location (and figure out if it's possible), and do so.
貢獻指南
這個儲存庫沒有索引到貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
首先找到重新導向/正規化腳本,並比較它對繼承的 Artist 方法的處理方式與 Sphinx 產生的參照。檢查在 3.4.0 移除文件後,Axes 方法是如何表示的。當腳本將這些方法指向其目前的規範位置,或清楚記錄這是不可能的時候,即表示完成。
由索引模型根據 Issue 內容生成。
評估
- 領域
- documentation
- Issue 類型
- 文件
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100