Skip to content

Commit 2799ed7

Browse files
committed
Add glossary
1 parent ef76e8d commit 2799ed7

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

doc/glossary.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.. _glossary:
2+
3+
Glossary
4+
========
5+
6+
.. glossary::
7+
:sorted:
8+
9+
Promise
10+
An object used for deferred and asynchronous computations.
11+
See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise
12+
for more information.

doc/index.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,14 @@ You can start learning about how to install and deploy Annotator below:
4646
.. todolist::
4747

4848

49-
Indices and tables
49+
Index and Glossary
5050
==================
5151

52+
* :ref:`glossary`
5253
* :ref:`genindex`
53-
* :ref:`modindex`
54-
* :ref:`search`
54+
55+
56+
.. toctree::
57+
:hidden:
58+
59+
glossary

0 commit comments

Comments
 (0)