diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2022-04-25 10:05:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-25 10:05:54 (GMT) |
commit | f7641a2ffec243e5f600028a84debe9028a9ee44 (patch) | |
tree | a74fadae957f0e9c6ab078f3587272204b12a2a2 /Misc | |
parent | 440332072706c5e422e6c54a2ec0ebb88e09c85c (diff) | |
download | cpython-f7641a2ffec243e5f600028a84debe9028a9ee44.zip cpython-f7641a2ffec243e5f600028a84debe9028a9ee44.tar.gz cpython-f7641a2ffec243e5f600028a84debe9028a9ee44.tar.bz2 |
gh-91888: add a `:gh:` role to the documentation (#91889)
* Add a new :gh:`...` role for GitHub issues.
* Fix a GitHub id to use the :gh: role.
* Add Misc/NEWS entry.
* Refactoring and rephrasing.
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2022-04-24-22-09-31.gh-issue-91888.kTjJLx.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2022-04-24-22-09-31.gh-issue-91888.kTjJLx.rst b/Misc/NEWS.d/next/Documentation/2022-04-24-22-09-31.gh-issue-91888.kTjJLx.rst new file mode 100644 index 0000000..9194be9 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2022-04-24-22-09-31.gh-issue-91888.kTjJLx.rst @@ -0,0 +1 @@ +Add a new `gh` role to the documentation to link to GitHub issues. |