aboutsummaryrefslogtreecommitdiffstats
path: root/docs/faq.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-02-18 18:13:48 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-02-18 18:13:48 -0800
commit59a6bc68d4ca7846d065007611618d5957ffd188 (patch)
tree017d1edc41fbe0cc3893bd8929f561832d29f09a /docs/faq.rst
parentcd8dee53f44defc3c6473bf6a52e8336cccc3c72 (diff)
downloadcryptography-59a6bc68d4ca7846d065007611618d5957ffd188.tar.gz
cryptography-59a6bc68d4ca7846d065007611618d5957ffd188.tar.bz2
cryptography-59a6bc68d4ca7846d065007611618d5957ffd188.zip
Capitalization and linkification
Diffstat (limited to 'docs/faq.rst')
-rw-r--r--docs/faq.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/faq.rst b/docs/faq.rst
index 41742a2a..13743ce1 100644
--- a/docs/faq.rst
+++ b/docs/faq.rst
@@ -1,7 +1,7 @@
Frequently Asked Questions
==========================
-How does ``cryptography`` compare to NaCl (Networking and Cryptography library)?
+How does ``cryptography`` compare to NaCl (Networking and Cryptography Library)?
--------------------------------------------------------------------------------
While ``cryptography`` and `NaCl`_ both share the goal of making cryptography
@@ -9,7 +9,8 @@ easier, and safer, to use for developers, ``cryptography`` is designed to be a
general purpose library, interoperable with existing systems, while NaCl
features a collection of hand selected algorithms.
-``cryptography``'s recipes layer is similar in design to NaCl.
+``cryptography``'s :ref:`recipes <cryptography-layout>` layer is similar in
+design to NaCl.
If you prefer NaCl's design, we highly recommend `PyNaCl`_.