Files
autopilot/models/SiaN/_schema.md
2026-04-04 22:57:41 +03:00

32 lines
548 B
Markdown

# SiaN Schema
Notebook structure definition for SiaN model.
---
## Format
```
# === IMPORTS ===
<all imports>
# code: ./src/file.py
# markdown
"""Description"""
# shell:
<shell commands>
```
## Directives
| Directive | Description |
|----------------|------------------------------------|
| `# code:` | Include file from src/ |
| `# markdown` | Description block |
| `# shell:` | Shell script cell |
---
`build.py` generates notebook from `_schema.py`.