Skip to content

Commit

Permalink
DOC: Point reader to docstring in doc/formats/seq/textgrid.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NickleDave committed Mar 28, 2023
1 parent 9311d82 commit 6791de4
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions doc/formats/seq/textgrid.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
(textgrid)=

# Praat .TextGrid files
# Praat TextGrid files

Annotation format saved by the [Praat](https://www.fon.hum.uva.nl/praat/) application.
More details about annotating with Praat can be found here:
Annotation file format saved by the [Praat](https://www.fon.hum.uva.nl/praat/) application.

More details about annotating with Praat can be found here:
<https://www.fon.hum.uva.nl/praat/manual/Intro_7__Annotation.html>
The specification for TextGrid objects is here:

The specification for TextGrid files is here:
<https://www.fon.hum.uva.nl/praat/manual/TextGrid_file_formats.html>

The annotations can be loaded with the following class:
{py:class}`crowsetta.formats.seq.textgrid.TextGrid`.
Please see that documentation for more details
and examples of which TextGrid files
crowsetta can parse, and how crowsetta can convert
interval tiers from TextGrid files to
{py:class}`crowsetta.Sequence` instances
and {py:class}`crowsetta.Annotation` instances.

0 comments on commit 6791de4

Please # to comment.