diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2011-08-05 10:47:43 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2011-08-05 10:47:43 +1200 |
commit | 89a58d7e303f00e4ed7572b60db6a2073804c4a1 (patch) | |
tree | 643ed3d3ef9fbdf3ddc65ba80ef8cc173cb52a94 /doc-src/scripts/index.py | |
parent | 98a7aaca182ce6b879329bbaeb06efca284c6220 (diff) | |
download | mitmproxy-89a58d7e303f00e4ed7572b60db6a2073804c4a1.tar.gz mitmproxy-89a58d7e303f00e4ed7572b60db6a2073804c4a1.tar.bz2 mitmproxy-89a58d7e303f00e4ed7572b60db6a2073804c4a1.zip |
Start on scripting documentation and examples.
Diffstat (limited to 'doc-src/scripts/index.py')
-rw-r--r-- | doc-src/scripts/index.py | 2 |
1 files changed, 1 insertions, 1 deletions
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"), ] |