On Sat, Jul 26, 2014 at 10:54:12PM +0000, w0rp via Digitalmars-d wrote: > http://w0rp.com:8010/library/index.html > > I just updated the site hosted there with the work I've done on > integrating the library documentation to date. I spent a lot of time > staring at the pages for a while trying to figure out how to fit > everything on a page decent. I admit to hacking the std.algoritm > tables into not being tables, etc. I would very much appreciate any > pull requests which improve on what I've done so far with it. It's all > on GitHub in the usual place.
What do you think about using tables for the functions under each category (e.g. under "searching" in std.algorithm)? Currently it looks like a random scattering of words, and it's quite confusing to look for a particular symbol. A left-justified multi-column layout would be much better IMHO. > https://github.com/w0rp/new-dlang.org [...] I'll keep that in mind for when I have a bit more time; currently I'm rather swamped and probably won't have time to submit PRs. T -- Computers aren't intelligent; they only think they are.
