Skip to content

Commit

Permalink
DOC: provide introduction to audformat.define
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Dec 6, 2022
1 parent c220f64 commit cf3fee8
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions docs/api-define.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@ audformat.define

.. automodule:: audformat.define

The :mod:`audformat.define` module
provides definitions of string values
that are part of the
:ref:`audformat specifications <data-format:Database>`
and should not be changed by a user,
namely those inside

* :class:`audformat.define.DataType`
* :class:`audformat.define.IndexField`
* :class:`audformat.define.MediaType`
* :class:`audformat.define.RaterType`
* :class:`audformat.define.SplitType`
* :class:`audformat.define.TableStorageFormat`
* :class:`audformat.define.Usage`

In addition,
it provides definitions of string values
commonly used inside a database,
like licenses or scheme labels.
Those are not part of the
:ref:`audformat specifications <data-format:Database>`
and can be changed by a user,
namely those inside

* :class:`audformat.define.IndexType`
* :class:`audformat.define.Gender`
* :class:`audformat.define.License`


DataType
---------
Expand Down

0 comments on commit cf3fee8

Please sign in to comment.