[issue1520] 'without make' documentation build anomaly

Tim Golden report at bugs.python.org
Mon Dec 3 17:41:06 CET 2007


Tim Golden added the comment:

Joseph Armbruster wrote:
> The bad news [should a different bug be created for this?]
> 
> See cmdline.rst:
> .. cmdoption:: -c <command>
> .. cmdoption:: -m <module-name>
> .. describe:: <script>
> 
> Looks like genindex.html is being generated with some iffy markup:
> <dt>-c <command></dt>

I'm not sure which way round you're say this. On my system,
the markup is:

<dl class="cmdoption">
<dt id="cmdoption-c">
<tt class="descname">-c</tt><tt class="descclassname"> 
&lt;command&gt;</tt><a class="headerlink" href="#cmdoption-c" 
title="Permalink to this definition">¶</a></dt>
<dd><p>Execute ...</p></dd>
</dl>

Is this right? Or wrong? It doesn't look disastrous to me.
In either case, I doubt it's related to the path issues we've
been addressing in this Issue. Probably best to raise a new
Issue if you think there's a problem.

TJG

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1520>
__________________________________


More information about the Python-bugs-list mailing list