From 59a6bc68d4ca7846d065007611618d5957ffd188 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 18 Feb 2014 18:13:48 -0800 Subject: Capitalization and linkification --- docs/faq.rst | 5 +++-- docs/index.rst | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'docs') 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 ` layer is similar in +design to NaCl. If you prefer NaCl's design, we highly recommend `PyNaCl`_. diff --git a/docs/index.rst b/docs/index.rst index 0cf09c62..176405b5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -33,6 +33,9 @@ existing libraries: * Poor introspectability, and thus poor testability. * Extremely error prone APIs, and bad defaults. + +.. _cryptography-layout: + Layout ------ -- cgit v1.2.3