aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/dev-docs/models.rst
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2015-09-04 16:17:55 +0200
committerMaximilian Hils <git@maximilianhils.com>2015-09-04 16:17:55 +0200
commit74b3b842fefec6a05d17bbdf365cd92c82fd3503 (patch)
tree38f082ca369ae8d237dc4fe41971a1dcd1edf820 /doc-src/dev-docs/models.rst
parente88c7e4c58a862d6a222d1f8d4638102228b929e (diff)
downloadmitmproxy-74b3b842fefec6a05d17bbdf365cd92c82fd3503.tar.gz
mitmproxy-74b3b842fefec6a05d17bbdf365cd92c82fd3503.tar.bz2
mitmproxy-74b3b842fefec6a05d17bbdf365cd92c82fd3503.zip
rewrite basic docs for readthedocs
Diffstat (limited to 'doc-src/dev-docs/models.rst')
-rw-r--r--doc-src/dev-docs/models.rst19
1 files changed, 0 insertions, 19 deletions
diff --git a/doc-src/dev-docs/models.rst b/doc-src/dev-docs/models.rst
deleted file mode 100644
index 1ac7d042..00000000
--- a/doc-src/dev-docs/models.rst
+++ /dev/null
@@ -1,19 +0,0 @@
-.. _models:
-
-Models
-======
-
-.. warning::
- The documentation for models has not been converted to rst yet and **many attributes/features
- are missing**.
- Please read the source code instead.
-
-.. automodule:: libmproxy.models
- :show-inheritance:
- :members:
- :undoc-members:
-
-
-.. automodule:: netlib.http.semantics
- :members: Request, Response
- :undoc-members: \ No newline at end of file