From d84fc645a711c5e420c78dd1b49148c8973e9a5a Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Sat, 30 Apr 2016 15:25:02 -0700 Subject: docs: minor fixes --- docs/dev/models.rst | 1 + docs/dev/protocols.rst | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/dev') 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 ` exception to terminate connections. \ No newline at end of file -- cgit v1.2.3