From 09c740638ace841817166a37bdbf560d0a21c00a Mon Sep 17 00:00:00 2001 From: Brian Wylie Date: Sun, 1 Jun 2014 14:52:37 -0600 Subject: [PATCH 1/2] adding landscape badge and config file --- .landscape.yaml | 2 ++ README.rst | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .landscape.yaml diff --git a/.landscape.yaml b/.landscape.yaml new file mode 100644 index 0000000..7e00430 --- /dev/null +++ b/.landscape.yaml @@ -0,0 +1,2 @@ +ignore-paths: + - docs diff --git a/README.rst b/README.rst index d7e0e5f..475af1a 100644 --- a/README.rst +++ b/README.rst @@ -14,6 +14,8 @@ NetworkX to Neo4j .. image:: https://coveralls.io/repos/ducky427/neonx/badge.png?branch=master :target: https://coveralls.io/r/ducky427/neonx?branch=master +.. image:: https://landscape.io/github/brifordwylie/neonx/master/landscape.png + :target: https://landscape.io/github/brifordwylie/neonx/master?branch=master A library to convert a `NetworkX `_ graph to a `Neo4j `_ graph. @@ -28,4 +30,4 @@ Features * Converts a `NetworkX `_ graph to a `Geoff `_ compatible string. -* Upload a `NetworkX `_ graph to `Neo4j `_ server using `Requests `_. Ability to add `Labels `_ to created nodes in Neo4j 2.0. \ No newline at end of file +* Upload a `NetworkX `_ graph to `Neo4j `_ server using `Requests `_. Ability to add `Labels `_ to created nodes in Neo4j 2.0. From 74043791fce9115e20aacd21457d014de35a24cf Mon Sep 17 00:00:00 2001 From: Brian Wylie Date: Sun, 1 Jun 2014 14:54:35 -0600 Subject: [PATCH 2/2] fixing? pypi link --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 475af1a..f3fc3b8 100644 --- a/README.rst +++ b/README.rst @@ -9,7 +9,7 @@ NetworkX to Neo4j :target: https://travis-ci.org/ducky427/neonx .. image:: https://pypip.in/d/neonx/badge.png - :target: https://crate.io/packages/neonx?version=latest + :target: https://crate.io/packages/neonx .. image:: https://coveralls.io/repos/ducky427/neonx/badge.png?branch=master :target: https://coveralls.io/r/ducky427/neonx?branch=master