diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2011-08-03 20:28:52 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2011-08-03 20:28:52 +1200 |
commit | cbd8d09849fbbd8ccd8f5cbe29f09949fc344767 (patch) | |
tree | 2786bbfab661b3161920f9b5a02d1e0ffb2e4381 /doc-src/scripts/index.py | |
parent | 9d0e3c8d61dfb7db671c59695816c8d25edb7310 (diff) | |
download | mitmproxy-cbd8d09849fbbd8ccd8f5cbe29f09949fc344767.tar.gz mitmproxy-cbd8d09849fbbd8ccd8f5cbe29f09949fc344767.tar.bz2 mitmproxy-cbd8d09849fbbd8ccd8f5cbe29f09949fc344767.zip |
Miscelaneous doc updates.
- Make typography less hideous.
- Stub out the docs I'm about to write.
Diffstat (limited to 'doc-src/scripts/index.py')
-rw-r--r-- | doc-src/scripts/index.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc-src/scripts/index.py b/doc-src/scripts/index.py new file mode 100644 index 00000000..805a17d9 --- /dev/null +++ b/doc-src/scripts/index.py @@ -0,0 +1,6 @@ +from countershape import Page + +pages = [ + Page("flows.html", "Introduction to flows"), + Page("api.html", "API"), +] |