diff options
author | Maximilian Hils <git@maximilianhils.com> | 2015-09-07 10:30:40 +0200 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2015-09-07 10:30:40 +0200 |
commit | 31ee4607c892f85c5d139e54acbc3ca4f9fb6bcb (patch) | |
tree | 873629c79b60b0ac0a7dbb458fe6ad82c2e042ef /doc-src/dev/index.py | |
parent | b4013659a81a48908eb3e060f04143ba1f9689bb (diff) | |
download | mitmproxy-31ee4607c892f85c5d139e54acbc3ca4f9fb6bcb.tar.gz mitmproxy-31ee4607c892f85c5d139e54acbc3ca4f9fb6bcb.tar.bz2 mitmproxy-31ee4607c892f85c5d139e54acbc3ca4f9fb6bcb.zip |
remove old docs
Diffstat (limited to 'doc-src/dev/index.py')
-rw-r--r-- | doc-src/dev/index.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc-src/dev/index.py b/doc-src/dev/index.py deleted file mode 100644 index ddf100d0..00000000 --- a/doc-src/dev/index.py +++ /dev/null @@ -1,8 +0,0 @@ -from countershape import Page - -pages = [ - Page("testing.html", "Testing"), - Page("architecture.html", "Architecture"), - Page("sslkeylogfile.html", "TLS Master Secrets"), - # Page("addingviews.html", "Writing Content Views"), -] |