From 2ac3d174fbd0733653276baec324d239c81409dd Mon Sep 17 00:00:00 2001 From: Andrew Trask Date: Sat, 14 Nov 2015 13:29:58 -0600 Subject: fixed pyco test --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..9cad492 --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +``` +888888b. +888 Y88b +888 888 +888 d88P 888 888 .d8888b .d8888b .d88b. +8888888P" 888 888 d88P" d88P" d88""88b +888 888 888 888 888 888 888 +888 Y88b 888 Y88b. Y88b. Y88..88P +888 "Y88888 "Y8888P "Y8888P "Y88P" + 888 + Y8b d88P + "Y88P" +``` + +Pycco is a Python port of Docco: the original quick-and-dirty, hundred-line- +long, literate-programming-style documentation generator. For more information, +see: + +http://fitzgen.github.com/pycco/ + +Others: + +CoffeeScript (Original) - http://jashkenas.github.com/docco/ + +Ruby - http://rtomayko.github.com/rocco/ + +Sh - http://rtomayko.github.com/shocco/ + +[![Build Status](https://travis-ci.org/subsetpark/pycco.svg?branch=hypothesis)](https://travis-ci.org/subsetpark/pycco) +[![Coverage Status](https://coveralls.io/repos/subsetpark/pycco/badge.svg?branch=hypothesis&service=github)](https://coveralls.io/github/subsetpark/pycco?branch=hypothesis) -- cgit v1.2.1 From 0d85d161977bcfd9bb26b930ca13e66fd0e3786f Mon Sep 17 00:00:00 2001 From: Zach Smith Date: Mon, 28 Dec 2015 14:53:12 -0500 Subject: (0.4) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9cad492..73bca0a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Pycco is a Python port of Docco: the original quick-and-dirty, hundred-line- long, literate-programming-style documentation generator. For more information, see: -http://fitzgen.github.com/pycco/ +https://pycco-docs.github.io/pycco/ Others: @@ -26,5 +26,5 @@ Ruby - http://rtomayko.github.com/rocco/ Sh - http://rtomayko.github.com/shocco/ -[![Build Status](https://travis-ci.org/subsetpark/pycco.svg?branch=hypothesis)](https://travis-ci.org/subsetpark/pycco) -[![Coverage Status](https://coveralls.io/repos/subsetpark/pycco/badge.svg?branch=hypothesis&service=github)](https://coveralls.io/github/subsetpark/pycco?branch=hypothesis) +[![Build Status](https://travis-ci.org/pycco-docs/pycco.svg?branch=master)](https://travis-ci.org/pycco-docs/pycco) +[![Coverage Status](https://coveralls.io/repos/pycco-docs/pycco/badge.svg?branch=master&service=github)](https://coveralls.io/github/pycco-docs/pycco?branch=master) -- cgit v1.2.1