28 lines
532 B
ReStructuredText
28 lines
532 B
ReStructuredText
.. Elasticsearch documentation master file, created by
|
|
sphinx-quickstart on Mon May 6 15:38:41 2013.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
Welcome to Elasticsearch's documentation!
|
|
=========================================
|
|
|
|
.. doctest::
|
|
|
|
>>> from elasticsearch import Elasticsearch
|
|
>>> es = Elasticsearch()
|
|
|
|
Contents:
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|
|
|