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

pages = [
     Page("testing.html", "Testing"),
     Page("architecture.html", "Architecture"),
#    Page("addingviews.html", "Writing Content Views"),
]