Made links to "examples" directory work in HTML.

This commit is contained in:
Johan Holmberg
2009-04-02 21:45:59 +00:00
committed by holmberg556
parent a145508390
commit 804f7d1932
4 changed files with 7 additions and 5 deletions

View File

@ -303,7 +303,8 @@ It consists of a main program and a number of library files.</p>
<h1>Documentation</h1> <h1>Documentation</h1>
<p>A &quot;Cmdtest User Guide&quot; can be found in the file <a class="reference external" href="doc/cmdtest.html">doc/cmdtest.html</a>. <p>A &quot;Cmdtest User Guide&quot; can be found in the file <a class="reference external" href="doc/cmdtest.html">doc/cmdtest.html</a>.
It is generated from the file &quot;cmdtest.txt&quot; which is written in It is generated from the file &quot;cmdtest.txt&quot; which is written in
reStructuredText format.</p> reStructuredText format. There is also an <a class="reference external" href="examples">examples</a> directory with
some real-world examples of using &quot;cmdtest&quot;.</p>
</div> </div>
<div class="section" id="installation"> <div class="section" id="installation">
<h1>Installation</h1> <h1>Installation</h1>

View File

@ -12,7 +12,8 @@ Documentation
A "Cmdtest User Guide" can be found in the file `<doc/cmdtest.html>`_. A "Cmdtest User Guide" can be found in the file `<doc/cmdtest.html>`_.
It is generated from the file "cmdtest.txt" which is written in It is generated from the file "cmdtest.txt" which is written in
reStructuredText format. reStructuredText format. There is also an `<examples>`_ directory with
some real-world examples of using "cmdtest".
Installation Installation
------------ ------------

View File

@ -388,7 +388,7 @@ $ cmdtest
--- 1 test classes, 1 test methods, 2 commands, 2 errors. --- 1 test classes, 1 test methods, 2 commands, 2 errors.
</pre> </pre>
<p>The following sections will describe in more detail what can be done <p>The following sections will describe in more detail what can be done
with Cmdtest. See also the <tt class="docutils literal"><span class="pre">examples</span></tt> directory of the Cmdtest project, with Cmdtest. See also the <a class="reference external" href="../examples">examples directory</a> of the Cmdtest project,
where some larger examples of Cmdtest usage can be found.</p> where some larger examples of Cmdtest usage can be found.</p>
</div> </div>
<div class="section" id="reporting-format"> <div class="section" id="reporting-format">
@ -664,7 +664,7 @@ time of the call.</dd>
<div class="footer"> <div class="footer">
<hr class="footer" /> <hr class="footer" />
<a class="reference external" href="cmdtest.txt">View document source</a>. <a class="reference external" href="cmdtest.txt">View document source</a>.
Generated on: 2009-03-27. Generated on: 2009-04-02.
Generated by <a class="reference external" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference external" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source. Generated by <a class="reference external" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference external" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
</div> </div>

View File

@ -80,7 +80,7 @@ the example, we get the following errors::
--- 1 test classes, 1 test methods, 2 commands, 2 errors. --- 1 test classes, 1 test methods, 2 commands, 2 errors.
The following sections will describe in more detail what can be done The following sections will describe in more detail what can be done
with Cmdtest. See also the ``examples`` directory of the Cmdtest project, with Cmdtest. See also the `examples directory <../examples>`_ of the Cmdtest project,
where some larger examples of Cmdtest usage can be found. where some larger examples of Cmdtest usage can be found.
Reporting format Reporting format