From d160445290c57c5036c61687b96a278952fbf040 Mon Sep 17 00:00:00 2001 From: Camille Scott Date: Wed, 11 Nov 2015 16:05:58 -0800 Subject: [PATCH] Finish switch to RST readme --- README.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index f115577..d9d23dd 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,10 @@ ficus ===== +.. image:: https://drone.io/github.com/camillescott/ficus/status.png + :align: right + :target: https://drone.io/github.com/camillescott/ficus/latest + About ----- @@ -43,6 +47,4 @@ In fact, you can pass any keyword arguments you'd like to `subplots`:: with FigureManager(filename='myplot.png', show=True, figsize=(12,8)) as (fig, ax): ax.plot(X, Y) ---- - -[![Build Status](https://drone.io/github.com/camillescott/ficus/status.png)](https://drone.io/github.com/camillescott/ficus/latest) +Take a look at the `examples `__ to see it being used in a jupyter notebook.