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)
commit024b96c087b31c66e3d2db4c0f715a252648250a
tree1cf4cc2628461950445351e6ddfdefa09d222afa
parent1df59b82ba2baf35957e0504f0a7043061685c26
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