Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

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

Provide feedback

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

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-110631: Fix reST indentation#110724

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
ezio-melotti merged 2 commits intopython:mainfromezio-melotti:fix-ind-others
Oct 11, 2023

Conversation

ezio-melotti
Copy link
Member

@ezio-melottiezio-melotti commentedOct 11, 2023
edited by github-actionsbot
Loading

This PR fixes indentation errors that resulted in spuriousblockquotes and definition lists in the remainingDoc dirs, plus a few more errors that I missed on the first pass.


📚 Documentation preview 📚:https://cpython-previews--110724.org.readthedocs.build/

Comment on lines -1198 to +1208
.. versionchanged::
3.6
.. versionchanged:: 3.6

Add ``._pth`` file support and removes ``applocal`` option from
``pyvenv.cfg``.

.. versionchanged:: 3.6

* Adds ``._pth`` file support and removes ``applocal`` option from
``pyvenv.cfg``.
* Adds :file:`python{XX}.zip` as a potential landmark when directly adjacent
to the executable.
Add :file:`python{XX}.zip` as a potential landmark when directly adjacent
to the executable.

.. deprecated::
3.6
.. deprecated:: 3.6
Copy link
MemberAuthor

Choose a reason for hiding this comment

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

The way this rendered was a bit inconsistent, since the versionchanged had an indented list and the deprecation had inline text. By adding two separate versionchanged, we get rid of the list and the result looks more consistent (3 separate notes with inline text).

@ezio-melottiezio-melotti merged commit718391f intopython:mainOct 11, 2023
@miss-islington
Copy link
Contributor

Thanks@ezio-melotti for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry,@ezio-melotti, I could not cleanly backport this to3.12 due to a conflict.
Please backport usingcherry_picker on command line.

cherry_picker 718391f475f2550d99dd794069ca76312f7f6aa6 3.12
ezio-melotti reacted with eyes emoji

@miss-islington
Copy link
Contributor

Sorry,@ezio-melotti, I could not cleanly backport this to3.11 due to a conflict.
Please backport usingcherry_picker on command line.

cherry_picker 718391f475f2550d99dd794069ca76312f7f6aa6 3.11

ezio-melotti added a commit to ezio-melotti/cpython that referenced this pull requestOct 11, 2023
* Fix wrong indentation in the other dirs.* Fix more wrong indentation..(cherry picked from commit718391f)Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
@bedevere-app
Copy link

GH-110738 is a backport of this pull request to the3.12 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.12only security fixes labelOct 11, 2023
ezio-melotti added a commit to ezio-melotti/cpython that referenced this pull requestOct 11, 2023
* Fix wrong indentation in the other dirs.* Fix more wrong indentation..(cherry picked from commit718391f)Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
@bedevere-app
Copy link

GH-110739 is a backport of this pull request to the3.11 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.11only security fixes labelOct 11, 2023
@ezio-melottiezio-melotti deleted the fix-ind-others branchOctober 11, 2023 21:12
ezio-melotti added a commit that referenced this pull requestOct 11, 2023
* Fix wrong indentation in the other dirs.* Fix more wrong indentation..(cherry picked from commit718391f)
ezio-melotti added a commit that referenced this pull requestOct 11, 2023
* Fix wrong indentation in the other dirs.* Fix more wrong indentation..(cherry picked from commit718391f)
Glyphack pushed a commit to Glyphack/cpython that referenced this pull requestSep 2, 2024
* Fix wrong indentation in the other dirs.* Fix more wrong indentation.
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@hugovkhugovkhugovk approved these changes

@pradyunsgpradyunsgpradyunsg approved these changes

@AlexWaygoodAlexWaygoodAwaiting requested review from AlexWaygood

@ethanfurmanethanfurmanAwaiting requested review from ethanfurmanethanfurman is a code owner

@ericvsmithericvsmithAwaiting requested review from ericvsmithericvsmith is a code owner

@rhettingerrhettingerAwaiting requested review from rhettinger

Assignees

@ezio-melottiezio-melotti

Labels
docsDocumentation in the Doc dirskip news
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

4 participants
@ezio-melotti@miss-islington@hugovk@pradyunsg

[8]ページ先頭

©2009-2025 Movatter.jp