From 43b87598fd251e95c6590f33ec7d30168391c940 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Kr=C3=A1l?= Date: Tue, 4 Feb 2020 10:49:00 -0800 Subject: [PATCH] proper paths for xpack APIs --- docs/xpack.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/xpack.rst b/docs/xpack.rst index e43599c6..50de6e14 100644 --- a/docs/xpack.rst +++ b/docs/xpack.rst @@ -27,7 +27,7 @@ Graph Explore `X-Pack Graph Explore `_ enables you to extract and summarize information about the documents and terms in your Elasticsearch index. -.. py:module:: elasticsearch.client.xpack.graph +.. py:module:: elasticsearch.client.graph .. autoclass:: GraphClient @@ -40,7 +40,7 @@ Licensing API can be used to manage your licences. -.. py:module:: elasticsearch.client.xpack.license +.. py:module:: elasticsearch.client.license .. autoclass:: LicenseClient @@ -54,7 +54,7 @@ can be useful for discovering new patterns about your data. For a more detailed about X-Pack's machine learning please refer to the official documentation. -.. py:module:: elasticsearch.client.xpack.ml +.. py:module:: elasticsearch.client.ml .. autoclass:: MlClient @@ -66,7 +66,7 @@ Security APIs `Security API `_ can be used to help secure your Elasticsearch cluster. Integrating with LDAP and Active Directory. -.. py:module:: elasticsearch.client.xpack.security +.. py:module:: elasticsearch.client.security .. autoclass:: SecurityClient @@ -78,7 +78,7 @@ Watcher APIs `Watcher API `_ can be used to notify you when certain pre-defined thresholds have happened. -.. py:module:: elasticsearch.client.xpack.watcher +.. py:module:: elasticsearch.client.watcher .. autoclass:: WatcherClient :members: @@ -90,7 +90,7 @@ Migration APIs `Migration API `_ helps simplify upgrading X-Pack indices from one version to another. -.. py:module:: elasticsearch.client.xpack.migration +.. py:module:: elasticsearch.client.migration .. autoclass:: MigrationClient :members: