Skip to content

Commit a422a2d

Browse files
committed
update underlines and bullet points
Signed-off-by: Ritvi Bhatt <[email protected]>
1 parent 055030a commit a422a2d

35 files changed

+106
-106
lines changed

docs/user/ppl/cmd/append.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
=========
1+
======
22
append
3-
=========
3+
======
44

55
.. rubric:: Table of contents
66

docs/user/ppl/cmd/bin.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
=============
1+
===
22
bin
3-
=============
3+
===
44

55
.. rubric:: Table of contents
66

@@ -33,9 +33,9 @@ bin <field> [span=<interval>] [minspan=<interval>] [bins=<count>] [aligntime=(ea
3333
* minspan: optional. The minimum interval size for automatic span calculation. Cannot be used with span or bins parameters.
3434
* bins: optional. The maximum number of equal-width bins to create. Cannot be used with span or minspan parameters. The bins parameter must be between 2 and 50000 (inclusive).
3535
* aligntime: optional. Align the bin times for time-based fields. Valid only for time-based discretization. Options:
36-
- earliest: Align bins to the earliest timestamp in the data
37-
- latest: Align bins to the latest timestamp in the data
38-
- <time-specifier>: Align bins to a specific epoch time value or time modifier expression
36+
* earliest: Align bins to the earliest timestamp in the data
37+
* latest: Align bins to the latest timestamp in the data
38+
* <time-specifier>: Align bins to a specific epoch time value or time modifier expression
3939
* start: optional. The starting value for binning range. **Default:** minimum field value.
4040
* end: optional. The ending value for binning range. **Default:** maximum field value.
4141

docs/user/ppl/cmd/dedup.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
=============
1+
=====
22
dedup
3-
=============
3+
=====
44

55
.. rubric:: Table of contents
66

docs/user/ppl/cmd/describe.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
=============
1+
========
22
describe
3-
=============
3+
========
44

55
.. rubric:: Table of contents
66

docs/user/ppl/cmd/eval.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
=============
1+
====
22
eval
3-
=============
3+
====
44

55
.. rubric:: Table of contents
66

docs/user/ppl/cmd/eventstats.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
=============
1+
==========
22
eventstats
3-
=============
3+
==========
44

55
.. rubric:: Table of contents
66

docs/user/ppl/cmd/expand.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
=============
1+
======
22
expand
3-
=============
3+
======
44

55
.. rubric:: Table of contents
66

docs/user/ppl/cmd/explain.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
=============
1+
=======
22
explain
3-
=============
3+
=======
44

55
.. rubric:: Table of contents
66

docs/user/ppl/cmd/fields.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
=============
1+
======
22
fields
3-
=============
3+
======
44

55
.. rubric:: Table of contents
66

docs/user/ppl/cmd/fillnull.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
=============
1+
========
22
fillnull
3-
=============
3+
========
44

55
.. rubric:: Table of contents
66

@@ -26,9 +26,9 @@ Syntax
2626
* field: mandatory when using ``using`` syntax. Individual field name to assign a specific replacement value.
2727

2828
* **Syntax variations:**
29-
* ``with <replacement> in <field-list>`` - Apply same value to specified fields
30-
* ``using <field>=<replacement>, ...`` - Apply different values to different fields
31-
* ``value=<replacement> [<field-list>]`` - Alternative syntax with optional space-delimited field list
29+
* ``with <replacement> in <field-list>`` - Apply same value to specified fields
30+
* ``using <field>=<replacement>, ...`` - Apply different values to different fields
31+
* ``value=<replacement> [<field-list>]`` - Alternative syntax with optional space-delimited field list
3232

3333
Example 1: Replace null values with a specified value on one field
3434
==================================================================

0 commit comments

Comments
 (0)