improve schema

This commit is contained in:
2026-04-04 22:57:41 +03:00
parent b2cc714d79
commit ec8b3ae20e
9 changed files with 199 additions and 146 deletions

View File

@@ -1,4 +1,8 @@
# _schema.md
# SiaN Schema
Notebook structure definition for SiaN model.
---
## Format
@@ -10,14 +14,18 @@
# markdown
"""Description"""
# inline:
<custom code>
# shell:
<shell commands>
```
## Directives
- `# code:` - include file from src/
- `# markdown` - description block
- `# inline:` - custom code cell
| Directive | Description |
|----------------|------------------------------------|
| `# code:` | Include file from src/ |
| `# markdown` | Description block |
| `# shell:` | Shell script cell |
---
`build.py` generates notebook from `_schema.py`.