Skip to content

Commit 336319d

Browse files
szabostevepquentin
andauthored
[DOCS] Adds a signpost for downloading ES or signing-up for ESS (#2384)
Co-authored-by: Quentin Pradet <[email protected]>
1 parent b06b33a commit 336319d

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<img align="right" width="auto" height="auto" src="https://www.elastic.co/static-res/images/elastic-logo-200.png">
44

5-
65
Elasticsearch Python Client
76
===========================
87

@@ -42,6 +41,11 @@ Features
4241
Installation
4342
------------
4443

44+
`Download the latest version of Elasticsearch <https://www.elastic.co/downloads/elasticsearch>`_
45+
or
46+
`sign-up <https://cloud.elastic.co/registration?elektra=en-ess-sign-up-page>`_
47+
for a free trial of Elastic Cloud.
48+
4549
Refer to the `Installation section <https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/getting-started-python.html#_installation>`_
4650
of the getting started documentation.
4751

docs/guide/installation.asciidoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
[[installation]]
22
== Installation
33

4+
**[Download the latest version of Elasticsearch](https://www.elastic.co/downloads/elasticsearch)**
5+
or
6+
**[sign-up](https://cloud.elastic.co/registration?elektra=en-ess-sign-up-page)**
7+
**for a free trial of Elastic Cloud**.
8+
49
The Python client for {es} can be installed with pip:
510

611
[source,sh]

docs/sphinx/index.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ Official low-level client for Elasticsearch. Its goal is to provide common
55
ground for all Elasticsearch-related code in Python; because of this it tries
66
to be opinion-free and very extendable.
77

8+
`Download the latest version of Elasticsearch <https://www.elastic.co/downloads/elasticsearch>`_
9+
or
10+
`sign-up <https://cloud.elastic.co/registration?elektra=en-ess-sign-up-page>`_
11+
for a free trial of Elastic Cloud.
12+
813

914
Installation
1015
------------

0 commit comments

Comments
 (0)