diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-10-29 17:07:24 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-10-29 17:07:24 -0700 |
commit | af82d5eaeda02561b29adec38d40bf22c3a8e23b (patch) | |
tree | cb2c17730bff614b5f97d839f24966c73b4ba3bb /docs/hazmat/primitives/symmetric-encryption.rst | |
parent | acfdd61e8e67b8d2df2d4662631e8f8e1c1bc0c0 (diff) | |
download | cryptography-af82d5eaeda02561b29adec38d40bf22c3a8e23b.tar.gz cryptography-af82d5eaeda02561b29adec38d40bf22c3a8e23b.tar.bz2 cryptography-af82d5eaeda02561b29adec38d40bf22c3a8e23b.zip |
Made a sphinx extension which emits the hazardous materials danger admonition
Diffstat (limited to 'docs/hazmat/primitives/symmetric-encryption.rst')
-rw-r--r-- | docs/hazmat/primitives/symmetric-encryption.rst | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/hazmat/primitives/symmetric-encryption.rst b/docs/hazmat/primitives/symmetric-encryption.rst index 9a5bce07..1e047b7c 100644 --- a/docs/hazmat/primitives/symmetric-encryption.rst +++ b/docs/hazmat/primitives/symmetric-encryption.rst @@ -1,8 +1,4 @@ -.. danger:: - - This is a "Hazardous Materials" module. You should **ONLY** use it if - you're 100% absolutely sure that you know what you're doing because this - module is full of land mines, dragons, and dinosaurs with laser guns. +.. hazmat:: Symmetric Encryption |