Skip to content

Commit

Permalink
doc: add documentation interlinks (apache#975)
Browse files Browse the repository at this point in the history
  • Loading branch information
comphead authored Sep 26, 2024
1 parent b4de8e0 commit 22561c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ To get started with Apache DataFusion Comet, follow the
[DataFusion Slack and Discord channels](https://datafusion.apache.org/contributor-guide/communication.html) to connect
with other users, ask questions, and share your experiences with Comet.

Follow [Apache DataFusion Comet Overview](https://datafusion.apache.org/comet/user-guide/overview.html) to get more detailed information

## Contributing

We welcome contributions from the community to help improve and enhance Apache DataFusion Comet. Whether it's fixing
Expand Down
7 changes: 1 addition & 6 deletions docs/source/user-guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,9 @@ Make sure the following requirements are met and software installed on your mach
- Linux
- Apple OSX (Intel and Apple Silicon)

## Supported Apache Spark versions
- 3.3
- 3.4
- 3.5

## Requirements

- [Apache Spark supported by Comet](#supported-apache-spark-versions)
- [Apache Spark supported by Comet](overview.md#supported-apache-spark-versions)
- JDK 8 and up
- GLIBC 2.17 (Centos 7) and up

Expand Down
2 changes: 1 addition & 1 deletion docs/source/user-guide/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The following diagram illustrates the architecture of Comet:

![Comet System Diagram](../_static/images/comet-system-diagram.png)

## Current Status
## Supported Apache Spark versions

Comet currently supports the following versions of Apache Spark:

Expand Down

0 comments on commit 22561c4

Please sign in to comment.