On Tue, Feb 9, 2010 at 10:55 AM, Alan Barrett <a...@cequrux.com> wrote:
> On Tue, 09 Feb 2010, Julian Foad wrote: > > * A very neat solution: a little "link to this section" symbol after > > each heading. I saw a web site that provided links to the individual > > section headings by popping up a little symbol (the paragraph marker > > symbol which looks like a P with a double-stroked vertical line) just at > > the end of the section heading text, only when the mouse hovered over > > the heading text. The symbol was a link to the full URL of that section, > > so it could be copied, plus a "title" attribute of some kind. > > I have also seen that sort of thing, but can't find an example now. > It's a feature of Sphinx, the tool used to build the Python (and other projects) doc. See: http://sphinx.pocoo.org/config.html#confval-html_add_permalinks Karen