[SciPy-Dev] pydocweb enhancements

Pauli Virtanen pav at iki.fi
Mon Jul 5 11:03:22 EDT 2010


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.

-- 
Pauli Virtanen




More information about the SciPy-Dev mailing list