From e3ef25d5e4afa91abd7db6d6c2dae90c98a2b250 Mon Sep 17 00:00:00 2001 From: Honza Kral Date: Mon, 14 Oct 2013 23:37:30 +0200 Subject: [PATCH] Added a lint to full docs --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 6ed1b794..38798bd2 100644 --- a/README.rst +++ b/README.rst @@ -25,6 +25,8 @@ 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.`_ + Features --------