This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new 8aca43d731 MINOR: [Docs][Format] Add link to IPC section on the
Columnar page (#33788)
8aca43d731 is described below
commit 8aca43d731d24110b3b1b20fbf1f44a51020dc35
Author: Matthijs Brobbel <[email protected]>
AuthorDate: Mon Jan 23 14:31:29 2023 +0100
MINOR: [Docs][Format] Add link to IPC section on the Columnar page (#33788)
### Rationale for this change
Linking directly to the IPC section makes it easier to find what people are
looking for.
### What changes are included in this PR?
Adds a link to the section about IPC (on the columnar page) from the IPC
page.
Authored-by: Matthijs Brobbel <[email protected]>
Signed-off-by: David Li <[email protected]>
---
docs/source/format/IPC.rst | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/docs/source/format/IPC.rst b/docs/source/format/IPC.rst
index 65b47f7d71..7cfb0fcfe0 100644
--- a/docs/source/format/IPC.rst
+++ b/docs/source/format/IPC.rst
@@ -20,5 +20,6 @@
IPC
===
-The contents of this document have relocated to the main :ref:`Columnar
-Specification <format_columnar>` page.
+The contents of this document have relocated to the :ref:`Serialization and
+Interprocess Communication (IPC) <format-ipc>` section on the main
+:ref:`Columnar Specification <format_columnar>` page.