Skip to content

Commit f2123cc

Browse files
Stop publishing local absolute paths from the viz tools README
viz_tools/README.md linked the tools via file:///Users/... absolute paths, which are broken for anyone cloning the repo and became publicly visible once docs/tools symlinked the folder into the site. Make the links relative, and exclude the README from the docs build so the folder contributes only the two HTML apps. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent e0f9fdc commit f2123cc

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

mkdocs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ extra_css:
3939
markdown_extensions:
4040
- attr_list
4141

42+
# docs/tools is a symlink to viz_tools/; publish the HTML apps but not their README
43+
exclude_docs: |
44+
tools/README.md
45+
4246
plugins:
4347
- search
4448
- tags

viz_tools/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Interactive, browser-based visualizer applications for exploring SkillCorner Ope
66

77
## 🚀 Available Tools
88

9-
### 1. 📍 [SkillCorner Tracking Viewer](file:///Users/nano/PycharmProjects/opendata/viz_tools/SkillCorner_Tracking_Viewer.html)
9+
### 1. 📍 [SkillCorner Tracking Viewer](SkillCorner_Tracking_Viewer.html)
1010
- **File:** `SkillCorner_Tracking_Viewer.html`
1111
- **Supported Datasets:**
1212
- `*_tracking_extrapolated.jsonl` (Tracking Data)
@@ -19,7 +19,7 @@ Interactive, browser-based visualizer applications for exploring SkillCorner Ope
1919

2020
---
2121

22-
### 2. ⚡ [Dynamic Events Explorer](file:///Users/nano/PycharmProjects/opendata/viz_tools/Dynamic_Events_Explorer.html)
22+
### 2. ⚡ [Dynamic Events Explorer](Dynamic_Events_Explorer.html)
2323
- **File:** `Dynamic_Events_Explorer.html`
2424
- **Supported Datasets:**
2525
- `*_dynamic_events.csv` (Dynamic Events)

0 commit comments

Comments
 (0)