From dbb1781af6e9f62b0e8315a9d5c8699d5663d771 Mon Sep 17 00:00:00 2001 From: Daniel Holbach Date: Mon, 2 Nov 2020 11:51:01 +0100 Subject: [PATCH] fix warnings to restore sphinx docs build --- CHANGELOG.rst | 2 +- grafanalib/elasticsearch.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d847a189..b9453058 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -22,7 +22,7 @@ Changes * Add ``PieChart`` class for creating Pie Chart panels * Add `transparent` setting to classes that were missing it (Heatmap, PieChart) * Add InfluxDB data source -* Add ``auto_ref_ids`` to ``Graph``s +* Add ``auto_ref_ids`` to ``Graph`` Thanks a lot for your contributions to this release, @DWalker487, @JamesGibo, @daveworth, @dholbach, @fauust, @larsderidder, @matthewmrichter. diff --git a/grafanalib/elasticsearch.py b/grafanalib/elasticsearch.py index b9275af2..d1d08218 100644 --- a/grafanalib/elasticsearch.py +++ b/grafanalib/elasticsearch.py @@ -201,7 +201,7 @@ class BucketScriptAgg(object): :param fields: dictionary of field names mapped to aggregation IDs to be used in the bucket script e.g. { "field1":1 }, which allows the output of aggregate ID 1 to be referenced as - params.field1 in the bucket script + params.field1 in the bucket script :param script: script to apply to the data using the variables specified in 'fields' :param id: id of the aggregator :param hide: show/hide the metric in the final panel display