Skip to content

Commit 91d8568

Browse files
committed
chore: Update docs again
1 parent 3efc339 commit 91d8568

File tree

8 files changed

+119
-141
lines changed

8 files changed

+119
-141
lines changed

commands/docs/describe.md

Lines changed: 82 additions & 85 deletions
Large diffs are not rendered by default.

commands/docs/from_ics.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,10 @@ Converts ics formatted string to table
3939
```nu
4040
> 'BEGIN:VCALENDAR
4141
END:VCALENDAR' | from ics
42-
╭───┬────────────────┬────────────────┬────────────────┬────────────────┬────────────────┬────────────────┬───────────╮
43-
│ # │ properties │ events │ alarms │ to-Dos │ journals │ free-busys │ timezones │
44-
├───┼────────────────┼────────────────┼────────────────┼────────────────┼────────────────┼────────────────┼───────────┤
45-
│ 0 │ [list 0 items] │ [list 0 items] │ [list 0 items] │ [list 0 items] │ [list 0 items] │ [list 0 items] │ [list 0 │
46-
│ │ │ │ │ │ │ │ items] │
47-
╰───┴────────────────┴────────────────┴────────────────┴────────────────┴────────────────┴────────────────┴───────────╯
42+
╭───┬────────────────┬────────────────┬────────────────┬────────────────┬────────────────┬────────────────┬────────────────╮
43+
│ # │ properties │ events │ alarms │ to-Dos │ journals │ free-busys │ timezones │
44+
├───┼────────────────┼────────────────┼────────────────┼────────────────┼────────────────┼────────────────┼────────────────┤
45+
│ 0 │ [list 0 items] │ [list 0 items] │ [list 0 items] │ [list 0 items] │ [list 0 items] │ [list 0 items] │ [list 0 items] │
46+
╰───┴────────────────┴────────────────┴────────────────┴────────────────┴────────────────┴────────────────┴────────────────╯
4847
4948
```

commands/docs/histogram.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ Compute a histogram for the types of files, with frequency column named freq
5252
Compute a histogram for a list of numbers
5353
```nu
5454
> [1 2 1] | histogram
55-
╭───┬───────┬───────┬───────────┬─────────────┬────────────────────────────────────────────────────────────────────╮
56-
# │ value │ count │ quantile │ percentage │ frequency │
57-
├───┼───────┼───────┼───────────┼─────────────┼────────────────────────────────────────────────────────────────────┤
58-
0 │ 1 │ 2 │ 0.67 │ 66.67% │ ****************************************************************** │
59-
1 │ 2 │ 1 │ 0.33 │ 33.33% │ ********************************* │
60-
╰───┴───────┴───────┴───────────┴─────────────┴────────────────────────────────────────────────────────────────────╯
55+
╭───┬───────┬───────┬──────────────────────┬────────────────────────────────────────────────────────────────────╮
56+
│ # │ value │ count │ quantile │ percentage │ frequency │
57+
├───┼───────┼───────┼──────────────────────┼────────────────────────────────────────────────────────────────────┤
58+
│ 0 │ 1 │ 2 │ 0.67 │ 66.67% │ ****************************************************************** │
59+
│ 1 │ 2 │ 1 │ 0.33 │ 33.33% │ ********************************* │
60+
╰───┴───────┴───────┴──────────────────────┴────────────────────────────────────────────────────────────────────╯
6161
6262
```
6363

commands/docs/plugin_list.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ contributors: false
3737
List installed plugins.
3838
```nu
3939
> plugin list
40-
╭─────┬────────┬──────────────────────┬───────────┬──────────┬───────────────────────────────┬────────┬──────────────╮
41-
# │ name version status pid filename │ shell commands │
42-
├─────┼────────┼──────────────────────┼───────────┼──────────┼───────────────────────────────┼────────┼──────────────┤
43-
0 │ inc │ 0.108.0 │ running 106480 │ /opt/nu/plugins/nu_plugin_inc │ ╭───┬─────╮
44-
│ │ 0 │ inc │
45-
│ ╰───┴─────╯
46-
╰─────┴────────┴──────────────────────┴───────────┴──────────┴───────────────────────────────┴────────┴──────────────╯
40+
╭───┬──────┬────────────────────┬─────────┬────────┬───────────────────────────────┬────────────────────╮
41+
│ # │ name │ version status │ pid │ filename │ shell commands │
42+
├───┼──────┼────────────────────┼─────────┼────────┼───────────────────────────────┼────────────────────┤
43+
│ 0 │ inc │ 0.108.0 │ running 106480 │ /opt/nu/plugins/nu_plugin_inc │ │ ╭───┬─────╮ │
44+
│ │ │ │ │ │ │ │ │ 0 │ inc │ │
45+
│ │ │ │ │ │ │ │ ╰───┴─────╯ │
46+
╰───┴──────┴────────────────────┴─────────┴────────┴───────────────────────────────┴────────────────────╯
4747
4848
```
4949

commands/docs/polars_as-datetime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Converts string to datetime using the `--not-exact` flag even with excessive sym
9898
│ 0 │ in 2 weeks │
9999
│ 1 │ in 2 weeks │
100100
│ 2 │ in 2 weeks │
101-
│ 3 │ in 3 weeks │
101+
│ 3 │ in 2 weeks │
102102
╰───┴────────────╯
103103
104104
```

commands/docs/polars_datepart.md

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -60,28 +60,10 @@ Creates an expression to capture multiple date parts
6060
(polars col datetime | polars datepart minute | polars as datetime_minute ),
6161
(polars col datetime | polars datepart second | polars as datetime_second ),
6262
(polars col datetime | polars datepart nanosecond | polars as datetime_ns ) ]
63-
╭───┬─────────────┬───────────────┬────────────────┬──────────────┬───────────────┬─────────────────┬─────────────┬───╮
64-
│ # │ datetime │ datetime_year │ datetime_month │ datetime_day │ datetime_hour │ datetime_minute │ datetime_se │ d │
65-
│ │ │ │ │ │ │ │ cond │ a │
66-
│ │ │ │ │ │ │ │ │ t │
67-
│ │ │ │ │ │ │ │ │ e │
68-
│ │ │ │ │ │ │ │ │ t │
69-
│ │ │ │ │ │ │ │ │ i │
70-
│ │ │ │ │ │ │ │ │ m │
71-
│ │ │ │ │ │ │ │ │ e │
72-
│ │ │ │ │ │ │ │ │ _ │
73-
│ │ │ │ │ │ │ │ │ n │
74-
│ │ │ │ │ │ │ │ │ s │
75-
├───┼─────────────┼───────────────┼────────────────┼──────────────┼───────────────┼─────────────────┼─────────────┼───┤
76-
│ 0 │ 3 years ago │ 2021 │ 12 │ 30 │ 1 │ 2 │ 3 │ 1 │
77-
│ │ │ │ │ │ │ │ │ 2 │
78-
│ │ │ │ │ │ │ │ │ 3 │
79-
│ │ │ │ │ │ │ │ │ 4 │
80-
│ │ │ │ │ │ │ │ │ 5 │
81-
│ │ │ │ │ │ │ │ │ 6 │
82-
│ │ │ │ │ │ │ │ │ 7 │
83-
│ │ │ │ │ │ │ │ │ 8 │
84-
│ │ │ │ │ │ │ │ │ 9 │
85-
╰───┴─────────────┴───────────────┴────────────────┴──────────────┴───────────────┴─────────────────┴─────────────┴───╯
63+
╭───┬─────────────┬───────────────┬────────────────┬──────────────┬───────────────┬─────────────────┬─────────────────┬─────────────╮
64+
│ # │ datetime │ datetime_year │ datetime_month │ datetime_day │ datetime_hour │ datetime_minute │ datetime_second │ datetime_ns │
65+
├───┼─────────────┼───────────────┼────────────────┼──────────────┼───────────────┼─────────────────┼─────────────────┼─────────────┤
66+
│ 0 │ 3 years ago │ 2021 │ 12 │ 30 │ 1 │ 2 │ 3 │ 123456789 │
67+
╰───┴─────────────┴───────────────┴────────────────┴──────────────┴───────────────┴─────────────────┴─────────────────┴─────────────╯
8668
8769
```

commands/docs/polars_replace-time-zone.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ Apply timezone with ambiguous datetime
7171
╭───┬────────────╮
7272
│ # │ datetime │
7373
├───┼────────────┤
74-
│ 0 │ in 3 weeks │
74+
│ 0 │ in 2 weeks │
7575
│ 1 │ │
76-
│ 2 │ in 3 weeks │
77-
│ 3 │ in 3 weeks │
76+
│ 2 │ in 2 weeks │
77+
│ 3 │ in 2 weeks │
7878
╰───┴────────────╯
7979
8080
```

0 commit comments

Comments
 (0)