Skip to content

Commit 1fe1d6d

Browse files
author
osimloeff
committed
Links fix 2
1 parent 2e2256e commit 1fe1d6d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,3 @@ main repository on GitHub, clone, and develop on a branch. Steps:
4444
5. Follow [these instructions](https://help.github.com/articles/creating-a-pull-request-from-a-fork) or [this video](https://www.youtube.com/watch?v=YTbRzhQju4c)
4545
to create a pull request from your fork. This will send an email to the committers.
4646

47-
(If any of the above seems like magic to you, please look up the
48-
[Git documentation](https://git-scm.com/documentation) on the web, or ask a friend or another contributor for help.)
49-

docs/api/DataApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Pandas Dataframe
9595

9696

9797
# **get_summary_values**
98-
> get_summary('path', 'calculation_basis', 'end_time', 'filter_expression', 'sample_interval', 'sample_type', 'selected_fields', 'start_time', 'summary_duration', 'summary_type', 'time_type', 'time_zone')
98+
> get_summary_values('path', 'calculation_basis', 'end_time', 'filter_expression', 'sample_interval', 'sample_type', 'selected_fields', 'start_time', 'summary_duration', 'summary_type', 'time_type', 'time_zone')
9999
100100
Returns a data frame with the summary over the specified time range for the stream.
101101

0 commit comments

Comments
 (0)