From 6791de4933ae89f57c32f047ea9544780cc15026 Mon Sep 17 00:00:00 2001 From: David Nicholson Date: Tue, 28 Mar 2023 08:45:10 -0400 Subject: [PATCH] DOC: Point reader to docstring in doc/formats/seq/textgrid.md --- doc/formats/seq/textgrid.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/doc/formats/seq/textgrid.md b/doc/formats/seq/textgrid.md index 10608ea..6fff125 100644 --- a/doc/formats/seq/textgrid.md +++ b/doc/formats/seq/textgrid.md @@ -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: -The specification for TextGrid objects is here: + +The specification for TextGrid files is here: 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.