diff options
author | Donald Stufft <donald@stufft.io> | 2013-09-30 11:05:11 -0700 |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2013-09-30 11:05:11 -0700 |
commit | e2ac563c990b204b96d4a560153f05e95804b3e9 (patch) | |
tree | b4e228cadfc98d4805466172e04986638c210304 /docs/bindings/index.rst | |
parent | d59a0485bc8195efcc476e4362cb3bb47e89d9e8 (diff) | |
parent | 0f7f7813ebf7b1fb52f0bab1c6c26321bf9cd5d9 (diff) | |
download | cryptography-e2ac563c990b204b96d4a560153f05e95804b3e9.tar.gz cryptography-e2ac563c990b204b96d4a560153f05e95804b3e9.tar.bz2 cryptography-e2ac563c990b204b96d4a560153f05e95804b3e9.zip |
Merge pull request #75 from alex/expose-api
Make the lib and ffi public for the OpenSSL binding and document them
Diffstat (limited to 'docs/bindings/index.rst')
-rw-r--r-- | docs/bindings/index.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/bindings/index.rst b/docs/bindings/index.rst new file mode 100644 index 00000000..80f53594 --- /dev/null +++ b/docs/bindings/index.rst @@ -0,0 +1,7 @@ +Bindings +======== + +.. toctree:: + :maxdepth: 1 + + openssl |