kloy/documentr

Rails' guides style documentation using markdown

0.0.3 2012-04-24 03:12 UTC

This package is not auto-updated.

Last update: 2024-09-14 12:32:42 UTC


README

Documentr is a documentation generator that is inspired by the Rails Guides. Basically, I've had the need for a long time to create documentation for various projects, and found there weren't really any good solutions out there. One day, while perusing the Rails Guides reading about Rails 3, it occurred to me that not only were they sexy, but they are laid out and organized quite well.

So, I grabbed a markdown parser and the Symfony YAML component, and whipped up Documentr. I'm currently working on getting an official site and documentation set up for it, but if you're super-anxious to see what it can do you can grab a copy of the repo, tweak the documentr file a bit to find the stuff in src, and then run it in the sample directory. You should get the gist of things. If not, sit tight, I'm gonna have official docs soon.

Credits

This program is inspired HEAVILY by the Rails Guides.

It's also made possible by the following two libraries:

License

This software is licensed under the MIT License, so have at it :)