Made links to "examples" directory work in HTML.
This commit is contained in:

committed by
holmberg556

parent
a145508390
commit
804f7d1932
@ -303,7 +303,8 @@ It consists of a main program and a number of library files.</p>
|
||||
<h1>Documentation</h1>
|
||||
<p>A "Cmdtest User Guide" can be found in the file <a class="reference external" href="doc/cmdtest.html">doc/cmdtest.html</a>.
|
||||
It is generated from the file "cmdtest.txt" 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 "cmdtest".</p>
|
||||
</div>
|
||||
<div class="section" id="installation">
|
||||
<h1>Installation</h1>
|
||||
|
@ -12,7 +12,8 @@ Documentation
|
||||
|
||||
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
|
||||
reStructuredText format.
|
||||
reStructuredText format. There is also an `<examples>`_ directory with
|
||||
some real-world examples of using "cmdtest".
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
@ -388,7 +388,7 @@ $ cmdtest
|
||||
--- 1 test classes, 1 test methods, 2 commands, 2 errors.
|
||||
</pre>
|
||||
<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>
|
||||
</div>
|
||||
<div class="section" id="reporting-format">
|
||||
@ -664,7 +664,7 @@ time of the call.</dd>
|
||||
<div class="footer">
|
||||
<hr class="footer" />
|
||||
<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.
|
||||
|
||||
</div>
|
||||
|
@ -80,7 +80,7 @@ the example, we get the following errors::
|
||||
--- 1 test classes, 1 test methods, 2 commands, 2 errors.
|
||||
|
||||
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.
|
||||
|
||||
Reporting format
|
||||
|
Reference in New Issue
Block a user