diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-09-26 15:33:38 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-09-26 15:33:38 +0200 |
commit | c341adf527930b211bb10480826456b3f03dc066 (patch) | |
tree | 90a78b074f855ae5b8c02a0edc7c2ac7ce594264 /doc/source/index.rst | |
parent | 6da79ddb9bfe5e9e6042e644ff00666912b644c3 (diff) | |
download | fastd-c341adf527930b211bb10480826456b3f03dc066.tar fastd-c341adf527930b211bb10480826456b3f03dc066.zip |
Add some (very incomplete) protocol documentation
Diffstat (limited to 'doc/source/index.rst')
-rw-r--r-- | doc/source/index.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index 833c469..3593481 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -13,8 +13,17 @@ User manual manual/mtu +Cryptographic algorithms +------------------------ + +.. toctree:: + :maxdepth: 2 + + Developer documentation ----------------------- .. toctree:: :maxdepth: 2 + + devel/protocol |