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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doc: Add link to interpreter tutorial #16152
Conversation
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. |
Thanks @adorilson for the PR, and @matrixise for merging it |
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 |
GH-16189 is a backport of this pull request to the 3.8 branch. |
Just a link to GNU Readline site.