[plt-scheme] Re: Some sort of documentation tool from the toplevel?

From: Danny Yoo (dyoo at hkn.eecs.berkeley.edu)
Date: Wed Jul 6 20:20:44 EDT 2005

On Wed, 6 Jul 2005, Robby Findler wrote:

> Do consider using keywords and hdindex files. At the risk of sounding
> silly, look them up in help desk. :)

Hi Robby,

Ah, but I did that already!  *grin*

I am using the 'keywords' file.  But the problem is that the five-tuple
entries in that file refer back to the HTML documentation.  For example,
the entry for make-hash-table in 'keywords' looks like this:

    ("make-hash-table" "(make-hash-table [flag-symbol flag-symbol])"
      "mzscheme-Z-H-3.html" "node_kw_definitionmake-hash-table"
      "Hash Tables")

So I'm doing HTML scraping from the point of pulling mzscheme-Z-H-3.html
and hunting for the relevant text around the
'node_kw_definitionmake-hash-table" anchor.  That's the part I'm still
unhappy about.



Posted on the users mailing list.