staticdocs is a Hadley Wickham package that can make nifty web pages for a package. I've used it with great success (though haven't figured out how to add the examples without error yet) but each time I have to manually reformat the readme portion of the index.html file that is created. This seems silly as it appears from the ggplot2 staticdocs use that there is a way to set up readme in the index file inside of inst/staticdocs/.
Right now Hadley hasn't documented the package that well (staticdocs) and I'm unsure how to alter the readme argument/list entry in the index file. Does anyone have guidance on what the format for this should look like; i.e., the format of how the entry should look?