From 94e3fd35db956dd0af6fe117521895f1a58109fb Mon Sep 17 00:00:00 2001 From: Bryce Mecum Date: Thu, 3 Oct 2024 15:27:43 -0700 Subject: [PATCH] Fix links on docs index page --- docs/source/index.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 959b964026be..f11670d259bf 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -36,15 +36,15 @@ Apache DataFusion DataFusion is an extensible query engine written in `Rust `_ that uses `Apache Arrow `_ as its in-memory format. -This documentation is for the core DataFusion project, which contains +This documentation is for the `core DataFusion project `_, which contains libraries that are used to build data-centric system software. DataFusion also offers the following subprojects, which provide packaged versions of DataFusion intended for end users, and these have separate documentation. -- DataFusion Python offers a Python interface for SQL and DataFrame +- `DataFusion Python `_ offers a Python interface for SQL and DataFrame queries. -- DataFusion Ray provides a distributed version of DataFusion - that scales out on Ray clusters. -- DataFusion Comet is an accelerator for Apache Spark based on +- `DataFusion Ray `_ provides a distributed version of DataFusion + that scales out on `Ray `_ clusters. +- `DataFusion Comet `_ is an accelerator for Apache Spark based on DataFusion. DataFusion's target users are