-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
"builtins" module should link to Built-in Types and Built-in Exceptions #99030
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
Comments
I have submitted a PR, but I don't know if it is what you need
I have submitted a PR, But I don't know if it is what you need. |
* Added documentation links for types and exceptions * Shortened description sentences * Change content * Change documentation * Move seealso * Add a spaces
…ythonGH-123857) * Added documentation links for types and exceptions * Shortened description sentences * Change content * Change documentation * Move seealso * Add a spaces (cherry picked from commit 9256be7) Co-authored-by: RUANG (Roy James) <longjinyii@outlook.com>
…ythonGH-123857) * Added documentation links for types and exceptions * Shortened description sentences * Change content * Change documentation * Move seealso * Add a spaces (cherry picked from commit 9256be7) Co-authored-by: RUANG (Roy James) <longjinyii@outlook.com>
…H-123857) (#125764) gh-99030: Added documentation links for types and exceptions (GH-123857) * Added documentation links for types and exceptions * Shortened description sentences * Change content * Change documentation * Move seealso * Add a spaces (cherry picked from commit 9256be7) Co-authored-by: RUANG (Roy James) <longjinyii@outlook.com>
…H-123857) (GH-125765) gh-99030: Added documentation links for types and exceptions (GH-123857) * Added documentation links for types and exceptions * Shortened description sentences * Change content * Change documentation * Move seealso * Add a spaces (cherry picked from commit 9256be7) Co-authored-by: RUANG (Roy James) <longjinyii@outlook.com>
…ythonGH-123857) * Added documentation links for types and exceptions * Shortened description sentences * Change content * Change documentation * Move seealso * Add a spaces
The
builtins
module documentation links to Built-in Functions and Built-in Constants, but not Built-in Types and Built-in Exceptions. Those should be included, shouldn't they?I'd be happy to submit a PR for this, though I'm not very good with RST. I believe the links would be
:ref:`bltin-types`
and:ref:`bltin-exceptions`
.I'd also want to change the wording to make it less clunky with more links, from
See ... for documentation.
toFor documentation, see ...
Linked PRs
The text was updated successfully, but these errors were encountered: