Skip to content

Commit 2a921ed

Browse files
committed
Glossary: Add additonal refs and navigation
* Add URLs to other glossaries (Python & RealPython) * Add navigation to link to A...Z
1 parent a920b72 commit 2a921ed

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

docs/source/glossary.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Glossary
22
========
33

4+
:term:`A <ADoc>` | :term:`C <Changelog>` | :term:`D <DAPS>` | :term:`G <GIL>` | :term:`I <IPython>` | :term:`L <Lifecycle>` | :term:`M <Module>` | :term:`O <Option>` | :term:`P <Package>` | :term:`R <Ruff>` | :term:`S <SemVer>` | :term:`U <UV>` | :term:`V <VENV>` | :term:`X <XML>`
5+
6+
For Python specific terms, look into:
7+
8+
* https://docs.python.org/3/glossary.html
9+
* https://realpython.com/ref/glossary
10+
11+
412
.. glossary::
513
:sorted:
614

@@ -141,7 +149,7 @@ Glossary
141149

142150
SemVer
143151
Semantic Versioning
144-
A formal convention for assinging version numbers to software
152+
A formal convention for assiging version numbers to software
145153
releases in a ``MAJOR.MINOR.PATCH`` format.
146154

147155
This structure conveys the nature of the changes, indicating
@@ -187,4 +195,4 @@ Glossary
187195
XSLT
188196
The *eXtensible Stylesheet Language for Transformations*
189197
is a language that transforms XML documents into other
190-
formats like HTML, plain text, or new XML structures.
198+
formats like HTML, plain text, or new XML structures.

0 commit comments

Comments
 (0)