Skip to content

Commit 8981984

Browse files
committed
Docs format update
1 parent 7ffae34 commit 8981984

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+82
-82
lines changed

docs/api/csvarraylist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ New
1111
{: .label .label-purple }
1212

1313
Class module developed to emulate some functionalities from the `ArrayList` present in some most modern languages. The `CSVArrayList` serve as a container for all the data read from CSV files and can be used to manipulate the stored items, or to store data that does not come from a CSV file, according to the user's request.
14-
{: .fs-6 .fw-300 }
14+
{: .fs-4 .fw-300 }
1515

1616
---
1717

docs/api/csvdialect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ New
1111
{: .label .label-purple }
1212

1313
Class module developed to share CSV dialects, or group of specific and related configuration, which instructs the parser on how to interpret the character set read from a CSV file. This container travels through the parsing and sniffer methods.
14-
{: .fs-6 .fw-300 }
14+
{: .fs-4 .fw-300 }
1515

1616
---
1717

docs/api/csvsniffer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ New
1111
{: .label .label-purple }
1212

1313
Class module developed as an attempt to sniff/guess CSV dialects without user intervention. In some preliminary tests, the sniffer was 100% accurate, but there is always the risk of facing ambiguous cases that can only be solved with human intervention. This class is inspired by the [work of scientist Till Roman Döhmen](https://homepages.cwi.nl/~boncz/msc/2016-Doehmen.pdf), with some improvements to disambiguate the most complicated cases.
14-
{: .fs-6 .fw-300 }
14+
{: .fs-4 .fw-300 }
1515

1616
---
1717

docs/api/csvtextstream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ New
1111
{: .label .label-purple }
1212

1313
Easy-to-use class module developed to enable I/O operations over "big" text files, at high speed, from VBA. The module hasn’t reference to any external API library and has the ability to read and write UTF-8 encoded files.
14-
{: .fs-6 .fw-300 }
14+
{: .fs-4 .fw-300 }
1515

1616
---
1717

docs/api/index.md

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

88
# CSV interface API reference
9-
{: .fs-9 }
9+
{: .fs-6 }

docs/api/methods/cleardata.md

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

88
# ClearData
9-
{: .fs-9 }
9+
{: .fs-6 }
1010

1111
Erases the imported CSV/TSV data from the current instance.
12-
{: .fs-6 .fw-300 }
12+
{: .fs-4 .fw-300 }
1313

1414
---
1515

docs/api/methods/closeseqreader.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ nav_order: 2
66
---
77

88
# CloseSeqReader
9-
{: .fs-9 }
9+
{: .fs-6 }
1010

1111
Closes an open sequential reader.
12-
{: .fs-6 .fw-300 }
12+
{: .fs-4 .fw-300 }
1313

1414
---
1515

docs/api/methods/csvsubsetsplit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ nav_order: 3
66
---
77

88
# CSVsubsetSplit
9-
{: .fs-9 }
9+
{: .fs-6 }
1010

1111
Splits the CSV data into a set of files in which each piece has a related portion of the data.
12-
{: .fs-6 .fw-300 }
12+
{: .fs-4 .fw-300 }
1313

1414
---
1515

docs/api/methods/dedupe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ New
1212
{: .label .label-purple }
1313

1414
Returns a list of records as a result of the deduplication of the imported CSV data.
15-
{: .fs-6 .fw-300 }
15+
{: .fs-4 .fw-300 }
1616

1717
---
1818

docs/api/methods/dumptoaccesstable.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ nav_order: 5
66
---
77

88
# DumpToAccessTable
9-
{: .fs-9 }
9+
{: .fs-6 }
1010

1111
Dumps the data from the current instance to a Microsoft Access Database (.accdb).
12-
{: .fs-6 .fw-300 }
12+
{: .fs-4 .fw-300 }
1313

1414
---
1515

0 commit comments

Comments
 (0)