From e8aca92ef1354110d3d82299539841a2fa1eac66 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Fri, 30 Sep 2016 09:54:35 +1000 Subject: 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. --- docs/dev/exceptions.rst | 9 --------- docs/dev/protocols.rst | 17 ----------------- docs/dev/proxy.rst | 12 ------------ 3 files changed, 38 deletions(-) delete mode 100644 docs/dev/exceptions.rst delete mode 100644 docs/dev/protocols.rst delete mode 100644 docs/dev/proxy.rst (limited to 'docs/dev') 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 ` 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: -- cgit v1.2.3