Skip to content

Commit d7bb493

Browse files
committed
WIP: Add development and examples sections
1 parent b917222 commit d7bb493

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

docs/conf.py

+7-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@
1313
# -- General configuration ---------------------------------------------------
1414
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
1515

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+
]
1723
templates_path = ["_templates"]
1824
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
1925

docs/index.md

+34
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,39 @@ caption: Development
3939
hidden:
4040
titlesonly:
4141
---
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
4250
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
4377
:::

0 commit comments

Comments
 (0)