This is an automated email from the ASF dual-hosted git repository.

jorisvandenbossche pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new f1a32a510a GH-38312: [Docs] Add the Arrow C Device data interface page 
to the sidebar TOC (#38313)
f1a32a510a is described below

commit f1a32a510a3d822e2ce60f0ee95988147830c9a3
Author: Joris Van den Bossche <[email protected]>
AuthorDate: Wed Oct 18 08:47:27 2023 +0200

    GH-38312: [Docs] Add the Arrow C Device data interface page to the sidebar 
TOC (#38313)
    
    
    * Closes: #38312
    
    Authored-by: Joris Van den Bossche <[email protected]>
    Signed-off-by: Joris Van den Bossche <[email protected]>
---
 docs/source/format/ADBC.rst  | 2 +-
 docs/source/format/index.rst | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/source/format/ADBC.rst b/docs/source/format/ADBC.rst
index 3bf4360a70..0bd835e97d 100644
--- a/docs/source/format/ADBC.rst
+++ b/docs/source/format/ADBC.rst
@@ -19,7 +19,7 @@
 ADBC: Arrow Database Connectivity
 =================================
 
-Full Documentation on ADBC can be found at `https://arrow.apache.org/adbc/`_.
+Full Documentation on ADBC can be found at https://arrow.apache.org/adbc/.
 
 Rationale
 =========
diff --git a/docs/source/format/index.rst b/docs/source/format/index.rst
index 2c953a7298..856830d863 100644
--- a/docs/source/format/index.rst
+++ b/docs/source/format/index.rst
@@ -29,6 +29,7 @@ Specifications
    Other
    CDataInterface
    CStreamInterface
+   CDeviceDataInterface
    Flight
    FlightSql
    ADBC

Reply via email to