Rocco is Docco in Ruby
Go to file
Mike West 515966dcc9 Locking the CSS file down to Docco's v0.3.0
I'm a bit loath to change the rendering entirely without talking to
Ryan, but I'd really prefer to replicate Docco's CSS file generation
rather than hotlinking out to the GitHub-hosted version.  Offline
support would require it, if for no other reason...

Closes GH-23.  Thanks to [Myles Byrne](http://www.myles.id.au/)
2010-11-21 15:41:22 +01:00
bin Adding CLI argument template 2010-10-17 12:25:35 +02:00
lib Locking the CSS file down to Docco's v0.3.0 2010-11-21 15:41:22 +01:00
test Refactoring tests out into separate files. 2010-10-24 11:08:04 +02:00
COPYING gem building machinery 2010-03-08 17:45:52 -08:00
Rakefile Refactoring tests out into separate files. 2010-10-24 11:08:04 +02:00
README ascii art is a requirement 2010-03-10 12:33:25 -08:00
rocco.gemspec 0.5 release 2010-09-10 10:32:31 -07:00


                  ___       ___       ___       ___       ___
                 /\  \     /\  \     /\  \     /\  \     /\  \
                /::\  \   /::\  \   /::\  \   /::\  \   /::\  \
               /::\:\__\ /:/\:\__\ /:/\:\__\ /:/\:\__\ /:/\:\__\
               \;:::/  / \:\/:/  / \:\ \/__/ \:\ \/__/ \:\/:/  /
                |:\/__/   \::/  /   \:\__\    \:\__\    \::/  /
                 \|__|     \/__/     \/__/     \/__/     \/__/



    Rocco is  a quick-and-dirty,  literate-programming-style documentation
    generator for Ruby. See the Rocco generated docs for more information:

                    <http://rtomayko.github.com/rocco/>


    Rocco is a port of,  and borrows heavily from, Docco  -- the original
    quick-and-dirty,   hundred-line-long,   literate-programming-style
    documentation generator in CoffeeScript:

                    <http://jashkenas.github.com/docco/>