package section naming refactor

pull/87/head
Scott Anderson 2019-03-08 16:20:55 -07:00
parent fc262da60b
commit d3ef061264
7 changed files with 24 additions and 24 deletions

View File

@ -1,15 +1,15 @@
---
title: Flux functions
description: Flux functions allows you to retrieve, transform, process, and output data easily.
v2.0/tags: [flux, functions]
title: Flux packages and functions
description: Flux packages and functions allows you to retrieve, transform, process, and output data easily.
v2.0/tags: [flux, functions, package]
menu:
v2_0_ref:
name: Flux functions
name: Flux packages and functions
parent: Flux query language
weight: 101
---
Flux's functional syntax allows you to retrieve, transform, process, and output data easily.
There is a large library of built-in and importable functions:
There is a large library of built-in functions and importable packages:
{{< children >}}

View File

@ -4,7 +4,7 @@ description: View the full library of documented Flux functions.
menu:
v2_0_ref:
name: View all functions
parent: Flux functions
parent: Flux packages and functions
weight: 299
---

View File

@ -6,9 +6,9 @@ description: >
menu:
v2_0_ref:
name: Built-in
parent: Flux functions
parent: Flux packages and functions
weight: 201
v2.0/tags: [built-in, functions]
v2.0/tags: [built-in, functions, package]
---
Built-in functions provide a necessary foundation for working with data using Flux.

View File

@ -1,15 +1,15 @@
---
title: Flux InfluxDB v1 functions
title: Flux InfluxDB v1 package
description: >
InfluxDB v1 Flux functions provide tools for managing data from an InfluxDB v1.x
The Flux InfluxDB v1 package provides functions for managing data from an InfluxDB v1.x
database or structured using the InfluxDB v1 data structure.
To use them, import the `influxdata/influxdb/v1` package.
menu:
v2_0_ref:
name: InfluxDB v1
parent: Flux functions
parent: Flux packages and functions
weight: 203
v2.0/tags: [functions, influxdb-v1]
v2.0/tags: [functions, influxdb-v1, package]
---
InfluxDB v1 Flux functions provide tools for managing data from an InfluxDB v1.x

View File

@ -1,17 +1,17 @@
---
title: Flux math functions
title: Flux math package
description: >
Math functions provide tools for performing mathematical operations in Flux.
The Flux math package provides constants and functions for performing mathematical operations in Flux.
To use them, import the `math` package.
menu:
v2_0_ref:
name: Math
parent: Flux functions
parent: Flux packages and functions
weight: 202
v2.0/tags: [math, functions]
---
Math functions provide tools for performing mathematical operations in Flux.
The Flux math package provides constants and functions for performing mathematical operations in Flux.
To use them, import the `math` package.
```js

View File

@ -1,14 +1,14 @@
---
title: Flux string functions
title: Flux strings package
description: >
String functions provide tools for manipulating strings in Flux.
The Flux string package provides functions for manipulating strings in Flux.
To use them, import the `strings` package.
menu:
v2_0_ref:
name: Strings
parent: Flux functions
parent: Flux packages and functions
weight: 204
v2.0/tags: [strings, functions]
v2.0/tags: [strings, functions, package]
---
String functions provide tools for manipulating strings in Flux.

View File

@ -1,14 +1,14 @@
---
title: Flux testing functions
title: Flux testing package
description: >
Flux testing functions test piped-forward data in specific ways and return errors if the tests fail.
The Flux testing package includes functions that test piped-forward data in specific ways.
To use them, import the `testing` package.
menu:
v2_0_ref:
name: Testing
parent: Flux functions
parent: Flux packages and functions
weight: 205
v2.0/tags: [testing, functions]
v2.0/tags: [testing, functions, package]
---
Flux testing functions test piped-forward data in specific ways and return errors if the tests fail.