The MedCAT Tutorials provide an interactive learning path for using MedCAT.
See the cogstack documentation site to view these tutorials and all the documentation on docs.cogstack.org
The following readmes are around the setup of the tutorials themselves aimed at a tutorial author.
The medcat-v2 documentation site imports this project’s MkDocs navigation file directly. The relevant plugins are the mkdocs-monorepo-plugin and the mkdocs-jupyter plugin.
In medcat-v2/mkdocs.yml the Tutorials section is wired in via an include:
nav:
- Tutorials: '!include ../medcat-v2-tutorials/mkdocs.yml'To preview the rendered docs site locally:
cd cogstack-nlp/medcat-v2-tutorials
uv run mkdocs serve