More doc fixes

This commit is contained in:
Honza Kral
2013-09-24 16:58:37 +02:00
parent 4477895b42
commit ec038c4e9c
9 changed files with 114 additions and 61 deletions
+8
View File
@@ -1,6 +1,14 @@
API Documentation
=================
.. note::
All the API calls map the raw REST api as closely as possible, including
the distinction between required and optional arguments to the calls. This
means that the code makes distinction between positional and keyword arguments;
we, however, recommend that people use keyword arguments for all calls for
consistency and safety.
.. py:module:: elasticsearch
Elasticsearch