charlespascoe / cryptotools

A collection of various ciphers and cipher analysis tools
GNU General Public License v2.0
0 stars 0 forks source link

Documentation #1

Open geraintwhite opened 9 years ago

geraintwhite commented 9 years ago

Some API docs would be nice.

pydoc is a good one to look at. It may require you to restructure your package so crypto has an __init__.py. You'll need to add docstrings to methods before pydoc will do anything useful.