aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/dev/exceptions.rst9
-rw-r--r--docs/dev/protocols.rst17
-rw-r--r--docs/dev/proxy.rst12
-rw-r--r--docs/index.rst3
4 files changed, 0 insertions, 41 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:
diff --git a/docs/index.rst b/docs/index.rst
index 28c0c66f..143f79f7 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -82,9 +82,6 @@
dev/architecture
dev/testing
dev/sslkeylogfile
- dev/protocols
- dev/proxy
- dev/exceptions
.. Indices and tables
==================