From f49394cf264ffd9a4cb2a7265263912424fc5b94 Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Thu, 3 Mar 2016 18:11:59 +0100 Subject: [PATCH] Add a link to the Examples notebook in README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 72432f7..2cc44c0 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,8 @@ design in the API, or required feature! ## Examples A more up to date doc is still to be written, but you can have a look at the -`Examples.ipynb` [Jupyter](https://github.com/jupyter/notebook/) notebook for +`Examples.ipynb` +[Jupyter](https://github.com/jupyter/notebook/) notebook for examples, which should cover most of the use cases.