diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-11-18 16:28:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-18 16:28:39 (GMT) |
commit | 252d83cbf1bf0a6ac22a1347e760cd3e551bb834 (patch) | |
tree | fcf5a6d22ff3f82448a8553aef8a06027539d98b /Misc/NEWS.d | |
parent | 02531f1d7e59dcb0ae284bf83b62b5b908542a72 (diff) | |
download | cpython-252d83cbf1bf0a6ac22a1347e760cd3e551bb834.zip cpython-252d83cbf1bf0a6ac22a1347e760cd3e551bb834.tar.gz cpython-252d83cbf1bf0a6ac22a1347e760cd3e551bb834.tar.bz2 |
bpo-45640: [docs] Tokens are now clickable (GH-29260) (GH-29621)
Co-authored-by: Ćukasz Langa <lukasz@langa.pl>
(cherry picked from commit 32959108f9c543e3cb9f2b68bbc782bddded6f42)
Co-authored-by: Arthur Milchior <arthur@milchior.fr>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2021-11-18-16-44-12.bpo-45640.lSpc2A.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2021-11-18-16-44-12.bpo-45640.lSpc2A.rst b/Misc/NEWS.d/next/Documentation/2021-11-18-16-44-12.bpo-45640.lSpc2A.rst new file mode 100644 index 0000000..532288d --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2021-11-18-16-44-12.bpo-45640.lSpc2A.rst @@ -0,0 +1,3 @@ +Properly marked-up grammar tokens in the documentation are now clickable and +take you to the definition of a given piece of grammar. Patch by Arthur +Milchior. |