diff options
author | Ammar Askar <ammar@ammaraskar.com> | 2020-12-18 19:00:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-18 19:00:51 (GMT) |
commit | 8c5d0347efd16f16dfb9596715e449cd928b89c8 (patch) | |
tree | 2d011c90a2250ba809db5d8b938bd44ce643d5f2 /Misc | |
parent | d75f6f78e6ca230d0dacc116dca9d8bf91509b68 (diff) | |
download | cpython-8c5d0347efd16f16dfb9596715e449cd928b89c8.zip cpython-8c5d0347efd16f16dfb9596715e449cd928b89c8.tar.gz cpython-8c5d0347efd16f16dfb9596715e449cd928b89c8.tar.bz2 |
bpo-34398: Allow glossary results to show up on search page (GH-8773)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2019-03-04-18-51-21.bpo-34398.YedUqW.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2019-03-04-18-51-21.bpo-34398.YedUqW.rst b/Misc/NEWS.d/next/Documentation/2019-03-04-18-51-21.bpo-34398.YedUqW.rst new file mode 100644 index 0000000..4693cec --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2019-03-04-18-51-21.bpo-34398.YedUqW.rst @@ -0,0 +1,2 @@ +Prominently feature listings from the glossary in documentation search +results. Patch by Ammar Askar. |