Skip to content

Commit 1cb6848

Browse files
Update intro paragraphs in the documentation (#2952) (#2954)
(cherry picked from commit 5b610f6) Co-authored-by: Miguel Grinberg <[email protected]>
1 parent e774026 commit 1cb6848

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/reference/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ mapped_pages:
66

77
# Python [overview]
88

9-
This is the official low-level Python client for {{es}}. Its goal is to provide common ground for all {{es}}-related code in Python. For this reason, the client is designed to be unopinionated and extendable. An API reference is available on [Read the Docs](https://elasticsearch-py.readthedocs.io).
9+
This is the official Python client for {{es}}. Its goal is to provide common ground for all {{es}}-related code in Python. For this reason, the client is designed to be unopinionated and extendable. API reference documentation for this client is available on [Read the Docs](https://elasticsearch-py.readthedocs.io).
1010

1111

1212
## Example use [_example_use]

docs/sphinx/index.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Python Elasticsearch Client
22
===========================
33

4+
Welcome to the API documentation of the official Python client for Elasticsearch!
5+
The goal of this client is to provide common ground for all Elasticsearch-related
6+
code in Python; because of this it tries to be opinion-free and very extendable.
7+
8+
High-level documentation for this client is `also available <https://www.elastic.co/docs/reference/elasticsearch/clients/python>`_.
9+
410
.. toctree::
511
:maxdepth: 2
612

0 commit comments

Comments
 (0)