Skip to content

Commit 6c02fab

Browse files
jeremymanningclaude
andcommitted
Fix documentation CI errors
- Add pandoc installation to docs-test workflow to fix notebook rendering - Fix malformed table in index.rst by adjusting column widths and using shorter text - Both SGE and Kubernetes status updated to show accurate implementation state 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 6123038 commit 6c02fab

File tree

2 files changed

+18
-13
lines changed

2 files changed

+18
-13
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ jobs:
102102
with:
103103
python-version: '3.11'
104104

105+
- name: Install system dependencies
106+
run: |
107+
sudo apt-get update
108+
sudo apt-get install -y pandoc
109+
105110
- name: Install dependencies
106111
run: |
107112
python -m pip install --upgrade pip

docs/source/index.rst

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -125,19 +125,19 @@ Table of Contents
125125
Supported Cluster Types
126126
-----------------------
127127

128-
+----------------+------------------+------------------------+
129-
| Cluster Type | Status | Notes |
130-
+================+==================+========================+
131-
| **SLURM** | ✅ Full Support | Production ready |
132-
+----------------+------------------+------------------------+
133-
| **PBS/Torque** | ✅ Full Support | Production ready |
134-
+----------------+------------------+------------------------+
135-
| **SSH** | ✅ Full Support | Direct execution |
136-
+----------------+------------------+------------------------+
137-
| **SGE** | ⚡ Nearly Ready | Job submission works, status monitoring pending |
138-
+----------------+------------------+------------------------+
139-
| **Kubernetes** | ⚡ Nearly Ready | Job submission works, status monitoring pending |
140-
+----------------+------------------+------------------------+
128+
+----------------+------------------+----------------------------------+
129+
| Cluster Type | Status | Notes |
130+
+================+==================+==================================+
131+
| **SLURM** | ✅ Full Support | Production ready |
132+
+----------------+------------------+----------------------------------+
133+
| **PBS/Torque** | ✅ Full Support | Production ready |
134+
+----------------+------------------+----------------------------------+
135+
| **SSH** | ✅ Full Support | Direct execution |
136+
+----------------+------------------+----------------------------------+
137+
| **SGE** | ⚡ Nearly Ready | Job submit works, status pending |
138+
+----------------+------------------+----------------------------------+
139+
| **Kubernetes** | ⚡ Nearly Ready | Job submit works, status pending |
140+
+----------------+------------------+----------------------------------+
141141

142142
Links
143143
-----

0 commit comments

Comments
 (0)