Use Sphinx's :manpage: construct for python(1).
authorW. Trevor King <wking@drexel.edu>
Thu, 3 Jun 2010 10:31:53 +0000 (06:31 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 3 Jun 2010 10:31:53 +0000 (06:31 -0400)
See
  http://sphinx.pocoo.org/markup/inline.html#role-manpage
This just styles the text rather than linking somewhere, because man
pages can be installation-specific.

doc/install.txt
doc/tutorial.txt

index 201fff699ae1a755f7c43047730049bfb4678e7f..54625c1b58caa21019ce85b15a6280d090538a5c 100644 (file)
@@ -78,4 +78,4 @@ it's source directory::
 
 You may need to give the full path for Python on Windows systems, and
 also check that the current working directory (`.`) is in your
-`PYTHONPATH`.  See `python(1)` for details.
+`PYTHONPATH`.  See :manpage:`python(1)` for details.
index d86c45c6c75789e5ee25c19c47a3cff96b2c9f2a..4583d4c9b7e77ae5be8dd25f60b4dfd39e31ebcf 100644 (file)
@@ -46,7 +46,7 @@ If you are running hooke from the source directory (see
 
 You may need to give the full path for Python on Windows systems, and
 also check that the current working directory (`.`) is in your
-`PYTHONPATH`.  See `python(1)` for details.
+`PYTHONPATH`.  See :manpage:`python(1)` for details.
 
 As Hooke launches, you should see something like the following in your
 terminal::