diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-02-05 17:27:13 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-02-05 17:27:13 +0100 |
commit | da4cf026ad116518fefc3429b74a8cd94aeef73f (patch) | |
tree | f555fde96747f27ae5fb2f258b0290e368d9d5ee /docs/system/overview.rst | |
parent | closed #261 (diff) | |
download | pyload-da4cf026ad116518fefc3429b74a8cd94aeef73f.tar.xz |
updated documentation + diagrams
Diffstat (limited to 'docs/system/overview.rst')
-rwxr-xr-x | docs/system/overview.rst | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/system/overview.rst b/docs/system/overview.rst new file mode 100755 index 000000000..00e439f45 --- /dev/null +++ b/docs/system/overview.rst @@ -0,0 +1,25 @@ +.. _overview: + +============= +System Design +============= + +.. pull-quote:: + Programs must be written for people to read, and only incidentally for machines to execute. + + -- H. Abelson and G. Sussman + + +.. rubric:: Motivation + +In this section you will find information and diagrams to better understand the concept of pyload. + +.. rubric:: Contents + +.. toctree:: + + plugin_hierarchy.rst + hoster_diagrams.rst + + +.. rubric:: Footnotes
\ No newline at end of file |