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

kou 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 0b67673d04 MINOR: [Docs] Fix sphinx rst syntax in Integration page 
(#13841)
0b67673d04 is described below

commit 0b67673d045bf6e3523277f6802be126661e3001
Author: Joris Van den Bossche <[email protected]>
AuthorDate: Fri Aug 12 02:41:46 2022 +0200

    MINOR: [Docs] Fix sphinx rst syntax in Integration page (#13841)
    
    Authored-by: Joris Van den Bossche <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 docs/source/format/Integration.rst | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/docs/source/format/Integration.rst 
b/docs/source/format/Integration.rst
index 8b91cdaf32..f625f57b94 100644
--- a/docs/source/format/Integration.rst
+++ b/docs/source/format/Integration.rst
@@ -455,14 +455,16 @@ Gold File Integration Tests
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 Pre-generated json and arrow IPC files (both file and stream format) exist
-in the `arrow-testing <https://github.com/apache/arrow-testing>` repository
+in the `arrow-testing <https://github.com/apache/arrow-testing>`__ repository
 in the ``data/arrow-ipc-stream/integration`` directory. These serve as
 *gold* files that are assumed to be correct for use in testing. They are 
 referenced by ``runner.py`` in the code for the :ref:`Archery <archery>`
 utility. Below are the test cases which are covered by them:
 
 * Backwards Compatibility
+
   - The following cases are tested using the 0.14.1 format:
+
     + datetime
     + decimals
     + dictionaries
@@ -472,10 +474,15 @@ utility. Below are the test cases which are covered by 
them:
     + primitives 
     + primitive with no batches
     + primitive with zero length batches
+
   - The following is tested for 0.17.1 format:
+
     + unions
+
 * Endianness
+
   - The following cases are tested with both Little Endian and Big Endian 
versions for auto conversion
+
     + custom metadata
     + datetime
     + decimals
@@ -497,7 +504,10 @@ utility. Below are the test cases which are covered by 
them:
     + primitive batches with zero length
     + recursive nested types
     + union types
+
 * Compression tests
+
   - LZ4
   - ZSTD
+
 * Batches with Shared Dictionaries

Reply via email to