Skip to content

Commit

Permalink
Finish switch to RST readme
Browse files Browse the repository at this point in the history
  • Loading branch information
camillescott committed Nov 12, 2015
1 parent fba3c9a commit d160445
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -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
-----

Expand Down Expand Up @@ -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 <example.ipynb>`__ to see it being used in a jupyter notebook.

0 comments on commit d160445

Please sign in to comment.