From 89a58d7e303f00e4ed7572b60db6a2073804c4a1 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Fri, 5 Aug 2011 10:47:43 +1200 Subject: Start on scripting documentation and examples. --- doc-src/scripts/examples.html | 4 ++++ doc-src/scripts/flows.html | 0 doc-src/scripts/index.py | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 doc-src/scripts/examples.html delete mode 100644 doc-src/scripts/flows.html (limited to 'doc-src/scripts') 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 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"), ] -- cgit v1.2.3