Skip to content

Commit 9e1f81e

Browse files
Add canonical overview vignette entry point
1 parent 014a5b8 commit 9e1f81e

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

examples/vignettes/01_overview.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
"""Canonical vignette 01: Overview.
2+
3+
Source of truth:
4+
NNS/vignettes/NNSvignette_01_Overview.Rmd
5+
6+
The maintained implementation lives in ``overview.py``. This numbered entry
7+
point keeps the Python example catalog aligned with the canonical R sequence.
8+
"""
9+
from overview import main
10+
11+
if __name__ == "__main__":
12+
main()

0 commit comments

Comments
 (0)