Skip to content

Commit 7922cf5

Browse files
committed
docs: Set width of images
1 parent 96a7345 commit 7922cf5

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

docs/conf.py

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,26 @@
2929
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
3030

3131

32-
3332
# -- Options for HTML output -------------------------------------------------
3433
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
3534

3635
html_theme = "furo"
3736
html_static_path = ['_static']
37+
38+
39+
myst_enable_extensions = [
40+
"amsmath",
41+
"attrs_inline",
42+
"colon_fence",
43+
"deflist",
44+
"dollarmath",
45+
"fieldlist",
46+
"html_admonition",
47+
"html_image",
48+
# "linkify",
49+
"replacements",
50+
"smartquotes",
51+
"strikethrough",
52+
"substitution",
53+
"tasklist",
54+
]

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Further in development projects are [here](https://github.com/orgs/CogStack/repo
1313

1414
| Tool | Description |
1515
|:-----|:------------|
16-
| <img src="overview/attachments/36c0d23f-a632-4fbf-9f7c-6669e88bbd39.png" width="100"/> <br/> [**CogStack-Nifi**](https://cogstack-nifi.readthedocs.io/en/latest/main.html) | Data flow orchestration using Apache NiFi |
17-
| <img src="overview/attachments/09a8bb60-9864-41fa-be7b-cf9a9dc04498.png" width="100"/> <br/> [**MedCAT**](https://medcat.readthedocs.io/en/latest/) | Medical Concept Annotation Toolkit |
18-
| <img src="overview/attachments/09a8bb60-9864-41fa-be7b-cf9a9dc04498.png" width="100"/> <br/> [**MedCATTrainer**](https://medcattrainer.readthedocs.io/en/latest/) | Web-based annotation and training interface for MedCAT |
16+
| ![CogStack-Nifi](overview/attachments/36c0d23f-a632-4fbf-9f7c-6669e88bbd39.png){width=100} <br/> [**CogStack-Nifi**](https://cogstack-nifi.readthedocs.io/en/latest/main.html) | Data flow orchestration using Apache NiFi |
17+
| ![MedCAT](overview/attachments/09a8bb60-9864-41fa-be7b-cf9a9dc04498.png){width=100} <br/> [**MedCAT**](https://medcat.readthedocs.io/en/latest/) | Medical Concept Annotation Toolkit |
18+
| ![MedCATTrainer](overview/attachments/09a8bb60-9864-41fa-be7b-cf9a9dc04498.png){width=100} <br/> [**MedCATTrainer**](https://medcattrainer.readthedocs.io/en/latest/) | Web-based annotation and training interface for MedCAT |
1919

2020

2121
```{toctree}

0 commit comments

Comments
 (0)