Skip to content

Commit 38306e3

Browse files
committed
Docs update
1 parent 5995204 commit 38306e3

File tree

11 files changed

+26
-29
lines changed

11 files changed

+26
-29
lines changed

docs/api/methods/createjagged.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ nav_order: 1
66
---
77

88
# CreateJagged
9-
{: .d-inline-block }
10-
11-
New
12-
{: .label .label-purple }
9+
{: .fs-9 }
1310

1411
Creates an empty array of vectors, each of which having a fixed custom size.
1512
{: .fs-6 .fw-300 }

docs/api/methods/dumptojaggedarray.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ nav_order: 3
66
---
77

88
# DumpToJaggedArray
9-
{: .d-inline-block }
10-
11-
New
12-
{: .label .label-purple }
9+
{: .fs-9 }
1310

1411
Dumps the data from the current instance to a jagged array.
1512
{: .fs-6 .fw-300 }

docs/api/methods/isjaggedarray.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ nav_order: 9
66
---
77

88
# IsJaggedArray
9-
{: .d-inline-block }
10-
11-
New
12-
{: .label .label-purple }
9+
{: .fs-9 }
1310

1411
Checks if the given array is an array of arrays.
1512
{: .fs-6 .fw-300 }

docs/api/methods/jaggedtotwodimarray.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ nav_order: 10
66
---
77

88
# JaggedToTwoDimArray
9-
{: .d-inline-block }
10-
11-
New
12-
{: .label .label-purple }
9+
{: .fs-9 }
1310

1411
Deconstructs a jagged array and puts its content into a 2D string array.
1512
{: .fs-6 .fw-300 }

docs/api/methods/twodimtojaggedarray.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ nav_order: 13
66
---
77

88
# TwoDimToJaggedArray
9-
{: .d-inline-block }
10-
11-
New
12-
{: .label .label-purple }
9+
{: .fs-9 }
1310

1411
Deconstructs a 2D string array and puts its content into a jagged array.
1512
{: .fs-6 .fw-300 }

docs/api/properties/commentstoken.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ nav_order: 1
66
---
77

88
# CommentsToken
9-
{: .d-inline-block }
10-
11-
New
12-
{: .label .label-purple }
9+
{: .fs-9 }
1310

1411
Gets or sets the char used for identify comments lines on the current instance.
1512
{: .fs-6 .fw-300 }

docs/api/properties/irregularvectors.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ nav_order: 13
66
---
77

88
# IrregularVectors
9-
{: .fs-9 }
9+
{: .d-inline-block }
10+
11+
New
12+
{: .label .label-purple }
1013

1114
Gets a collection of arrays with INFO for irregular vectors on the current instance.
1215
{: .fs-6 .fw-300 }

docs/api/properties/item.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ nav_order: 14
66
---
77

88
# Item
9-
{: .fs-9 }
9+
{: .d-inline-block }
10+
11+
New
12+
{: .label .label-purple }
1013

1114
Gets a field, or an array with an entire record, from the result array on the current instance.
1215
{: .fs-6 .fw-300 }

docs/api/properties/rectangularresults.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ nav_order: 17
66
---
77

88
# RectangularResults
9-
{: .fs-9 }
9+
{: .d-inline-block }
10+
11+
New
12+
{: .label .label-purple }
1013

1114
Gets the result array regularity status on the current instance.
1215
{: .fs-6 .fw-300 }

docs/api/properties/vectorsbound.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ nav_order: 19
66
---
77

88
# VectorsBound
9-
{: .fs-9 }
9+
{: .d-inline-block }
10+
11+
New
12+
{: .label .label-purple }
1013

1114
Gets the regular bound of the vectors in the result array on the current instance.
1215
{: .fs-6 .fw-300 }

0 commit comments

Comments
 (0)