Documentation cleanups.
authorW. Trevor King <wking@drexel.edu>
Thu, 13 May 2010 10:06:22 +0000 (06:06 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 13 May 2010 10:06:22 +0000 (06:06 -0400)
commit48b2f3dd2f166f261b03288ae10bf60abbfc05f1
tree1cf4cc2628461950445351e6ddfdefa09d222afa
parentc4de410375045efd76ba5c06c82df3244243dd3f
Documentation cleanups.

Specifically:
  * Escape *nix -> \*nix, because the bare * looks like an emphasis
    start mark.
  * Use :file:`...` to denote files.
  * Fix FHS reference '_ ..' -> '.. _'
  * Add a link to Sphinx's markup extensions.
  * Remove superfluous "Hooke" from section titles.
  * Use correct section linking:
      X.txt -> X
      :doc:`X`
    see
      http://sphinx.pocoo.org/concepts.html#document-names
      http://sphinx.pocoo.org/markup/inline.html#role-doc
  * Use two spaces (not one) at start of sentences.
  * `code` -> ``code`` (the way I had things originally :p).  See
      http://sphinx.pocoo.org/markup/inline.html#role-samp
doc/config.txt
doc/doc.txt
doc/hacking.txt
doc/index.txt
doc/testing.txt
doc/tutorial.txt