diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-17 11:17:59 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-17 11:17:59 -0800 |
commit | 601dd098216a3d86a27370717b1cc3371df4c468 (patch) | |
tree | 280861a9acaaacdd072e6402f616a66005e18a2c | |
parent | 4a28d323b1227860da118a933d5f4940acaef999 (diff) | |
download | cryptography-601dd098216a3d86a27370717b1cc3371df4c468.tar.gz cryptography-601dd098216a3d86a27370717b1cc3371df4c468.tar.bz2 cryptography-601dd098216a3d86a27370717b1cc3371df4c468.zip |
This document is now basically accurate
-rw-r--r-- | docs/architecture.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/architecture.rst b/docs/architecture.rst index 4cf639c2..5ca2c252 100644 --- a/docs/architecture.rst +++ b/docs/architecture.rst @@ -1,11 +1,6 @@ Architecture ============ -.. warning:: - - Because ``cryptography`` is so young, much of this document is - aspirational, rather than documentation. - ``cryptography`` has three different layers: * ``cryptography``: This package contains higher level recipes, for example |