From b4013659a81a48908eb3e060f04143ba1f9689bb Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Sun, 6 Sep 2015 03:20:58 +0200 Subject: docs :tada: --- docs/dev/architecture.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/dev/architecture.rst (limited to 'docs/dev/architecture.rst') diff --git a/docs/dev/architecture.rst b/docs/dev/architecture.rst new file mode 100644 index 00000000..ba902fab --- /dev/null +++ b/docs/dev/architecture.rst @@ -0,0 +1,14 @@ +.. _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. \ No newline at end of file -- cgit v1.2.3 From c4286b15dc3d95f52b7ce5b5292796109fa77f3f Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Mon, 7 Sep 2015 10:52:18 +0200 Subject: docs: minor fixes --- docs/dev/architecture.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/dev/architecture.rst') 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. -- cgit v1.2.3