docs: minor fixes

This commit is contained in:
Maximilian Hils
2016-04-30 15:25:02 -07:00
parent f456591db0
commit d84fc645a7
5 changed files with 7 additions and 4 deletions

View File

@@ -60,4 +60,5 @@ Datastructures
.. automodule:: mitmproxy.models
:show-inheritance:
:noindex:
:members: Error, ServerConnection, ClientConnection

View File

@@ -12,4 +12,6 @@ Protocols
.. autoclass:: ServerConnectionMixin
:members:
.. autoexception:: Kill
.. seealso::
The :py:exc:`Kill <mitmproxy.exceptions.Kill>` exception to terminate connections.