<div class="gmail_quote">On Thu, Mar 4, 2010 at 6:10 PM, Michael Hudson-Doyle <span dir="ltr">&lt;<a href="mailto:micahel@gmail.com">micahel@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="h5">On 5 March 2010 12:31, Kevin Horn &lt;<a href="mailto:kevin.horn@gmail.com">kevin.horn@gmail.com</a>&gt; wrote:<br>
&gt; On Thu, Mar 4, 2010 at 5:05 PM, &lt;<a href="mailto:exarkun@twistedmatrix.com">exarkun@twistedmatrix.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; On 10:49 pm, <a href="mailto:kevin.horn@gmail.com">kevin.horn@gmail.com</a> wrote:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;  If you look up a class, like &quot;twisted.internet.defer.Deferred&quot; for<br>
&gt;&gt; &gt;example,<br>
&gt;&gt; &gt;  the link looks like this:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;&gt; &gt; &gt;<a href="http://twistedmatrix.com/documents/current/api/twisted.internet.defer.Deferred.html" target="_blank">http://twistedmatrix.com/documents/current/api/twisted.internet.defer.Deferred.html</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;  Pretty simple right?  But if you look up a function or method like<br>
&gt;&gt; &gt;  &quot;twisted.internet.defer.Deferred.callback&quot;, the link has an anchor,<br>
&gt;&gt; &gt;like<br>
&gt;&gt; &gt;so:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;&gt; &gt; &gt;<a href="http://twistedmatrix.com/documents/9.0.0/api/twisted.internet.defer.Deferred.html#addCallback" target="_blank">http://twistedmatrix.com/documents/9.0.0/api/twisted.internet.defer.Deferred.html#addCallback</a><br>

&gt;&gt; &gt;<br>
&gt;&gt; &gt;  So we&#39;ll need to do some checking on either the api docs or on twisted<br>
&gt;&gt; &gt;itself<br>
&gt;&gt; &gt;  to determine what sort of object is being linked to.  Shouldn&#39;t be<br>
&gt;&gt; &gt;  super-difficult, just haven&#39;t had time yet.<br>
&gt;&gt;<br>
&gt;&gt; Did you notice that<br>
&gt;&gt;<br>
&gt;&gt; <a href="http://twistedmatrix.com/documents/9.0.0/api/twisted.internet.defer.Deferred.addCallback.html" target="_blank">http://twistedmatrix.com/documents/9.0.0/api/twisted.internet.defer.Deferred.addCallback.html</a><br>

&gt;&gt; also exists?<br>
&gt;&gt;<br>
&gt;&gt; Jean-Paul<br>
&gt;&gt;<br>
&gt;<br>
&gt; I hadn&#39;t actually.  If all functions and methods have a similar page in the<br>
&gt; PyDoctor output, then I think what I have now will pretty much work as-is<br>
&gt; (almost).  Do we think that just generating links to the individual<br>
&gt; function/method pages is acceptable?<br>
<br>
</div></div>It&#39;s what the lore-processed documentation currently links to.  It<br>
would be nice to fix this (and I sort of vaguely know how), but that<br>
should in no way hold up the move away from lore!<br>
<br>
Cheers,<br>
mwh<br>
<div><div></div><div class="h5"><br></div></div></blockquote></div><br>OK, if that&#39;s the way Lore does it, then I&#39;m happy to call that &quot;good enough for now&quot;.  It seems to work here in my local version of the docs, I&#39;ll update the online stuff at <a href="http://twistedsphinx.funsize.net">http://twistedsphinx.funsize.net</a> soonish.<br>
<br>Kevin Horn<br>