aboutsummaryrefslogtreecommitdiffstats
path: root/docs/dev
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/architecture.rst2
-rw-r--r--docs/dev/exceptions.rst2
-rw-r--r--docs/dev/models.rst2
-rw-r--r--docs/dev/protocols.rst2
-rw-r--r--docs/dev/proxy.rst2
-rw-r--r--docs/dev/sslkeylogfile.rst6
-rw-r--r--docs/dev/testing.rst2
7 files changed, 9 insertions, 9 deletions
diff --git a/docs/dev/architecture.rst b/docs/dev/architecture.rst
index ba902fab..e7995141 100644
--- a/docs/dev/architecture.rst
+++ b/docs/dev/architecture.rst
@@ -11,4 +11,4 @@ high-level architecture is detailed in the following graphic:
:download:`architecture.pdf <../schematics/architecture.pdf>`
Please don't refrain from asking any further
-questions on the mailing list, the Slack channel or the GitHub issue tracker. \ No newline at end of file
+questions on the mailing list, the Slack channel or the GitHub issue tracker.
diff --git a/docs/dev/exceptions.rst b/docs/dev/exceptions.rst
index d1e4bfe5..dab10e74 100644
--- a/docs/dev/exceptions.rst
+++ b/docs/dev/exceptions.rst
@@ -6,4 +6,4 @@ Exceptions
.. automodule:: libmproxy.exceptions
:show-inheritance:
:members:
- :undoc-members: \ No newline at end of file
+ :undoc-members:
diff --git a/docs/dev/models.rst b/docs/dev/models.rst
index 850d89f5..9929e4b2 100644
--- a/docs/dev/models.rst
+++ b/docs/dev/models.rst
@@ -22,4 +22,4 @@ Models
:show-inheritance:
:members:
:special-members:
- :no-undoc-members: \ No newline at end of file
+ :no-undoc-members:
diff --git a/docs/dev/protocols.rst b/docs/dev/protocols.rst
index 498f634d..1f8cca9a 100644
--- a/docs/dev/protocols.rst
+++ b/docs/dev/protocols.rst
@@ -12,4 +12,4 @@ Protocols
.. autoclass:: ServerConnectionMixin
:members:
- .. autoexception:: Kill \ No newline at end of file
+ .. autoexception:: Kill
diff --git a/docs/dev/proxy.rst b/docs/dev/proxy.rst
index c0cdb259..dbd6fe67 100644
--- a/docs/dev/proxy.rst
+++ b/docs/dev/proxy.rst
@@ -9,4 +9,4 @@ Proxy Server
.. autoclass:: DummyServer
.. autoclass:: ProxyConfig
.. autoclass:: RootContext
- :members: \ No newline at end of file
+ :members:
diff --git a/docs/dev/sslkeylogfile.rst b/docs/dev/sslkeylogfile.rst
index d61a10c0..04b86cc4 100644
--- a/docs/dev/sslkeylogfile.rst
+++ b/docs/dev/sslkeylogfile.rst
@@ -3,12 +3,12 @@
TLS Master Secrets
==================
-The SSL master keys can be logged by mitmproxy so that external programs can decrypt TLS connections
-both from and to the proxy. Key logging is enabled by setting the environment variable
+The SSL master keys can be logged by mitmproxy so that external programs can decrypt TLS
+connections both from and to the proxy. Key logging is enabled by setting the environment variable
:envvar:`SSLKEYLOGFILE` so that it points to a writable text file.
Recent versions of WireShark can use these log files to decrypt packets.
You can specify the key file path in WireShark via
:samp:`Edit -> Preferences -> Protocols -> SSL -> (Pre)-Master-Secret log filename`.
Note that :envvar:`SSLKEYLOGFILE` is respected by other programs as well, e.g. Firefox and Chrome.
-If this creates any issues, you can set :envvar:`MITMPROXY_SSLKEYLOGFILE` alternatively. \ No newline at end of file
+If this creates any issues, you can set :envvar:`MITMPROXY_SSLKEYLOGFILE` alternatively.
diff --git a/docs/dev/testing.rst b/docs/dev/testing.rst
index 242e0584..36c85426 100644
--- a/docs/dev/testing.rst
+++ b/docs/dev/testing.rst
@@ -43,4 +43,4 @@ excluded from coverage analysis either in the **.coveragerc** file, or using
**#pragma no-cover** directives. To keep our coverage analysis relevant, we use
these measures as sparingly as possible.
-.. _nose: https://nose.readthedocs.org/en/latest/ \ No newline at end of file
+.. _nose: https://nose.readthedocs.org/en/latest/