We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef76e8d commit 2799ed7Copy full SHA for 2799ed7
doc/glossary.rst
@@ -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
@@ -46,9 +46,14 @@ You can start learning about how to install and deploy Annotator below:
46
.. todolist::
47
48
49
-Indices and tables
+Index and Glossary
50
==================
51
52
+* :ref:`glossary`
53
* :ref:`genindex`
-* :ref:`modindex`
54
-* :ref:`search`
55
56
+.. toctree::
57
+ :hidden:
58
59
+ glossary
0 commit comments