Right now if you go to the Buildr web page, it redirects you to the RDocs. As Steve Ivy says:
This reminds me of the bad old days when all Java code just shipped with the JavaDocs and that was “enoughâ€. The API is not the documentation, folks. It’s a useful part of the documentation, but it’s not enough.
I agree. RDocs are not acceptable documentations.
RDocs are reference material, information you need after you know what you’re looking for, and just need to quickly find it.
As part of developing the code, I also wrote a getting started guide for Buildr. It ended up reading like a WS-* spec. Bad. And it fell out of sync with the last set of changes to Buildr. Also bad.
So I’m rewriting it from scratch. To be readable, usable and friendly.
Except an official Buildr announcement later this week that will include usable documentation. One you can actually learn from. Hopefully, one you’ll enjoy reading from.