Skip to content

Commit

Permalink
Shorten docs headers (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron authored Jul 30, 2024
1 parent 81bf8c8 commit 0148611
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/api/core/array.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# arro3.core.Array
# Array

::: arro3.core.Array
options:
Expand Down
2 changes: 1 addition & 1 deletion docs/api/core/chunked-array.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# arro3.core.ChunkedArray
# ChunkedArray

::: arro3.core.ChunkedArray
options:
Expand Down
2 changes: 1 addition & 1 deletion docs/api/core/datatype.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# arro3.core.DataType
# DataType

::: arro3.core.DataType
options:
Expand Down
2 changes: 1 addition & 1 deletion docs/api/core/field.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# arro3.core.Field
# Field

::: arro3.core.Field
options:
Expand Down
2 changes: 1 addition & 1 deletion docs/api/core/record-batch-reader.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# arro3.core.RecordBatchReader
# RecordBatchReader

::: arro3.core.RecordBatchReader
options:
Expand Down
2 changes: 1 addition & 1 deletion docs/api/core/record-batch.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# arro3.core.RecordBatch
# RecordBatch

::: arro3.core.RecordBatch
options:
Expand Down
2 changes: 1 addition & 1 deletion docs/api/core/schema.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# arro3.core.Schema
# Schema

::: arro3.core.Schema
options:
Expand Down
2 changes: 1 addition & 1 deletion docs/api/core/table.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# arro3.core.Table
# Table

::: arro3.core.Table
options:
Expand Down
2 changes: 1 addition & 1 deletion docs/api/core/types.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# arro3.core.types
# types

::: arro3.core.types
options:
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ nav:
- arro3.core:
- api/core/array.md
- api/core/chunked-array.md
- api/core/datatype.md
- api/core/field.md
- api/core/record-batch-reader.md
- api/core/record-batch.md
- api/core/schema.md
- api/core/table.md
- api/core/datatype.md
- api/core/types.md
- api/compute.md
- api/io.md
Expand Down

0 comments on commit 0148611

Please sign in to comment.