aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/scripts/index.py
blob: 805a17d9ad22e8f36a50ccdc483523a1152f37f9 (plain)
1
2
3
4
5
6
from countershape import Page

pages = [
    Page("flows.html", "Introduction to flows"),
    Page("api.html", "API"),
]