pipeio docs_collect: scripts.md links point outside docs_dir — mkdocs warnings
The auto-generated scripts.md files use relative links like ../../code/pipelines/{flow}/scripts/foo.py to reference Python script files. These resolve to paths outside the mkdocs docs_dir, causing mkdocs WARNING on every script link (30+ warnings in pixecog build).
Options to fix: 1. Use plain text (no link) for script paths since they're not browsable in mkdocs 2. Use absolute URLs to the git repo (e.g., GitLab/GitHub file viewer) 3. Include script source as code blocks instead of links
Source context: pixecog¶
PixEcog (pixecog): Neuropixels and ECoG dataset and analysis
Recent commits:
36f9326 Add result note directory and sample note
62841d9 Add questio YAML data model (questions.yml + milestones.yml)
9b2f6fa Scaffold ecephys TTL removal mod, flow overview + mod docs, demo notebook
README:
type: readme
Quick Start for Collaborators¶
Follow this checklist to get started with Pixecog documentation and workflows.
🐀 Pixecog Project — Compact Overview¶
Core principles
- One immutable BIDS raw dataset (
raw/) as the canonical baseline - Each analysis pipeline ha
Related Notes¶
- issue-arash-20260408-041954-573205.md — Same feature: pipeio docs_collect nav YAML issue — sibling bug in the same tool
- issue-arash-20260408-041929-434391.md — Same feature: pipeio docs_collect missing index — sibling bug in the same tool
- issue-arash-20260408-041909-523276.md — Same feature: pipeio docs_collect index handling — sibling bug in the same tool
- issue-arash-20260408-041843-212992.md — Same subsystem: pipeio docs infrastructure (registry_scan has_docs) — root cause may affect docs_collect behavior
- issue-arash-20260402-121445-694073.md — Same symptom surface: mkdocs warnings/transclusion setup — context for how mkdocs resolves paths in this project