diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2014-01-22 13:33:02 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2014-01-22 13:33:02 +1300 |
commit | 8f88fcedd601c0033b4469b66626a83011879baf (patch) | |
tree | 878b2c737f2483f52e7c222541483773af1c152a /doc-src/certinstall/index.py | |
parent | 7ddc941116852b191d80643af70af90a6fd8849c (diff) | |
download | mitmproxy-8f88fcedd601c0033b4469b66626a83011879baf.tar.gz mitmproxy-8f88fcedd601c0033b4469b66626a83011879baf.tar.bz2 mitmproxy-8f88fcedd601c0033b4469b66626a83011879baf.zip |
Move the doc tree out into its own repo.
Diffstat (limited to 'doc-src/certinstall/index.py')
-rw-r--r-- | doc-src/certinstall/index.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/doc-src/certinstall/index.py b/doc-src/certinstall/index.py deleted file mode 100644 index 3f145fbc..00000000 --- a/doc-src/certinstall/index.py +++ /dev/null @@ -1,10 +0,0 @@ -from countershape import Page - -pages = [ - Page("firefox.html", "Firefox"), - Page("osx.html", "OSX"), - Page("windows7.html", "Windows 7"), - Page("ios.html", "IOS"), - Page("ios-simulator.html", "IOS Simulator"), - Page("android.html", "Android"), -] |