aboutsummaryrefslogtreecommitdiffstats
path: root/docs/dev
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2016-09-30 09:54:35 +1000
committerAldo Cortesi <aldo@nullcube.com>2016-09-30 09:54:35 +1000
commite8aca92ef1354110d3d82299539841a2fa1eac66 (patch)
tree39dee3997718eb6d3634f46d68448df068428e4f /docs/dev
parent7998c1ff86a0890eedc8b5c5f8ecfc7bc70639ea (diff)
downloadmitmproxy-e8aca92ef1354110d3d82299539841a2fa1eac66.tar.gz
mitmproxy-e8aca92ef1354110d3d82299539841a2fa1eac66.tar.bz2
mitmproxy-e8aca92ef1354110d3d82299539841a2fa1eac66.zip
docs: remove auto-generated stubs
These are too verbose/low info for these docs. We should include pointers to where to start reading the code, and perhaps later we can include full auto-generated API docs separately.
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/exceptions.rst9
-rw-r--r--docs/dev/protocols.rst17
-rw-r--r--docs/dev/proxy.rst12
3 files changed, 0 insertions, 38 deletions
diff --git a/docs/dev/exceptions.rst b/docs/dev/exceptions.rst
deleted file mode 100644
index e890476b..00000000
--- a/docs/dev/exceptions.rst
+++ /dev/null
@@ -1,9 +0,0 @@
-.. _exceptions:
-
-Exceptions
-==========
-
-.. automodule:: mitmproxy.exceptions
- :show-inheritance:
- :members:
- :undoc-members:
diff --git a/docs/dev/protocols.rst b/docs/dev/protocols.rst
deleted file mode 100644
index ee368131..00000000
--- a/docs/dev/protocols.rst
+++ /dev/null
@@ -1,17 +0,0 @@
-.. _protocols:
-
-Protocols
-=========
-
-.. automodule:: mitmproxy.protocol
-
- .. autoclass:: Layer
- :members:
- :special-members:
-
- .. autoclass:: ServerConnectionMixin
- :members:
-
-.. seealso::
-
- The :py:exc:`Kill <mitmproxy.exceptions.Kill>` exception to terminate connections. \ No newline at end of file
diff --git a/docs/dev/proxy.rst b/docs/dev/proxy.rst
deleted file mode 100644
index 888fb946..00000000
--- a/docs/dev/proxy.rst
+++ /dev/null
@@ -1,12 +0,0 @@
-.. _proxy:
-
-Proxy Server
-============
-
-.. automodule:: mitmproxy.proxy
-
- .. autoclass:: ProxyServer
- .. autoclass:: DummyServer
- .. autoclass:: ProxyConfig
- .. autoclass:: RootContext
- :members: