gh-110631: Fix reST indentation in Doc/library#110685
gh-110631: Fix reST indentation in Doc/library#110685ezio-melotti merged 1 commit intopython:mainfrom
Doc/library#110685Conversation
| the widget is resized. | ||
| * width: width | ||
| width: width | ||
| The width of the column in pixels. |
There was a problem hiding this comment.
This and the next few chunks created a weird definition list with bullets. I removed the bullets to create a regular definition list. The markup of the dts could be improved by adding some ``...`` too, to make them stand out more.
|
Sphinx indents should be three, not two spaces, no? |
I just time-machined an answer for you here: #110635 (comment) |
Doc/library dir.Doc/library dir
Doc/library dirDoc/library
|
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 |
Fix wrong indentation in the Doc/library dir. (cherry picked from commit bb7923f) Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
|
GH-110736 is a backport of this pull request to the 3.12 branch. |
…GH-110685) Fix wrong indentation in the Doc/library dir.. (cherry picked from commit bb7923f) Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
|
GH-110737 is a backport of this pull request to the 3.11 branch. |
Fix wrong indentation in the Doc/library dir.
This PR fixes indentation errors that resulted in spurious
blockquotes and definition lists in theDoc/librarydir.📚 Documentation preview 📚: https://cpython-previews--110685.org.readthedocs.build/