From ddf034e3a26610b5d47eeb816a31bc9ffcbc019c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Thu, 21 Jan 2016 16:57:37 +0100 Subject: [PATCH] Improved website. --- graph-lib/README.md | 8 ++-- graph-lib/lib/doc/fork.rkt | 84 ++++++++++++++++++++++++++++++++++++++ graph-lib/web/index.scrbl | 8 +++- 3 files changed, 94 insertions(+), 6 deletions(-) create mode 100644 graph-lib/lib/doc/fork.rkt diff --git a/graph-lib/README.md b/graph-lib/README.md index cbfd3bf5..16cd2c75 100644 --- a/graph-lib/README.md +++ b/graph-lib/README.md @@ -1,8 +1,8 @@ -[![Build Status](https://img.shields.io/travis/jsmaniac/phc.svg)](https://travis-ci.org/jsmaniac/phc) -[![Coverage Status](https://img.shields.io/coveralls/jsmaniac/phc)](https://coveralls.io/github/jsmaniac/phc) -[![Online Documentation](https://img.shields.io/badge/docs-online-brightgreen.svg)](http://jsmaniac.github.io/phc/) +[![Build Status,](https://img.shields.io/travis/jsmaniac/phc.svg)](https://travis-ci.org/jsmaniac/phc) +[![Coverage Status,](https://img.shields.io/coveralls/jsmaniac/phc)](https://coveralls.io/github/jsmaniac/phc) +[![Online Documentation.](https://img.shields.io/badge/docs-online-brightgreen.svg)](http://jsmaniac.github.io/phc/) -This project is written in Racket using Literate Programming. See the +This project is written in Typed/Racket using Literate Programming. See the [online documentation](http://jsmaniac.github.io/phc/) if you want to dig into the source. diff --git a/graph-lib/lib/doc/fork.rkt b/graph-lib/lib/doc/fork.rkt new file mode 100644 index 00000000..f07e54de --- /dev/null +++ b/graph-lib/lib/doc/fork.rkt @@ -0,0 +1,84 @@ +#lang racket + +(require scribble/manual + (only-in scribble/core make-style) + (only-in scribble/html-properties alt-tag attributes)) + +(provide forkongithub) + +(define css-code + #<