File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Glossary
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.
You can’t perform that action at this time.
0 commit comments