diff options
author | Nick Fitzgerald <fitzgen@gmail.com> | 2010-06-29 08:29:25 -0700 |
---|---|---|
committer | Nick Fitzgerald <fitzgen@gmail.com> | 2010-06-29 08:29:25 -0700 |
commit | e749faee47d844da91a01963f61a0c62a9744148 (patch) | |
tree | dcc366cef1350c570e9ecdf32bc404012fc4ec62 | |
parent | de95c312b690a02f98f3acd93423f156ae8cf3be (diff) | |
download | pycco-e749faee47d844da91a01963f61a0c62a9744148.tar.gz pycco-e749faee47d844da91a01963f61a0c62a9744148.zip |
Updating README
-rw-r--r-- | README | 29 |
1 files changed, 19 insertions, 10 deletions
@@ -1,13 +1,22 @@ - ____ -/\ _`\ -\ \ \/\ \ ___ ___ ___ ___ - \ \ \ \ \ / __`\ /'___\ /'___\ / __`\ - \ \ \_\ \ /\ \ \ \ /\ \__/ /\ \__/ /\ \ \ \ - \ \____/ \ \____/ \ \____\ \ \____\ \ \____/ - \/___/ \/___/ \/____/ \/____/ \/___/ +8888888b. +888 Y88b +888 888 +888 d88P .d88b. .d8888b .d8888b .d88b. +8888888P" d88""88b d88P" d88P" d88""88b +888 888 888 888 888 888 888 +888 Y88..88P Y88b. Y88b. Y88..88P +888 "Y88P" "Y8888P "Y8888P "Y88P" +Pocco is a Python port of Docco: the original quick-and-dirty, +hundred-line-long, literate-programming-style documentation generator. For more +information, see: -Docco is a quick-and-dirty, hundred-line-long, literate-programming-style -documentation generator. For more information, see: +http://fitzgen.github.com/pocco/ -http://jashkenas.github.com/docco/
\ No newline at end of file +Others: + +CoffeeScript (Original) - http://jashkenas.github.com/docco/ + +Ruby - http://rtomayko.github.com/rocco/ + +Sh - http://rtomayko.github.com/shocco/
\ No newline at end of file |