Doc: Add link to interpreter tutorial#16152
Conversation
aeros
left a comment
There was a problem hiding this comment.
Thanks for the PR @adorilson.
+1 on adding the link, I just have a few minor suggestions.
-
Grammar fix: "systems that support GNU Readline library" should be "systems that support the GNU Readline library".
-
Use a direct inline link instead of the footer link. The footer links are typically used for links that are likely to be used multiple times within the page, but this one is only being used once. A direct link can be added using:
`GNU Readline <https://tiswww.case.edu/php/chet/readline/rltop.html>`_
(can be split across multiple lines)
- Adjust the number of characters per line to fit within the maximum reST 80 character width. Currently, line 37 is at 81 characters and line 40 is at 82 characters. I would suggest adjusting it after making the other adjustments, so that it doesn't have to be done multiple times.
|
I would also recommend making an adjustment to the PR title, so that it's easier to tell where the changes are being made from the title alone. Something along the lines of "Doc: Add link to interpreter tutorial" should work. |
matrixise
left a comment
There was a problem hiding this comment.
Thank you for your contribution
|
Thanks @adorilson for the PR, and @matrixise for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8. |
|
I'm having trouble backporting to |
|
GH-16188 is a backport of this pull request to the 3.7 branch. |
|
Thanks @adorilson for the PR, and @matrixise for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8. |
|
GH-16189 is a backport of this pull request to the 3.8 branch. |
Just a link to GNU Readline site.