diff options
author | Laurens Van Houtven <_@lvh.cc> | 2014-06-23 14:06:16 +0200 |
---|---|---|
committer | Laurens Van Houtven <_@lvh.cc> | 2014-06-23 14:06:16 +0200 |
commit | 0a1d9e17858f0ab5465d3455970f6525607096ba (patch) | |
tree | c24c72663d8dd0d3c634dfab6f4fb2a4b56861cd /docs/development/submitting-patches.rst | |
parent | 6ff0c6583d2139273950b12073fd9dd4f5634002 (diff) | |
download | cryptography-0a1d9e17858f0ab5465d3455970f6525607096ba.tar.gz cryptography-0a1d9e17858f0ab5465d3455970f6525607096ba.tar.bz2 cryptography-0a1d9e17858f0ab5465d3455970f6525607096ba.zip |
Add a reference in the style guide
Diffstat (limited to 'docs/development/submitting-patches.rst')
-rw-r--r-- | docs/development/submitting-patches.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/development/submitting-patches.rst b/docs/development/submitting-patches.rst index c05f56d1..f8c8093c 100644 --- a/docs/development/submitting-patches.rst +++ b/docs/development/submitting-patches.rst @@ -75,6 +75,9 @@ specifying a different backend. C bindings ~~~~~~~~~~ +More information on C bindings can be found in :doc:`the dedicated +section of the documentation <c-bindings>`. + When binding C code with ``cffi`` we have our own style guide, it's pretty simple. |