Skip to content

Commit

Permalink
python: improved docs (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron authored Jan 2, 2024
1 parent 279ad64 commit 2fba3fb
Show file tree
Hide file tree
Showing 37 changed files with 962 additions and 200 deletions.
62 changes: 31 additions & 31 deletions python/core/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions python/core/docs/api/geometry/array.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ The classes on this page represent arrays of geospatial geometries.
- [`MultiPolygonArray`](#geoarrow.rust.core.MultiPolygonArray)
- [`MixedGeometryArray`](#geoarrow.rust.core.MixedGeometryArray)
- [`GeometryCollectionArray`](#geoarrow.rust.core.GeometryCollectionArray)
- [`WKBArray`](#geoarrow.rust.core.WKBArray)
- [`RectArray`](#geoarrow.rust.core.RectArray)

::: geoarrow.rust.core
Expand All @@ -26,4 +27,5 @@ The classes on this page represent arrays of geospatial geometries.
- MultiPolygonArray
- MixedGeometryArray
- GeometryCollectionArray
- WKBArray
- RectArray
2 changes: 2 additions & 0 deletions python/core/docs/api/geometry/chunked.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Chunked arrays of geospatial geometries, each of the same type.
- [`ChunkedMultiPolygonArray`](#geoarrow.rust.core.ChunkedMultiPolygonArray)
- [`ChunkedMixedGeometryArray`](#geoarrow.rust.core.ChunkedMixedGeometryArray)
- [`ChunkedGeometryCollectionArray`](#geoarrow.rust.core.ChunkedGeometryCollectionArray)
- [`ChunkedWKBArray`](#geoarrow.rust.core.ChunkedWKBArray)
- [`ChunkedRectArray`](#geoarrow.rust.core.ChunkedRectArray)

::: geoarrow.rust.core
Expand All @@ -26,4 +27,5 @@ Chunked arrays of geospatial geometries, each of the same type.
- ChunkedMultiPolygonArray
- ChunkedMixedGeometryArray
- ChunkedGeometryCollectionArray
- ChunkedWKBArray
- ChunkedRectArray
5 changes: 5 additions & 0 deletions python/core/docs/api/io.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@
filters:
- "!^_"
members:
- from_ewkb
- from_wkb
- from_wkt
- to_wkb
- read_csv
- read_flatgeobuf
- read_geojson
9 changes: 9 additions & 0 deletions python/core/docs/api/table.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# GeoTable

::: geoarrow.rust.core.rust
options:
filters:
- "!^_"
- "^__arrow"
members:
- GeoTable
1 change: 0 additions & 1 deletion python/core/docs/index.md

This file was deleted.

1 change: 1 addition & 0 deletions python/core/docs/index.md
Loading

0 comments on commit 2fba3fb

Please sign in to comment.