-
Notifications
You must be signed in to change notification settings - Fork 435
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: fix all examples and change overall structure (#1931)
# Description I have made a bunch of improvements to fix the overall structure due to example sections not being consistent. I've also enabled some extra features. Fixed also the issue of some classes/functions not being shown properly.
- Loading branch information
1 parent
accf6e0
commit 9cd3a85
Showing
17 changed files
with
544 additions
and
431 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
::: deltalake.data_catalog.DataCatalog |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# TableMerger | ||
|
||
::: deltalake.table.TableMerger | ||
options: | ||
show_root_heading: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# TableOptimizer | ||
|
||
::: deltalake.table.TableOptimizer | ||
options: | ||
show_root_heading: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# DeltaTable | ||
|
||
::: deltalake.DeltaTable | ||
options: | ||
show_root_heading: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Metadata | ||
|
||
::: deltalake.Metadata | ||
options: | ||
show_root_heading: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Writer | ||
## Write to Delta Tables | ||
|
||
::: deltalake.write_deltalake | ||
|
||
## Convert to Delta Tables | ||
::: deltalake.convert_to_deltalake |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Exceptions | ||
|
||
::: deltalake.exceptions.DeltaError | ||
::: deltalake.exceptions.DeltaProtocolError | ||
::: deltalake.exceptions.TableNotFoundError | ||
::: deltalake.exceptions.CommitFailedError |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,34 @@ | ||
## Delta Lake Schemas | ||
|
||
## Schema and field | ||
Schemas, fields, and data types are provided in the ``deltalake.schema`` submodule. | ||
|
||
::: deltalake.schema.Schema | ||
::: deltalake.Schema | ||
options: | ||
show_root_heading: true | ||
show_root_toc_entry: true | ||
|
||
::: deltalake.schema.PrimitiveType | ||
::: deltalake.Field | ||
options: | ||
show_root_heading: true | ||
show_root_toc_entry: true | ||
|
||
::: deltalake.schema.ArrayType | ||
|
||
## Data types | ||
::: deltalake.schema.PrimitiveType | ||
options: | ||
show_root_heading: true | ||
show_root_toc_entry: true | ||
|
||
::: deltalake.schema.MapType | ||
::: deltalake.schema.ArrayType | ||
options: | ||
show_root_heading: true | ||
show_root_toc_entry: true | ||
|
||
::: deltalake.schema.Field | ||
::: deltalake.schema.MapType | ||
options: | ||
show_root_heading: true | ||
show_root_toc_entry: true | ||
|
||
::: deltalake.schema.StructType | ||
options: | ||
show_root_heading: true | ||
show_root_toc_entry: true | ||
|
||
::: deltalake.data_catalog | ||
|
||
## Delta Storage Handler | ||
|
||
::: deltalake.fs | ||
show_root_toc_entry: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
## Delta Storage Handler | ||
# Storage | ||
|
||
::: deltalake.fs | ||
The delta filesystem handler for the pyarrow engine writer. | ||
|
||
::: deltalake.fs.DeltaStorageHandler |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.