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.
This commit is contained in:
parent
7998c1ff86
commit
e8aca92ef1
|
@ -1,9 +0,0 @@
|
|||
.. _exceptions:
|
||||
|
||||
Exceptions
|
||||
==========
|
||||
|
||||
.. automodule:: mitmproxy.exceptions
|
||||
:show-inheritance:
|
||||
:members:
|
||||
:undoc-members:
|
|
@ -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.
|
|
@ -1,12 +0,0 @@
|
|||
.. _proxy:
|
||||
|
||||
Proxy Server
|
||||
============
|
||||
|
||||
.. automodule:: mitmproxy.proxy
|
||||
|
||||
.. autoclass:: ProxyServer
|
||||
.. autoclass:: DummyServer
|
||||
.. autoclass:: ProxyConfig
|
||||
.. autoclass:: RootContext
|
||||
:members:
|
|
@ -82,9 +82,6 @@
|
|||
dev/architecture
|
||||
dev/testing
|
||||
dev/sslkeylogfile
|
||||
dev/protocols
|
||||
dev/proxy
|
||||
dev/exceptions
|
||||
|
||||
.. Indices and tables
|
||||
==================
|
||||
|
|
Loading…
Reference in New Issue