diff options
author | mathieui <mathieui@mathieui.net> | 2012-07-26 18:32:25 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2012-07-26 18:32:25 +0200 |
commit | 74d9459cfb4bedb4b75f46d311f51fc8955e1bf9 (patch) | |
tree | d669ca1019e51aae8caea6d04bb2e8d0ac58e135 /doc/en/dev/index.txt | |
parent | 8a0a100bf5ca919959cedf8f0f6a5b14367ba3e8 (diff) | |
download | poezio-74d9459cfb4bedb4b75f46d311f51fc8955e1bf9.tar.gz poezio-74d9459cfb4bedb4b75f46d311f51fc8955e1bf9.tar.bz2 poezio-74d9459cfb4bedb4b75f46d311f51fc8955e1bf9.tar.xz poezio-74d9459cfb4bedb4b75f46d311f51fc8955e1bf9.zip |
Add an overview of the poezio internals to the documentation
Diffstat (limited to 'doc/en/dev/index.txt')
-rw-r--r-- | doc/en/dev/index.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/en/dev/index.txt b/doc/en/dev/index.txt new file mode 100644 index 00000000..263151fb --- /dev/null +++ b/doc/en/dev/index.txt @@ -0,0 +1,7 @@ +Development +=========== + +This section of the documentation is here to provide a quickstart for someone +willing to start hacking poezio. + +* link:overview.html[Overview] |