diff options
author | Donald Stufft <donald@stufft.io> | 2013-10-27 17:26:17 -0400 |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2013-10-28 08:37:33 -0400 |
commit | e51fb935bf27ce56282d8bd9b33f708d2e660449 (patch) | |
tree | 902b4997e07fd9e65168f08eb87bd74bd6ee9670 /docs | |
parent | 214d11a32a329e5065639b6b6d62b9315dce7ac3 (diff) | |
download | cryptography-e51fb935bf27ce56282d8bd9b33f708d2e660449.tar.gz cryptography-e51fb935bf27ce56282d8bd9b33f708d2e660449.tar.bz2 cryptography-e51fb935bf27ce56282d8bd9b33f708d2e660449.zip |
Move the danger to the very top of the file
Diffstat (limited to 'docs')
-rw-r--r-- | docs/hazmat/bindings/index.rst | 6 | ||||
-rw-r--r-- | docs/hazmat/bindings/openssl.rst | 6 | ||||
-rw-r--r-- | docs/hazmat/primitives/cryptographic-hashes.rst | 6 | ||||
-rw-r--r-- | docs/hazmat/primitives/index.rst | 6 | ||||
-rw-r--r-- | docs/hazmat/primitives/symmetric-encryption.rst | 6 |
5 files changed, 15 insertions, 15 deletions
diff --git a/docs/hazmat/bindings/index.rst b/docs/hazmat/bindings/index.rst index 163e82e8..4de2df47 100644 --- a/docs/hazmat/bindings/index.rst +++ b/docs/hazmat/bindings/index.rst @@ -1,6 +1,3 @@ -Bindings -======== - .. danger:: This is a "Hazardous Materials" module. You should **ONLY** use it if @@ -8,6 +5,9 @@ Bindings module is full of land mines, dragons, and dinosaurs with laser guns. +Bindings +======== + .. toctree:: :maxdepth: 1 diff --git a/docs/hazmat/bindings/openssl.rst b/docs/hazmat/bindings/openssl.rst index 04532466..00e8094a 100644 --- a/docs/hazmat/bindings/openssl.rst +++ b/docs/hazmat/bindings/openssl.rst @@ -1,6 +1,3 @@ -OpenSSL -======= - .. danger:: This is a "Hazardous Materials" module. You should **ONLY** use it if @@ -8,6 +5,9 @@ OpenSSL module is full of land mines, dragons, and dinosaurs with laser guns. +OpenSSL +======= + These are `CFFI`_ bindings to the `OpenSSL`_ C library. .. data:: cryptography.hazmat.bindings.openssl.backend diff --git a/docs/hazmat/primitives/cryptographic-hashes.rst b/docs/hazmat/primitives/cryptographic-hashes.rst index 72fd8692..de66b7fe 100644 --- a/docs/hazmat/primitives/cryptographic-hashes.rst +++ b/docs/hazmat/primitives/cryptographic-hashes.rst @@ -1,6 +1,3 @@ -Message Digests -=============== - .. danger:: This is a "Hazardous Materials" module. You should **ONLY** use it if @@ -8,6 +5,9 @@ Message Digests module is full of land mines, dragons, and dinosaurs with laser guns. +Message Digests +=============== + .. currentmodule:: cryptography.hazmat.primitives.hashes .. class:: BaseHash(data=None) diff --git a/docs/hazmat/primitives/index.rst b/docs/hazmat/primitives/index.rst index bd3ef410..6ae769a6 100644 --- a/docs/hazmat/primitives/index.rst +++ b/docs/hazmat/primitives/index.rst @@ -1,6 +1,3 @@ -Primitives -========== - .. danger:: This is a "Hazardous Materials" module. You should **ONLY** use it if @@ -8,6 +5,9 @@ Primitives module is full of land mines, dragons, and dinosaurs with laser guns. +Primitives +========== + .. toctree:: :maxdepth: 1 diff --git a/docs/hazmat/primitives/symmetric-encryption.rst b/docs/hazmat/primitives/symmetric-encryption.rst index e65e48d4..758a4648 100644 --- a/docs/hazmat/primitives/symmetric-encryption.rst +++ b/docs/hazmat/primitives/symmetric-encryption.rst @@ -1,6 +1,3 @@ -Symmetric Encryption -==================== - .. danger:: This is a "Hazardous Materials" module. You should **ONLY** use it if @@ -8,6 +5,9 @@ Symmetric Encryption module is full of land mines, dragons, and dinosaurs with laser guns. +Symmetric Encryption +==================== + .. currentmodule:: cryptography.hazmat.primitives.block .. testsetup:: |