# HG changeset patch # User Brian Neal # Date 1338938308 18000 # Node ID 19d33ff901af077ad5773c192441502cb456f8bc # Parent f2399d731ee13c022d698cd516387b2c9dae679a Add more read the docs links in README. Adjust MANIFEST.in for docs. diff -r f2399d731ee1 -r 19d33ff901af MANIFEST.in --- a/MANIFEST.in Mon Jun 04 21:09:34 2012 -0500 +++ b/MANIFEST.in Tue Jun 05 18:18:28 2012 -0500 @@ -1,2 +1,4 @@ include *.txt recursive-include enigma/examples * +recursive-include enigma/docs *.txt *.py *.rst +prune enigma/docs/build diff -r f2399d731ee1 -r 19d33ff901af README.txt --- a/README.txt Mon Jun 04 21:09:34 2012 -0500 +++ b/README.txt Tue Jun 05 18:18:28 2012 -0500 @@ -94,13 +94,6 @@ requirements or dependencies. -Project Status --------------- - -This project is very new and is considered alpha software. However at even this -stage it is possible to encrypt and decrypt authentic Enigma messages. - - Installation ------------ @@ -120,8 +113,11 @@ Documentation ------------- -The latest documentation is available at -`Read the Docs `_. +The latest documentation is available at `Read the Docs +`_. There you can `browse the +documentation online `_, or +`download it in a variety of formats +`_. Sources for the documentation are also included in Sphinx_ format. If you install Sphinx you can generate the documentation in several output formats.