diff --git a/doc/source/parquet.md b/doc/source/parquet.md index 9a69d8a..d48e145 100644 --- a/doc/source/parquet.md +++ b/doc/source/parquet.md @@ -8,7 +8,7 @@ for more on Apache Parquet. ## Partitioning -As outlined in :doc:`guide/spatial-partitioning`, dask-geopandas can spatially partition datasets. These partitions are +As outlined in [Spatial partitioning in Dask-GeoPandas](guide/spatial-partitioning.md), dask-geopandas can spatially partition datasets. These partitions are persisted in the parquet files. By default, reading these spatial partitions requires opening every file and checking its spatial extent. This can be a @@ -19,4 +19,4 @@ specify ``gather_spatial_partitions=False`` when reading the file: ```py ddf = dask_geopandas.read_parquet("...", gather_spatial_partitions=False) ddf.spatial_partitions # None -``` \ No newline at end of file +```