diff options
Diffstat (limited to 'doc-src/scripts')
-rw-r--r-- | doc-src/scripts/examples.html | 4 | ||||
-rw-r--r-- | doc-src/scripts/flows.html | 0 | ||||
-rw-r--r-- | doc-src/scripts/index.py | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/doc-src/scripts/examples.html b/doc-src/scripts/examples.html new file mode 100644 index 00000000..bfa1f8d7 --- /dev/null +++ b/doc-src/scripts/examples.html @@ -0,0 +1,4 @@ + +## Stub script + +$!example("examples/stub.py")!$ diff --git a/doc-src/scripts/flows.html b/doc-src/scripts/flows.html deleted file mode 100644 index e69de29b..00000000 --- a/doc-src/scripts/flows.html +++ /dev/null diff --git a/doc-src/scripts/index.py b/doc-src/scripts/index.py index 805a17d9..987cf840 100644 --- a/doc-src/scripts/index.py +++ b/doc-src/scripts/index.py @@ -1,6 +1,6 @@ from countershape import Page pages = [ - Page("flows.html", "Introduction to flows"), + Page("examples.html", "Examples"), Page("api.html", "API"), ] |