diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-02-13 08:20:35 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-02-13 08:20:35 -0500 |
commit | 723cc3f2ed921c01168ea8f35ca7e94f2cc0a44b (patch) | |
tree | f265ae766459b1f02cf4fd952db5f043402387c8 /docs/hazmat/bindings | |
parent | 731f4296de1eceee149bf2003b780c2e33f8bde3 (diff) | |
parent | a10be69304b3c0dc61689487075b6ddd31a2823b (diff) | |
download | cryptography-723cc3f2ed921c01168ea8f35ca7e94f2cc0a44b.tar.gz cryptography-723cc3f2ed921c01168ea8f35ca7e94f2cc0a44b.tar.bz2 cryptography-723cc3f2ed921c01168ea8f35ca7e94f2cc0a44b.zip |
Merge pull request #1654 from reaperhulk/make-docs-nitpicky
make our docs job nitpicky and fix every broken link
Diffstat (limited to 'docs/hazmat/bindings')
-rw-r--r-- | docs/hazmat/bindings/commoncrypto.rst | 2 | ||||
-rw-r--r-- | docs/hazmat/bindings/index.rst | 2 | ||||
-rw-r--r-- | docs/hazmat/bindings/openssl.rst | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/hazmat/bindings/commoncrypto.rst b/docs/hazmat/bindings/commoncrypto.rst index 9484cfa1..4f58a6d3 100644 --- a/docs/hazmat/bindings/commoncrypto.rst +++ b/docs/hazmat/bindings/commoncrypto.rst @@ -17,7 +17,7 @@ available on Mac OS X versions 10.8 and above. .. attribute:: ffi - This is a :class:`cffi.FFI` instance. It can be used to allocate and + This is a ``cffi.FFI`` instance. It can be used to allocate and otherwise manipulate CommonCrypto structures. .. attribute:: lib diff --git a/docs/hazmat/bindings/index.rst b/docs/hazmat/bindings/index.rst index ccd36e3e..8075be14 100644 --- a/docs/hazmat/bindings/index.rst +++ b/docs/hazmat/bindings/index.rst @@ -3,7 +3,7 @@ Bindings ======== -.. currentmodule:: cryptography.hazmat.bindings +.. module:: cryptography.hazmat.bindings ``cryptography`` aims to provide low-level CFFI based bindings to multiple native C libraries. These provide no automatic initialization of the library diff --git a/docs/hazmat/bindings/openssl.rst b/docs/hazmat/bindings/openssl.rst index 36255b52..446c450c 100644 --- a/docs/hazmat/bindings/openssl.rst +++ b/docs/hazmat/bindings/openssl.rst @@ -16,7 +16,7 @@ versions may work but are **not tested or supported**. .. attribute:: ffi - This is a :class:`cffi.FFI` instance. It can be used to allocate and + This is a ``cffi.FFI`` instance. It can be used to allocate and otherwise manipulate OpenSSL structures. .. attribute:: lib |