This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
README.md | Tue Oct 06 22:34:10 -0700 2009 | |
| |
Rakefile | Tue Oct 06 21:30:12 -0700 2009 | |
| |
lib/ | Wed Oct 07 16:30:49 -0700 2009 |
README.md
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







