diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2022-05-10 07:43:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-10 07:43:17 (GMT) |
commit | 06389410e97d4bea01900d53a5888bdd86dda50d (patch) | |
tree | 9fe6981e0422aaf3c403c9443c9b1f182a42d1f4 /Misc | |
parent | bf54487da34974a5a7c27526a44cf881c6f7a111 (diff) | |
download | cpython-06389410e97d4bea01900d53a5888bdd86dda50d.zip cpython-06389410e97d4bea01900d53a5888bdd86dda50d.tar.gz cpython-06389410e97d4bea01900d53a5888bdd86dda50d.tar.bz2 |
[3.8] gh-91888: add a `:gh:` role to the documentation (GH-91889) (#91936)
* gh-91888: Add a :gh: role to the documentation (GH-91889).
* [3.8] gh-91888: add a `:gh:` role to the documentation (GH-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>.
(cherry picked from commit f7641a2ffec243e5f600028a84debe9028a9ee44)
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
* Fix use of the default role in NEWS entry
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..4ebca42 --- /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. |