Skip to content

Commit 6123038

Browse files
jeremymanningclaude
andcommitted
Switch to Wagtail theme and add comprehensive tutorial notebooks
- Switch Sphinx documentation from groundwork-sphinx-theme to sphinx-wagtail-theme for better code block readability - Add comprehensive tutorial notebooks for all cluster types: * SLURM tutorial with HPC job scheduling examples * PBS/Torque tutorial with batch system execution patterns * SGE tutorial with Sun Grid Engine distributed computing * Kubernetes tutorial with containerized execution * SSH tutorial with direct remote server execution - Add complete API demonstration notebook covering all user-facing functions - Update Sphinx configuration to include Interactive Notebooks section - Update cluster support status table to accurately reflect SGE and Kubernetes as "Nearly Ready" instead of "In Progress" - All notebooks include Google Colab integration with correct master branch links 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 6c54521 commit 6123038

18 files changed

+16389
-23
lines changed

docs/notebooks/basic_usage.ipynb

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,8 @@
33
{
44
"cell_type": "markdown",
55
"metadata": {},
6-
"source": [
7-
"# Clustrix Basic Usage Tutorial\n",
8-
"\n",
9-
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ContextLab/clustrix/blob/main/docs/notebooks/basic_usage.ipynb)\n",
10-
"\n",
11-
"This notebook demonstrates the basic usage of Clustrix for distributed computing.\n",
12-
"\n",
13-
"## Installation\n",
14-
"\n",
15-
"First, let's install Clustrix:"
16-
]
6+
"source": "# Clustrix Basic Usage Tutorial\n\n[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ContextLab/clustrix/blob/master/docs/notebooks/basic_usage.ipynb)\n\nThis notebook demonstrates the basic usage of Clustrix for distributed computing.\n\n## Installation\n\nFirst, let's install Clustrix:",
7+
"outputs": []
178
},
189
{
1910
"cell_type": "code",
@@ -356,4 +347,4 @@
356347
},
357348
"nbformat": 4,
358349
"nbformat_minor": 4
359-
}
350+
}

0 commit comments

Comments
 (0)