-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
gh-94622: Add more references to the sqlite3 types anchor #94623
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
Conversation
I'm merging this in a day or two. |
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.
Looks good, just one point to consider: from an accessibility point of view, I think it's preferred to have links on complete phrases rather than fragments of phrases — I think that makes it easier for users of screen-readers. So instead of this:
the types :ref:`natively supported by SQLite <sqlite3-types>`
Maybe consider this?
:ref:`the types natively supported by SQLite <sqlite3-types>`
I had a draft that used this:
Would that be acceptable? UPDATE: I went with your suggestion :) |
Thanks @erlend-aasland for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
Sorry @erlend-aasland, I had trouble checking out the |
Sorry, @erlend-aasland, I could not cleanly backport this to |
pythonGH-94623) (cherry picked from commit e5b841a) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
GH-94678 is a backport of this pull request to the 3.11 branch. |
pythonGH-94623). (cherry picked from commit e5b841a) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
GH-94679 is a backport of this pull request to the 3.10 branch. |
:ref:sqlite3-types
instead of spelling the types every time #94622