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:
Aldo Cortesi 2016-09-30 09:54:35 +10:00
parent 7998c1ff86
commit e8aca92ef1
4 changed files with 0 additions and 41 deletions

View File

@ -1,9 +0,0 @@
.. _exceptions:
Exceptions
==========
.. automodule:: mitmproxy.exceptions
:show-inheritance:
:members:
:undoc-members:

View File

@ -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.

View File

@ -1,12 +0,0 @@
.. _proxy:
Proxy Server
============
.. automodule:: mitmproxy.proxy
.. autoclass:: ProxyServer
.. autoclass:: DummyServer
.. autoclass:: ProxyConfig
.. autoclass:: RootContext
:members:

View File

@ -82,9 +82,6 @@
dev/architecture
dev/testing
dev/sslkeylogfile
dev/protocols
dev/proxy
dev/exceptions
.. Indices and tables
==================