diff docs/m209.rst @ 69:2173ac4c2d9b

Adjust TOC depth. Add link to StdProcedure from M209 description.
author Brian Neal <bgneal@gmail.com>
date Sun, 21 Jul 2013 14:07:20 -0500
parents a2647b9fe107
children
line wrap: on
line diff
--- a/docs/m209.rst	Sun Jul 21 14:03:55 2013 -0500
+++ b/docs/m209.rst	Sun Jul 21 14:07:20 2013 -0500
@@ -4,11 +4,12 @@
 Naturally, the ``m209`` library includes a class that simulates a M-209
 converter. The :class:`~m209.converter.M209` class allows you to experiment
 with all moving parts of an M-209, including encrypting and decrypting
-messages. Keep in mind there is a higher level class, StdProcedure, that
-encapsulates all the steps of the standard encrypting and decrypting
-operations, including generating indicators and placing or removing them from
-messages. However if you need lower-level access or you are inventing your own
-procedures, you would use the M209 class directly.
+messages. Keep in mind there is a higher level class,
+:class:`~m209.procedure.StdProcedure`, that encapsulates all the steps of the
+standard encrypting and decrypting operations, including generating indicators
+and placing or removing them from messages. However if you need lower-level
+access or you are inventing your own procedures, you would use the M209 class
+directly.
 
 .. class:: m209.converter.M209([lugs=None[, pin_list=None]])