# HG changeset patch # User Brian Neal # Date 1374433640 18000 # Node ID 2173ac4c2d9be0db3595ac5e57832b8bff56250e # Parent 30aa114bb746b958e7d6bf99c6438ce15917f490 Adjust TOC depth. Add link to StdProcedure from M209 description. diff -r 30aa114bb746 -r 2173ac4c2d9b docs/index.rst --- a/docs/index.rst Sun Jul 21 14:03:55 2013 -0500 +++ b/docs/index.rst Sun Jul 21 14:07:20 2013 -0500 @@ -42,7 +42,7 @@ Contents: .. toctree:: - :maxdepth: 3 + :maxdepth: 2 tutorial commandline diff -r 30aa114bb746 -r 2173ac4c2d9b docs/keylist.rst --- a/docs/keylist.rst Sun Jul 21 14:03:55 2013 -0500 +++ b/docs/keylist.rst Sun Jul 21 14:07:20 2013 -0500 @@ -113,7 +113,7 @@ ``key_lists`` must be an iterable of :class:`~m209.keylist.KeyList` objects. Key list file format -++++++++++++++++++++ +~~~~~~~~~~~~~~~~~~~~ An example key list file in config file format is presented below. The label for each section of the file is the key list indicator. diff -r 30aa114bb746 -r 2173ac4c2d9b docs/m209.rst --- 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]])