Skip to content

Commit

Permalink
Minor: Add crates.io / API links to website (#5871)
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb authored Apr 5, 2023
1 parent 47a5d4e commit a3fd77b
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,19 @@ DataFusion offers SQL and Dataframe APIs, excellent
CSV, Parquet, JSON, and Avro, extensive customization, and a great
community.

.. _toc.guide:

.. _toc.links:
.. toctree::
:maxdepth: 1
:caption: Links

Issue tracker <https://github.com/apache/arrow-datafusion/issues>
crates.io <https://crates.io/crates/datafusion>
API Docs <https://docs.rs/datafusion/21.1.0/datafusion/>
Github <https://github.com/apache/arrow-datafusion>
Code of conduct <https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md>

.. _toc.guide:
.. toctree::
:maxdepth: 1
:caption: User Guide
Expand Down Expand Up @@ -63,6 +74,3 @@ community.
contributor-guide/roadmap
contributor-guide/quarterly_roadmap
contributor-guide/specification/index
Github <https://github.com/apache/arrow-datafusion>
Issue tracker <https://github.com/apache/arrow-datafusion/issues>
Code of conduct <https://github.com/apache/arrow-datafusion/blob/main/CODE_OF_CONDUCT.md>

0 comments on commit a3fd77b

Please sign in to comment.