File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 "sphinx.ext.viewcode" ,
3333 "sphinx.ext.githubpages" ,
3434 "sphinx.ext.napoleon" ,
35+ "sphinxcontrib.mermaid" ,
3536]
3637
3738templates_path = ["_templates" ]
5960
6061# MyST settings
6162myst_heading_anchors = 3
63+ myst_fence_as_directive = ["mermaid" ]
6264
6365# Napoleon settings
6466napoleon_google_docstring = True
Original file line number Diff line number Diff line change 11# Ray Clusters & Jobs
22
3- ---
4-
53> ** Audience** : You already know how to configure executors with NeMo-Run and want distributed * Ray* on either Kubernetes ** or** Slurm.
64>
75> ** TL;DR** : ` RayCluster ` manages the _ cluster_ ; ` RayJob ` submits a job with an ephemeral cluster. Everything else is syntactic sugar.
Original file line number Diff line number Diff line change @@ -84,7 +84,8 @@ docs = [
8484 " myst-parser" ,
8585 " sphinx>=7" ,
8686 " sphinx-autoapi>=3.0.0" ,
87- " nvidia-sphinx-theme"
87+ " nvidia-sphinx-theme" ,
88+ " sphinxcontrib-mermaid" ,
8889]
8990
9091[build-system ]
You can’t perform that action at this time.
0 commit comments