Sha256: 0f0c51b3c1e6106c12fc90f51a305856a1327b697652b4975c3036b4f3128316
Contents?: true
Size: 1020 Bytes
Versions: 4
Compression:
Stored size: 1020 Bytes
Contents
sdoc-helpers ============ Some Rake tasks and hacks to let me easily generate documentation like that found at <http://defunkt.github.com/mustache/>. After installing it, put this in your Rakefile: begin require 'sdoc_helpers' rescue LoadError puts "sdoc support not enabled. Please gem install sdoc-helpers." end Now (with a clean index) run `rake pages:init` to create and publish your `gh-pages` branch. It'll drop you back on master when it's done. Now in the future just run `rake pages` to publish sdoc documentation to your `gh-pages` branch. Make sure you don't already have a `docs/` directory. If you do, this won't work. If you README (or any files) end in `md` or `markdown` they'll get parsed by `RDiscount` and displayed as Markdown. This gives you a nicely formatted README on GitHub as well as in your sdoc. Enjoy. Dependencies ------------ * rdiscount * sdoc Installation ------------ gem install sdoc-helpers Author ------ Chris Wanstrath // chris@ozmm.org
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
sdoc-helpers-0.1.4 | README.md |
sdoc-helpers-0.1.3 | README.md |
sdoc-helpers-0.1.2 | README.md |
sdoc-helpers-0.1.1 | README.md |