Uh oh!
There was an error while loading. Please reload this page.
[doc] Fix erroneous backslashes in signatures and names - #23658
Merged
Conversation
andresdelfino
requested review from
1st1, asvetlov and ethanfurman
as code ownersDecember 5, 2020 15:22
miss-islington
commented
Dec 17, 2020
Contributor
Thanks @andresdelfino for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9. |
miss-islington
commented
Dec 17, 2020
Contributor
Sorry, @andresdelfino, I could not cleanly backport this to |
miss-islington
commented
Dec 17, 2020
Contributor
Sorry @andresdelfino, I had trouble checking out the |
andresdelfino
commented
Dec 17, 2020
ContributorAuthor
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>
bedevere-bot
commented
Dec 17, 2020
GH-23827 is a backport of this pull request to the 3.9 branch. |
bedevere-bot
commented
Dec 17, 2020
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
JulienPalard added a commit
that referenced
this pull request
Jan 4, 2021
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 freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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