[SciPy-Dev] pydocweb enhancements

Ralf Gommers ralf.gommers at googlemail.com
Mon Jul 5 11:07:23 EDT 2010


On Mon, Jul 5, 2010 at 11:03 PM, Pauli Virtanen <pav at iki.fi> wrote:

> Mon, 05 Jul 2010 08:58:09 -0600, Vincent Davis wrote:
> [clip]
> > Is it possible that I can get the template and view files (are there
> > others I want) that have been changed for the actual running wiki mainly
> > to see how the additional pages have been added. Like the milestone
> > pages.
>
> The template (base.html) addition (the second line below)
> runs like this:
>
>        <li class="button"><a href="{% url
> pydocweb.docweb.views_stats.changes %}">Changes</a></li>
>        <li class="button"><a href="/numpy/Milestones">Milestones</a></li>
>        <li class="button"><a href="{% url
> pydocweb.docweb.views_search.search %}">Search</a></li>
>
> The page the Milestone link points to is just an ordinary
> wiki page in the wiki subsystem -- those can be created by anyone.
>
> While we're at it, I just saw that scipy -> numpy cross links are
incorrect. For example on
http://docs.scipy.org/scipy/docs/scipy.signal.signaltools.unique_roots/ the
numpy.unique link points to:
http://docs.scipy.org/numpy/scipy/docs/numpy.lib.arraysetops.unique/#numpy-unique
instead of (note the extra /scipy above):
http://docs.scipy.org/numpy/docs/numpy.lib.arraysetops.unique/#numpy-unique

Cheers,
Ralf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20100705/8379884f/attachment.html>


More information about the SciPy-Dev mailing list