lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 03/29/2011 03:05 AM, joshua simmons wrote:
http://fitzgen.github.com/pocco/
This is really cool for narrative style documentation.

That is not narrative style documentation, that is literate programming. If you take a look at http://flask.pocoo.org/docs/, most of it is narrative documentation - instead of just having a blurb of text attached to each function or method, it actually contains comprehensive tutorials and general overviews. http://docs.djangoproject.com/ actually integrates the narrative docs with the API docs.

Still a nifty little tool though.
--
Regards, Matthew Frazier