Skip to content

Commit cefe19b

Browse files
[Backport 8.15] Fix reference docs (#2629)
(cherry picked from commit d4eb86e) Co-authored-by: Quentin Pradet <[email protected]>
1 parent 90fddf4 commit cefe19b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+51
-42
lines changed

docs/sphinx/api.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ arguments are required for all calls.
1717
:maxdepth: 1
1818

1919
api/elasticsearch
20+
api/async-search
2021
api/autoscaling
2122
api/cat
2223
api/ccr

docs/sphinx/api/async-search.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.. _async_search:
2+
3+
Async Search
4+
------------
5+
6+
.. py:module:: elasticsearch.client
7+
:no-index:
8+
9+
.. autoclass:: AsyncSearchClient
10+
:members:

docs/sphinx/api/autoscaling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Autoscaling
44
-----------
55
.. py:module:: elasticsearch.client
6-
:noindex:
6+
:no-index:
77

88
.. autoclass:: AutoscalingClient
99
:members:

docs/sphinx/api/cat.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Cat
44
---
55
.. py:module:: elasticsearch.client
6-
:noindex:
6+
:no-index:
77

88
.. autoclass:: CatClient
99
:members:

docs/sphinx/api/ccr.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Cross-Cluster Replication (CCR)
44
-------------------------------
55
.. py:module:: elasticsearch.client
6-
:noindex:
6+
:no-index:
77

88
.. autoclass:: CcrClient
99
:members:

docs/sphinx/api/cluster.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Cluster
44
-------
55
.. py:module:: elasticsearch.client
6-
:noindex:
6+
:no-index:
77

88
.. autoclass:: ClusterClient
99
:members:

docs/sphinx/api/connector.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Connector
44
---------
55
.. py:module:: elasticsearch.client
6-
:noindex:
6+
:no-index:
77

88
.. autoclass:: ConnectorClient
99
:members:

docs/sphinx/api/dangling-indices.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Dangling Indices
44
----------------
55
.. py:module:: elasticsearch.client
6-
:noindex:
6+
:no-index:
77

88
.. autoclass:: DanglingIndicesClient
99
:members:

docs/sphinx/api/elasticsearch.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
Elasticsearch
44
-------------
55

6-
.. py:module:: elasticsearch
6+
.. py:module:: elasticsearch.client
77
88
.. autoclass:: Elasticsearch
99
:members:
10-
11-
.. py:module:: elasticsearch.client

docs/sphinx/api/enrich-policies.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Enrich Policies
44
---------------
55
.. py:module:: elasticsearch.client
6-
:noindex:
6+
:no-index:
77

88
.. autoclass:: EnrichClient
99
:members:

0 commit comments

Comments
 (0)