Commit d7bb493 1 parent b917222 commit d7bb493 Copy full SHA for d7bb493
File tree 2 files changed +41
-1
lines changed
2 files changed +41
-1
lines changed Original file line number Diff line number Diff line change 13
13
# -- General configuration ---------------------------------------------------
14
14
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
15
15
16
- extensions = ["myst_parser" , "sphinxcontrib.mermaid" ]
16
+ extensions = [
17
+ "myst_parser" ,
18
+ 'sphinx.ext.autodoc' ,
19
+ 'sphinx.ext.autosummary' ,
20
+ 'sphinx.ext.napoleon' ,
21
+ "sphinxcontrib.mermaid" ,
22
+ ]
17
23
templates_path = ["_templates" ]
18
24
exclude_patterns = ["_build" , "Thumbs.db" , ".DS_Store" ]
19
25
Original file line number Diff line number Diff line change @@ -39,5 +39,39 @@ caption: Development
39
39
hidden:
40
40
titlesonly:
41
41
---
42
+ api/audio.md
43
+ api/core.md
44
+ api/core_audio.md
45
+ api/core_text.md
46
+ api/io.md
47
+ api/text.md
48
+ api/training.md
49
+ api/tools.md
42
50
changelog.md
51
+ :::
52
+
53
+ :::{toctree}
54
+ ---
55
+ caption: Examples
56
+ hidden:
57
+ titlesonly:
58
+ ---
59
+ examples/spans.md
60
+ examples/cleaning_text.md
61
+ examples/text_segmentation/index.md
62
+ examples/text_segmentation/section.md
63
+ examples/text_segmentation/syntagma.md
64
+ examples/text_segmentation/document.md
65
+ examples/brat_io.md
66
+ examples/spacy/index.md
67
+ examples/spacy/spacy_io.md
68
+ examples/spacy/spacy_pipeline.md
69
+ examples/custom_text_operation.md
70
+ examples/edsnlp.md
71
+ examples/iamsystem.md
72
+ examples/finetuning_hf_model.md
73
+ examples/detecting_text_duplicates.md
74
+ examples/audio_transcription.md
75
+ examples/audio_dataset_metrics.md
76
+ examples/ontotox.md
43
77
:::
You can’t perform that action at this time.
0 commit comments