From: W. Trevor King Date: Thu, 3 Jun 2010 10:31:53 +0000 (-0400) Subject: Use Sphinx's :manpage: construct for python(1). X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=af85e4a3ae19f0170f7545cced19d54cc18ca35d;p=hooke.git Use Sphinx's :manpage: construct for python(1). 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. --- diff --git a/doc/install.txt b/doc/install.txt index 201fff6..54625c1 100644 --- a/doc/install.txt +++ b/doc/install.txt @@ -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. diff --git a/doc/tutorial.txt b/doc/tutorial.txt index d86c45c..4583d4c 100644 --- a/doc/tutorial.txt +++ b/doc/tutorial.txt @@ -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::