← 返回首页
[doc] Fix erroneous backslashes in signatures and names by andresdelfino · Pull Request #23658 · python/cpython · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

[doc] Fix erroneous backslashes in signatures and names#23658

Merged
miss-islington merged 6 commits into
python:masterfrom
andresdelfino:fix_signatures
Dec 17, 2020
Merged

[doc] Fix erroneous backslashes in signatures and names#23658
miss-islington merged 6 commits into
python:masterfrom
andresdelfino:fix_signatures

Conversation

andresdelfino commented Dec 5, 2020
edited by miss-islington
Loading

Copy link
Copy Markdown
Contributor

The issue being resolved is shown in the 3.10 docs (if you select docs for older versions you won't see a visual glitch).

The newer sphinx version that produces the 3.10 docs doesn't treat the backslash to escape things in some situations it previously did.

Automerge-Triggered-By: GH:Mariatta

andresdelfino requested a review from a team as a code owner December 6, 2020 20:26
andresdelfino changed the title [doc] Fix signatures markup [doc] Fix signatures and attributes markup Dec 8, 2020
andresdelfino changed the title [doc] Fix signatures and attributes markup [doc] Fix erroneous backslashes Dec 8, 2020
andresdelfino changed the title [doc] Fix erroneous backslashes [doc] Fix erroneous backslashes in signatures and names Dec 8, 2020

Mariatta left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality Hide comment

Thanks!

Copy link
Copy Markdown
Contributor

Thanks @andresdelfino for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9.
🐍🍒⛏🤖

Copy link
Copy Markdown
Contributor

Sorry, @andresdelfino, I could not cleanly backport this to 3.9 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker dcc997cd28ab33ebac44182ee55533c1b37689f7 3.9

miss-islington self-assigned this Dec 17, 2020

Copy link
Copy Markdown
Contributor

Sorry @andresdelfino, I had trouble checking out the 3.8 backport branch.
Please backport using cherry_picker on command line.
cherry_picker dcc997cd28ab33ebac44182ee55533c1b37689f7 3.8

andresdelfino deleted the fix_signatures branch December 17, 2020 01:39

Copy link
Copy Markdown
Contributor Author

I'll work on the backports tomorrow.

andresdelfino added a commit to andresdelfino/cpython that referenced this pull request Dec 17, 2020
…GH-23658) The issue being resolved is shown in the 3.10 docs (if you select docs for older versions you won't see a visual glitch). The newer sphinx version that produces the 3.10 docs doesn't treat the backslash to escape things in some situations it previously did.. (cherry picked from commit dcc997c) Co-authored-by: Andre Delfino <adelfino@gmail.com>

Copy link
Copy Markdown

GH-23827 is a backport of this pull request to the 3.9 branch.

Copy link
Copy Markdown

GH-23828 is a backport of this pull request to the 3.8 branch.

andresdelfino added a commit to andresdelfino/cpython that referenced this pull request Dec 17, 2020
…GH-23658) The issue being resolved is shown in the 3.10 docs (if you select docs for older versions you won't see a visual glitch). The newer sphinx version that produces the 3.10 docs doesn't treat the backslash to escape things in some situations it previously did.. (cherry picked from commit dcc997c) Co-authored-by: Andre Delfino <adelfino@gmail.com>
miss-islington pushed a commit that referenced this pull request Dec 22, 2020
…) (GH-23827) The issue being resolved is shown in the 3.10 docs (if you select docs for older versions you won't see a visual glitch). The newer sphinx version that produces the 3.10 docs doesn't treat the backslash to escape things in some situations it previously did.. (cherry picked from commit dcc997c) Co-authored-by: Andre Delfino <adelfino@gmail.com>
miss-islington pushed a commit that referenced this pull request Dec 22, 2020
…) (GH-23828) The issue being resolved is shown in the 3.10 docs (if you select docs for older versions you won't see a visual glitch). The newer sphinx version that produces the 3.10 docs doesn't treat the backslash to escape things in some situations it previously did.. (cherry picked from commit dcc997c) Co-authored-by: Andre Delfino <adelfino@gmail.com>
JulienPalard added a commit that referenced this pull request Jan 4, 2021
…GH-23658)" This partially reverts commit e89993c, which was removing backslashes in documentations compiled with Sphinx < 3, used for Python 3.8 and 3.9 docs.
JulienPalard added a commit that referenced this pull request Jan 4, 2021
…GH-23658)" This partially reverts commit 02349e2, which was removing backslashes in documentations compiled with Sphinx < 3, used for Python 3.8 and 3.9 docs.
JulienPalard added a commit that referenced this pull request Jan 4, 2021
…GH-23658)" (GH-24093) This partially reverts commit 02349e2, which was removing backslashes in documentations compiled with Sphinx < 3, used for Python 3.8 and 3.9 docs.
JulienPalard added a commit that referenced this pull request Jan 4, 2021
…GH-23658)" (GH-24092) This partially reverts commit e89993c, which was removing backslashes in documentations compiled with Sphinx < 3, used for Python 3.8 and 3.9 docs.
JulienPalard added a commit to JulienPalard/cpython that referenced this pull request Jan 21, 2021
…onGH-23658)" (pythonGH-24093) This partially reverts commit 02349e2, which was removing backslashes in documentations compiled with Sphinx < 3, used for Python 3.8 and 3.9 docs.
adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 13, 2021
The issue being resolved is shown in the 3.10 docs (if you select docs for older versions you won't see a visual glitch). The newer sphinx version that produces the 3.10 docs doesn't treat the backslash to escape things in some situations it previously did.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip issue skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

Footer

© 2026 GitHub, Inc.