Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README #6

Merged
merged 1 commit into from Dec 31, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.