[Haskell-cafe] Re: [Hs-Generics] how to automatically create and
install documentations of a package?
Andy Gimblett
haskell at gimbo.org.uk
Wed Sep 23 09:59:55 EDT 2009
On 21 Sep 2009, at 09:14, Martijn van Steenbergen wrote:
>
> Michael Shulman wrote:
>> Is there a way to make it automatically update a single contents page
>> with links to the documentation of all installed packages?
>
> See:
> http://thread.gmane.org/gmane.comp.lang.haskell.cafe/53531/
> focus=53560
> http://thread.gmane.org/gmane.comp.lang.haskell.cafe/53531/
> focus=53572
Seeing this today (I'm catching up on haskell-cafe!) made me want this
too, so I rolled my own.
Main nice feature: I pointed it at the hackage CSS file, so it's
pleasingly familiar/pretty.
Anything that doesn't have a 'html/index.html' in it gets indexed
separately at the end.
I used Python. I was going for quick and dirty. Sorry, Dijkstra!
Haskell next time, I promise! :-)
More info, screenshots, and code here:
http://gimbo.org.uk/blog/2009/09/23/generating-an-index-of-haskell-haddock-docs-automatically/
Best,
-Andy
More information about the Haskell-Cafe
mailing list