diff options
author | Maximilian Hils <git@maximilianhils.com> | 2017-01-31 09:02:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-31 09:02:00 +0100 |
commit | 1523068b03fe9ca5eb0512b11b4acf5e8efa9773 (patch) | |
tree | 3156acc312765ac0a17277ef05326f0b1941282f /docs/dev/architecture.rst | |
parent | 980b8aedd34caf2084fb217f50f24e7ea0308ac8 (diff) | |
parent | 4746ce939fbbf08a37c3d6ea458b1bd37af866fb (diff) | |
download | mitmproxy-1523068b03fe9ca5eb0512b11b4acf5e8efa9773.tar.gz mitmproxy-1523068b03fe9ca5eb0512b11b4acf5e8efa9773.tar.bz2 mitmproxy-1523068b03fe9ca5eb0512b11b4acf5e8efa9773.zip |
Merge pull request #1964 from mhils/new-contribution-docs
New contribution docs
Diffstat (limited to 'docs/dev/architecture.rst')
-rw-r--r-- | docs/dev/architecture.rst | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/dev/architecture.rst b/docs/dev/architecture.rst deleted file mode 100644 index e7995141..00000000 --- a/docs/dev/architecture.rst +++ /dev/null @@ -1,14 +0,0 @@ -.. _architecture: - -Architecture -============ - -To give you a better understanding of how mitmproxy works, mitmproxy's -high-level architecture is detailed in the following graphic: - -.. image:: ../schematics/architecture.png - -: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. |