summaryrefslogtreecommitdiff
path: root/docs/development
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2020-09-20 17:49:09 -0400
committerGitHub <noreply@github.com>2020-09-20 16:49:09 -0500
commit0b35c5d701f4873b1a6c4fe31a66c4c59db170aa (patch)
tree597984f58ce70bdba578e0f746bdb0fb38a3682f /docs/development
parent20c0388086b4eec91fdf1f9fd9535f4c741e4851 (diff)
downloadcryptography-0b35c5d701f4873b1a6c4fe31a66c4c59db170aa.tar.gz
Remove bindings docs (#5469)
Diffstat (limited to 'docs/development')
-rw-r--r--docs/development/c-bindings.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/c-bindings.rst b/docs/development/c-bindings.rst
index 1b58dab62..efc21ca0a 100644
--- a/docs/development/c-bindings.rst
+++ b/docs/development/c-bindings.rst
@@ -5,7 +5,7 @@ C bindings are bindings to C libraries, using cffi_ whenever possible.
.. _cffi: https://cffi.readthedocs.io
-Bindings live in :py:mod:`cryptography.hazmat.bindings`.
+Bindings live in ``cryptography.hazmat.bindings``.
When modifying the bindings you will need to recompile the C extensions to
test the changes. This can be accomplished with ``pip install -e .`` in the