Hi all,
I've taken the markdown source for the 'introduction' I started
writing a while back at
https://github.com/lua-cookbook/lua-cookbook
and rendered it more nicely using LDoc
http://stevedonovan.github.com/lua-cookbook/
There's definitely room for improvement in that style sheet[1], but
the idea is to make it easier to read than the original Markdown.
LDoc made it easier, because it has built-in code prettifiers and has
@{} intra-doc links. (It _did_ occur to me that text-only projects in
LDoc would not be difficult at all)
It's still far too concise, and it's time to start talking about the
standard libraries in more depth.
steve d.
[1] one of the ways in which the internet can make me happy is to
suggest better style sheets ;)