From 98f16a6ae08f414a9efd8590b21c2ab351e90c5b Mon Sep 17 00:00:00 2001 From: Cristina Date: Thu, 27 Oct 2016 15:41:51 -0400 Subject: [PATCH] added docs links to readme --- README.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e92ce65a..cc2f099c 100644 --- a/README.rst +++ b/README.rst @@ -45,4 +45,14 @@ Command Line Documentation ============= -For more information such as manual, driver API documentations, changelogs, please find them in the wiki of this repo. \ No newline at end of file +For more information such as manual, driver API documentations, changelogs, please find them in the wiki of this repo. + +* `Driver Wiki`_ +* `Neo4j Manual`_ +* `Neo4j Refcard`_ +* `Sample Project Using Driver`_ + +.. _`Sample Project Using Driver`: https://github.com/neo4j-examples/movies-python-bolt +.. _`Driver Wiki`: https://github.com/neo4j/neo4j-python-driver/wiki +.. _`Neo4j Manual`: https://neo4j.com/docs/ +.. _`Neo4j Refcard`: https://neo4j.com/docs/cypher-refcard/current/ \ No newline at end of file