summaryrefslogtreecommitdiff
path: root/docs/lib/passlib.context-tutorial.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/lib/passlib.context-tutorial.rst')
-rw-r--r--docs/lib/passlib.context-tutorial.rst10
1 files changed, 2 insertions, 8 deletions
diff --git a/docs/lib/passlib.context-tutorial.rst b/docs/lib/passlib.context-tutorial.rst
index e6d3b1d..e3c3ee9 100644
--- a/docs/lib/passlib.context-tutorial.rst
+++ b/docs/lib/passlib.context-tutorial.rst
@@ -31,6 +31,8 @@ with some simple examples, and working up to a complex "full-integration" exampl
.. index:: CryptContext; usage examples
+.. rst-class:: emphasize-children
+
Tutorial / Walkthrough
======================
* `Basic Usage`_
@@ -46,8 +48,6 @@ Tutorial / Walkthrough
.. _context-basic-example:
-.. rst-class:: emphasized
-
Basic Usage
-----------
At it's base, the :class:`!CryptContext` class is just a list of
@@ -111,8 +111,6 @@ which probably provide a better argument for *why* you'd want to use it.
.. _context-default-settings-example:
-.. rst-class:: emphasized
-
Using Default Settings
----------------------
While encrypting and verifying hashes is useful enough, it's not much
@@ -166,8 +164,6 @@ These is done by passing the CryptContext constructor a keyword with the format
.. _context-serialization-example:
-.. rst-class:: emphasized
-
Loading & Saving a CryptContext
-------------------------------
The previous example built up a :class:`!CryptContext` instance
@@ -234,8 +230,6 @@ policies from the code, and into a configuration file with other security settin
.. _context-migration-example:
-.. rst-class:: emphasized
-
Deprecation & Hash Migration
----------------------------
The final and possibly most useful feature of the :class:`CryptContext` class