Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
.. 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 |
There was a problem hiding this comment.
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).
Thanks@ezio-melotti for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
Sorry,@ezio-melotti, I could not cleanly backport this to
|
Sorry,@ezio-melotti, I could not cleanly backport this to
|
* Fix wrong indentation in the other dirs.* Fix more wrong indentation..(cherry picked from commit718391f)Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
GH-110738 is a backport of this pull request to the3.12 branch. |
* Fix wrong indentation in the other dirs.* Fix more wrong indentation..(cherry picked from commit718391f)Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
GH-110739 is a backport of this pull request to the3.11 branch. |
* Fix wrong indentation in the other dirs.* Fix more wrong indentation.
Uh oh!
There was an error while loading.Please reload this page.
This PR fixes indentation errors that resulted in spurious
blockquote
s 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/