Are we missing documentation for your favorite Ruby library? Use the following form to submit a request and we'll add it immediately. Note that we currently only support projects hosted on GitHub. Or if you're the project author, simply add the following post-commit hook:
http://rdoc.info/projects/update
By adding this hook, our documentation will automatically regenerate1 whenever you push updates to your code.
Warning
- Sorry we couldn't find docs for that project. If you'd like to generate them, please check the information in the form below and press submit.
1. We proudly use Loren Segal's YARD library to generate documentation. This means that you can take advantage of meta @tags alongside regular code. If you'd like to customize the classes that we index, create a .document file in the root directory of your GitHub project. Each line of the file should contain a file or pattern to include (default: lib/**/*.rb).