Skip to content

Commit fbb2d9b

Browse files
committed
swtich README to rst, add badges
1 parent 943ebba commit fbb2d9b

1 file changed

Lines changed: 20 additions & 4 deletions

File tree

README renamed to README.rst

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,28 @@
1+
============
12
python-graph
2-
A library for working with graphs in Python
3-
--------------------------------------------------------------------------------
3+
============
4+
5+
.. image:: https://travis-ci.org/Shoobx/python-graph.png?branch=master
6+
:target: https://travis-ci.org/Shoobx/python-graph
47

8+
.. image:: https://coveralls.io/repos/github/Shoobx/python-graph/badge.svg?branch=master
9+
:target: https://coveralls.io/github/Shoobx/python-graph?branch=master
510

6-
SUMMARY
11+
.. image:: https://img.shields.io/pypi/v/python-graph-core.svg
12+
:target: https://pypi.org/project/python-graph-core/
713

8-
python-graph is a library for working with graphs in Python.
14+
.. image:: https://img.shields.io/pypi/pyversions/python-graph-core.svg
15+
:target: https://pypi.org/project/python-graph-core/
16+
17+
A library for working with graphs in Python
18+
-------------------------------------------
919

1020
This software provides a suitable data structure for representing graphs and a
1121
whole set of important algorithms.
1222

1323

1424
INSTALLING
25+
----------
1526

1627
To install the core module, run:
1728

@@ -29,6 +40,7 @@ inside the module directory.
2940

3041

3142
DOCUMENTATION
43+
-------------
3244

3345
To generate the API documentation for this package, run:
3446

@@ -38,6 +50,7 @@ You'll need epydoc installed in your system.
3850

3951

4052
WEBSITE
53+
-------
4154

4255
The latest version of this package can be found at:
4356

@@ -49,6 +62,7 @@ Please report bugs at:
4962

5063

5164
PROJECT COMMITTERS
65+
------------------
5266

5367
Pedro Matiello <pmatiello@gmail.com>
5468
* Original author;
@@ -82,6 +96,7 @@ Tomaz Kovacic <tomaz.kovacic@gmail.com>
8296

8397

8498
CONTRIBUTORS
99+
------------
85100

86101
Eugen Zagorodniy <e.zagorodniy@gmail.com>
87102
* Mutual Accessibility (Tarjan's Algorithm).
@@ -130,6 +145,7 @@ Sandro Tosi <morph@debian.org>
130145

131146

132147
LICENSE
148+
-------
133149

134150
This software is provided under the MIT license. See accompanying COPYING file
135151
for details.

0 commit comments

Comments
 (0)