From 90b23c39086183ca23e3f519015b27504093b9d7 Mon Sep 17 00:00:00 2001 From: Cedric St-Jean Date: Mon, 24 Jul 2017 08:13:12 -0400 Subject: [PATCH] Add links to README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 600af9f..575eed2 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,8 @@ [![Build Status](https://travis-ci.org/cstjean/TraceCalls.jl.svg?branch=master)](https://travis-ci.org/cstjean/TraceCalls.jl) -TraceCalls.jl is a functional tracing package for debugging, exploring and profiling -Julia code, built on top of [Revise.jl](https://github.com/timholy/Revise.jl). It -supports the REPL, IJulia and Atom. +TraceCalls.jl is a functional tracing package for [debugging](http://nbviewer.jupyter.org/github/cstjean/TraceCalls.jl/blob/master/README.ipynb#Debugging-with-traces), [profiling](http://nbviewer.jupyter.org/github/cstjean/TraceCalls.jl/blob/master/README.ipynb#Profiling) and exploring Julia code, built on top of [Revise.jl](https://github.com/timholy/Revise.jl). It +supports the REPL, [IJulia](https://github.com/JuliaLang/IJulia.jl) and [Atom](http://junolab.org/). # Installation