Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/docs/cogstack-ce/tutorial/end-to-end-jupyterhub.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ By the end, you will have completed an end-to-end user flow:
4. Run cells that call MedCAT and AnonCAT service APIs
5. Inspect the outputs

!!! tip
The following tutorial will use your CogStack CE installation and let you run real code against your environment.

To see a non-interactive version of the tutorial notebook, refer to [the MedCAT Service Tutorial notebook](../../platform/cogstack-ai/medcat-service-tutorial.ipynb).

## Before you start

Make sure your CogStack CE release is installed and local port-forwarding is running.
Expand Down
134 changes: 0 additions & 134 deletions docs/docs/platform/deployment/helm/charts/cogstack-ce-helm.md

This file was deleted.

129 changes: 0 additions & 129 deletions docs/docs/platform/deployment/helm/charts/medcat-service-helm.md

This file was deleted.

50 changes: 0 additions & 50 deletions docs/docs/platform/deployment/helm/charts/medcat-trainer-helm.md

This file was deleted.

11 changes: 9 additions & 2 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ nav:
- Natural Language Processing: overview/Natural Language Processing.md
- MedCAT: https://docs.cogstack.org/projects/nlp
- MedCAT Trainer: https://docs.cogstack.org/projects/medcat-trainer/
- Tutorials:
- Medcat Service Tutorial: platform/cogstack-ai/medcat-service-tutorial.ipynb
- Data Engineering:
- Data Engineering: data-engineering/index.md
- Data pipelines: overview/Data pipelines.md
Expand All @@ -66,8 +68,7 @@ nav:
- Charts Overview: platform/deployment/helm/charts/_index.md
- MedCAT Service Helm: platform/deployment/helm/charts/medcat-service-helm.md
- MedCAT Trainer Helm: platform/deployment/helm/charts/medcat-trainer-helm.md
- CogStack CE:
- Cogstack CE Helm: platform/deployment/helm/charts/cogstack-ce-helm.md
- Cogstack CE Helm: platform/deployment/helm/charts/cogstack-helm-ce.md
- Examples:
- Examples: platform/deployment/examples/_index.md
- AWS Kubernetes EKS: platform/deployment/examples/aws-kubernetes-eks.md
Expand Down Expand Up @@ -99,7 +100,13 @@ nav:

plugins:
- search
- gen-files:
scripts:
- scripts/gen_helm_readme.py
- scripts/copy_files_from_repo.py
- termynal
- mkdocs-jupyter:
ignore_h1_titles: True

extra:
analytics:
Expand Down
2 changes: 2 additions & 0 deletions docs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ description = "CogStack Documentation"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"mkdocs-gen-files>=0.6.1",
"mkdocs-jupyter>=0.26.1",
"mkdocs-material>=9.7.0",
"termynal>=0.13.1",
]
Expand Down
Loading
Loading