From bf40da3cce2758ce7a67dec704a990c7bc400a92 Mon Sep 17 00:00:00 2001 From: Honza Kral Date: Mon, 14 Oct 2013 23:39:30 +0200 Subject: [PATCH] ReST fix --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 38798bd2..580e707f 100644 --- a/README.rst +++ b/README.rst @@ -25,7 +25,9 @@ Simple use-case:: >>> es.get(index="my-index", doc_type="test-type", id=42)['_source'] {u'any': u'data', u'timestamp': u'2013-05-12T19:45:31.804229'} -`Full documentation.`_ +`Full documentation`_. + +.. _Full documentation: http://elasticsearch-py.rtfd.org/ Features