You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2019/01/25 07:02:33 UTC

[arrow] branch master updated: ARROW-4366: [Docs] Change extension from format/README.md to format/README.rst

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 38312e0  ARROW-4366: [Docs] Change extension from format/README.md to format/README.rst
38312e0 is described below

commit 38312e08f1d7f2e2cfa66170b3bd9fa097b4234c
Author: Yosuke Shiro <yo...@gmail.com>
AuthorDate: Fri Jan 25 16:02:19 2019 +0900

    ARROW-4366: [Docs] Change extension from format/README.md to format/README.rst
    
    format/README.md is written with the reST syntax.
    
    Author: Yosuke Shiro <yo...@gmail.com>
    
    Closes #3481 from shiro615/docs-change-extension-from-md-to-rst and squashes the following commits:
    
    58d7574a <Yosuke Shiro>  Change extension from format/README.md to format/README.rst
---
 format/{README.md => README.rst} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/format/README.md b/format/README.rst
similarity index 98%
rename from format/README.md
rename to format/README.rst
index 6da8445..0eaad49 100644
--- a/format/README.md
+++ b/format/README.rst
@@ -22,4 +22,4 @@ This folder contains binary protocol definitions for the Arrow columnar format
 and other parts of the project, like the Flight RPC framework.
 
 For documentation about the Arrow format, see the `docs/source/format`
-directory.
\ No newline at end of file
+directory.