Skip to content

Commit 1a59d74

Browse files
committed
Add "application" to glossary
1 parent 912b9ca commit 1a59d74

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/glossary.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ Glossary
66
.. glossary::
77
:sorted:
88

9+
application
10+
An application is an instance of :class:`annotator.App`. It is the primary
11+
object that coordinates annotation activities. It can be extended by
12+
passing a :term:`module` reference to its
13+
:func:`~annotator.App.prototype.include` method. Typically, You will
14+
create at least one application when using Annotator. See the API
15+
documentation for :class:`annotator.App` for details on construction and
16+
methods.
17+
918
hook
1019
A function that handles work delegated to a :term:`module` by the
1120
:term:`application`. A hook function can return a value or a

0 commit comments

Comments
 (0)