From 312b4a8f4ad8995a55d8606b996f993d1ebf9e62 Mon Sep 17 00:00:00 2001 From: Emma Foley Date: Wed, 7 Jul 2021 12:14:48 +0100 Subject: Update glossary to make it link-able Using the sphinx glossary directive [1], the terms in the glossary can now be linked from the main docs. To link a glossary term, use the following syntax to link to term Anuket:: :term:`Anuket` :term: `This project ` [1] https://sublime-and-sphinx-guide.readthedocs.io/en/latest/glossary.html Signed-off-by: Emma Foley --- docs/index.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index 21e259a26..4e59d6d7b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -54,6 +54,11 @@ Developer Guide how-to-use-docs/index +Glossary +-------- + +:doc:`glossary/index` + Found a typo or any other feedback? Send us an email_ or talk to us on Slack_. -- cgit 1.2.3-korg