Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
paetzke committed Dec 31, 2015
1 parent 9bc1a09 commit 920a1f4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 57 deletions.
50 changes: 0 additions & 50 deletions README.org

This file was deleted.

13 changes: 6 additions & 7 deletions README.rst
Expand Up @@ -3,9 +3,9 @@ dotter

.. image:: https://travis-ci.org/paetzke/dotter.png?branch=master
:target: https://travis-ci.org/paetzke/dotter
.. image:: https://coveralls.io/repos/paetzke/dotter/badge.png?branch=master
.. image:: https://coveralls.io/repos/paetzke/dotter/badge.svg?branch=master&service=github
:target: https://coveralls.io/r/paetzke/dotter?branch=master
.. image:: https://pypip.in/v/dotter/badge.png
.. image:: https://badge.fury.io/py/dotter.svg
:target: https://pypi.python.org/pypi/dotter/

Dotter is a graphviz wrapper for Python 2 and 3. In order to use it you need graphviz.
Expand All @@ -21,17 +21,17 @@ After that install ``dotter`` via ``pip``.
$ pip install dotter
.. image:: https://paetzke.me/static/images/dotter.png
.. image:: https://raw.githubusercontent.com/paetzke/dotter/update-readme/docs/dotter.png

An usage example:

.. code:: python
from dotter import Dotter
dotter = Dotter()
dotter.add_node('a', label='b')
dotter.add_node('b', label='c')
dotter.add_edge('a', 'b')
Expand All @@ -50,4 +50,3 @@ Copyright (c) 2013-2015 Friedrich Pätzke.
See `LICENSE <LICENSE>`_ for further details.

See you. `Friedrich <https://twitter.com/paetzke>`_.

Binary file added docs/dotter.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 920a1f4

Please sign in to comment.