aboutsummaryrefslogtreecommitdiffstats
path: root/docs/dev
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-04-30 15:25:02 -0700
committerMaximilian Hils <git@maximilianhils.com>2016-04-30 15:25:02 -0700
commitd84fc645a711c5e420c78dd1b49148c8973e9a5a (patch)
tree634b7772ac8218db6b5c1d0f35cffb25987461fd /docs/dev
parentf456591db0e3e9d11768cd146b4d446e36415003 (diff)
downloadmitmproxy-d84fc645a711c5e420c78dd1b49148c8973e9a5a.tar.gz
mitmproxy-d84fc645a711c5e420c78dd1b49148c8973e9a5a.tar.bz2
mitmproxy-d84fc645a711c5e420c78dd1b49148c8973e9a5a.zip
docs: minor fixes
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/models.rst1
-rw-r--r--docs/dev/protocols.rst4
2 files changed, 4 insertions, 1 deletions
diff --git a/docs/dev/models.rst b/docs/dev/models.rst
index 2eac6783..8c4e6825 100644
--- a/docs/dev/models.rst
+++ b/docs/dev/models.rst
@@ -60,4 +60,5 @@ Datastructures
.. automodule:: mitmproxy.models
:show-inheritance:
+ :noindex:
:members: Error, ServerConnection, ClientConnection \ No newline at end of file
diff --git a/docs/dev/protocols.rst b/docs/dev/protocols.rst
index ceb5c2fd..ee368131 100644
--- a/docs/dev/protocols.rst
+++ b/docs/dev/protocols.rst
@@ -12,4 +12,6 @@ Protocols
.. autoclass:: ServerConnectionMixin
:members:
- .. autoexception:: Kill
+.. seealso::
+
+ The :py:exc:`Kill <mitmproxy.exceptions.Kill>` exception to terminate connections. \ No newline at end of file