diff options
author | Maximilian Hils <git@maximilianhils.com> | 2015-09-04 16:17:55 +0200 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2015-09-04 16:17:55 +0200 |
commit | 74b3b842fefec6a05d17bbdf365cd92c82fd3503 (patch) | |
tree | 38f082ca369ae8d237dc4fe41971a1dcd1edf820 /doc-src/dev-docs/index.rst | |
parent | e88c7e4c58a862d6a222d1f8d4638102228b929e (diff) | |
download | mitmproxy-74b3b842fefec6a05d17bbdf365cd92c82fd3503.tar.gz mitmproxy-74b3b842fefec6a05d17bbdf365cd92c82fd3503.tar.bz2 mitmproxy-74b3b842fefec6a05d17bbdf365cd92c82fd3503.zip |
rewrite basic docs for readthedocs
Diffstat (limited to 'doc-src/dev-docs/index.rst')
-rw-r--r-- | doc-src/dev-docs/index.rst | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/doc-src/dev-docs/index.rst b/doc-src/dev-docs/index.rst deleted file mode 100644 index 15ec3617..00000000 --- a/doc-src/dev-docs/index.rst +++ /dev/null @@ -1,24 +0,0 @@ -Welcome to mitmproxy's dev documentation! -========================================= - - -Contents: - -.. toctree:: - :maxdepth: 2 - - End User Documentation <https://mitmproxy.org/doc/> - - inlinescripts - protocols - proxy - exceptions - models - - -Indices and tables -================== - -* :ref:`genindex` -* :ref:`modindex` - |