From dfe15cf68c29a6d9ad925b2d2fd513f9150520b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Wed, 20 Jan 2016 17:41:16 +0100 Subject: [PATCH] Fixed coverage badge URL. --- graph-lib/README.md | 2 +- graph-lib/index.scrbl | 34 ---------------------------------- graph-lib/make/index.html.root | 2 +- 3 files changed, 2 insertions(+), 36 deletions(-) delete mode 100644 graph-lib/index.scrbl diff --git a/graph-lib/README.md b/graph-lib/README.md index 50addff..26fdc3a 100644 --- a/graph-lib/README.md +++ b/graph-lib/README.md @@ -1,5 +1,5 @@ [![Build Status](https://travis-ci.org/jsmaniac/phc.png?branch=master)](https://travis-ci.org/jsmaniac/phc) -[![Coverage Status](https://coveralls.io/repos/jsmaniac/cover/badge.svg?branch=master&service=github)](https://coveralls.io/github/jsmaniac/cover?branch=master) +[![Coverage Status](https://coveralls.io/repos/jsmaniac/phc/badge.svg?branch=master&service=github)](https://coveralls.io/github/jsmaniac/phc?branch=master) How to build this project ========================= diff --git a/graph-lib/index.scrbl b/graph-lib/index.scrbl deleted file mode 100644 index 17778f2..0000000 --- a/graph-lib/index.scrbl +++ /dev/null @@ -1,34 +0,0 @@ -#lang scribble/manual -@(require "lib/doc.rkt") -@doc-lib-setup - -@;(require scribble/core -@; scribble/html-properties) - -@title[#:style manual-doc-style]{Ph.C} - -@hyperlink["https://travis-ci.org/jsmaniac/phc"]{ - @remote-image["https://travis-ci.org/jsmaniac/phc.png?branch=master"]{ - Build Status}} -@hyperlink["https://coveralls.io/github/jsmaniac/cover?branch=master"]{ - @remote-image[(string-append "https://coveralls.io/repos/jsmaniac/cover/" - "badge.svg?branch=master")]{ - Coverage Status}} - -@;@(table-of-contents) - -@section{Introduction} - -@section{Documentation} - -@itemlist[ - @item{@hyperlink["docs/"]{Documentation}} - @item{@hyperlink["coverage/"]{Coverage info}}] - -@section{Dependency diagram} - -A @hyperlink["deps.png"]{PNG version} and a @hyperlink["deps.pdf"]{PDF version} -are available. - -@hyperlink["deps.svg"]{ - @image["docs/deps" #:suffixes '(".pdf" ".svg")]{Dependency diagram}} diff --git a/graph-lib/make/index.html.root b/graph-lib/make/index.html.root index b2c0af5..41f473a 100644 --- a/graph-lib/make/index.html.root +++ b/graph-lib/make/index.html.root @@ -24,7 +24,7 @@

Ph.C

Documentation

Build Status -Coverage Status +Coverage Status