ascii art is a requirement

This commit is contained in:
Ryan Tomayko 2010-03-10 12:33:25 -08:00
parent cc09e0ff1e
commit e467978b69
2 changed files with 23 additions and 8 deletions

23
README Normal file
View File

@ -0,0 +1,23 @@
___ ___ ___ ___ ___
/\ \ /\ \ /\ \ /\ \ /\ \
/::\ \ /::\ \ /::\ \ /::\ \ /::\ \
/::\:\__\ /:/\:\__\ /:/\:\__\ /:/\:\__\ /:/\:\__\
\;:::/ / \:\/:/ / \:\ \/__/ \:\ \/__/ \:\/:/ /
|:\/__/ \::/ / \:\__\ \:\__\ \::/ /
\|__| \/__/ \/__/ \/__/ \/__/
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/>

View File

@ -1,8 +0,0 @@
# rocco
This is a Ruby port of [Docco](http://jashkenas.github.com/docco/), a
_quick-and-dirty, hundred-line-long, literate-programming-style
documentation generator_.
See the [Rocco generated documentation](http://rtomayko.github.com/rocco/)
for more information.