Skip to content

Commit

Permalink
updated badges for readme and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfischer2781 committed Jul 26, 2018
1 parent 21a174f commit 945c584
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 7 deletions.
19 changes: 16 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,26 @@
GraphI - Python Graph Interface and Types
+++++++++++++++++++++++++++++++++++++++++

.. image:: https://landscape.io/github/MaineKuehn/graphi/master/landscape.svg?style=flat
:target: https://landscape.io/github/MaineKuehn/graphi/master
:alt: Code Health
.. image:: https://readthedocs.org/projects/graphi/badge/?version=latest
:target: http://graphi.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

.. image:: https://travis-ci.org/MaineKuehn/graphi.svg?branch=master
:target: https://travis-ci.org/MaineKuehn/graphi
:alt: Test Status

.. image:: https://codecov.io/gh/MaineKuehn/graphi/branch/master/graph/badge.svg
:target: https://codecov.io/gh/MaineKuehn/graphi
:alt: Test Coverage

.. image:: https://img.shields.io/pypi/v/graphi.svg
:alt: Available on PyPI
:target: https://pypi.python.org/pypi/graphi/

.. image:: https://img.shields.io/github/license/MaineKuehn/graphi.svg
:alt: License
:target: https://github.com/MaineKuehn/graphi/blob/master/LICENSE.txt

``GraphI`` is a lightweight graph library - it is suitable to model networks, connections and other relationships.
Compared to other graph libraries, ``GraphI`` aims for being as pythonic as possible.
If you are comfortable using ``list``, ``dict`` or other types, ``GraphI`` is intuitive and straight-forward to use.
Expand Down
20 changes: 16 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,26 @@
GraphI - Python Graph Interface and Types
+++++++++++++++++++++++++++++++++++++++++


.. image:: https://landscape.io/github/MaineKuehn/graphi/master/landscape.svg?style=flat
:target: https://landscape.io/github/MaineKuehn/graphi/master
:alt: Code Health
.. image:: https://readthedocs.org/projects/graphi/badge/?version=latest
:target: http://graphi.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

.. image:: https://travis-ci.org/MaineKuehn/graphi.svg?branch=master
:target: https://travis-ci.org/MaineKuehn/graphi
:alt: Test Status

.. image:: https://codecov.io/gh/MaineKuehn/graphi/branch/master/graph/badge.svg
:target: https://codecov.io/gh/MaineKuehn/graphi
:alt: Test Coverage

.. image:: https://img.shields.io/pypi/v/graphi.svg
:alt: Available on PyPI
:target: https://pypi.python.org/pypi/graphi/

.. image:: https://img.shields.io/github/license/MaineKuehn/graphi.svg
:alt: License
:target: https://github.com/MaineKuehn/graphi/blob/master/LICENSE.txt

.. toctree::
:maxdepth: 1
:caption: Documentation Topics Overview:
Expand Down

0 comments on commit 945c584

Please sign in to comment.