Skip to content

Commit a2c2b17

Browse files
committed
Move cookbook examples to own page
1 parent a4160a6 commit a2c2b17

2 files changed

Lines changed: 10 additions & 24 deletions

File tree

docs/source/index.rst

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -105,27 +105,3 @@ Libraries
105105

106106
The Apache Arrow project provides libraries in many languages. For more details, see the full
107107
`Libraries documentation <libraries/index>`__.
108-
109-
- `C/GLib <c_glib/index>`__
110-
- `C++ <cpp/index>`__
111-
- `C# <https://github.com/apache/arrow/blob/main/csharp/README.md>`__
112-
- `Go <https://arrow.apache.org/go/>`__
113-
- `Java <java/index>`__
114-
- `JavaScript <js/index>`__
115-
- `Julia <https://arrow.apache.org/julia/>`__
116-
- `MATLAB <https://github.com/apache/arrow/blob/main/matlab/README.md>`__
117-
- `nanoarrow <https://arrow.apache.org/nanoarrow/>`__
118-
- `Python <python/index>`__
119-
- `R <r/index>`__
120-
- `Ruby <https://github.com/apache/arrow/blob/main/ruby/README.md>`__
121-
- `Rust <https://docs.rs/crate/arrow/>`__
122-
123-
Examples
124-
--------
125-
126-
The Apache Arrow project provides example code in multiple languages.
127-
128-
- `C++ cookbook <https://arrow.apache.org/cookbook/cpp/>`__
129-
- `Java cookbook <https://arrow.apache.org/cookbook/java/>`__
130-
- `Python cookbook <https://arrow.apache.org/cookbook/py/>`__
131-
- `R cookbook <https://arrow.apache.org/cookbook/r/>`__

docs/source/libraries/index.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,13 @@ Documentation and source code for Apache Arrow libraries
6666
- `Rust Docs <https://docs.rs/arrow/latest>`_
6767
- `Rust Source <https://github.com/apache/arrow-rs>`_
6868

69+
70+
Examples
71+
--------
72+
73+
The Apache Arrow project provides example code in multiple languages.
74+
75+
- `C++ cookbook <https://arrow.apache.org/cookbook/cpp/>`__
76+
- `Java cookbook <https://arrow.apache.org/cookbook/java/>`__
77+
- `Python cookbook <https://arrow.apache.org/cookbook/py/>`__
78+
- `R cookbook <https://arrow.apache.org/cookbook/r/>`__

0 commit comments

Comments
 (0)