From 38312e08f1d7f2e2cfa66170b3bd9fa097b4234c Mon Sep 17 00:00:00 2001 From: Yosuke Shiro Date: Fri, 25 Jan 2019 16:02:19 +0900 Subject: [PATCH] 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 Closes #3481 from shiro615/docs-change-extension-from-md-to-rst and squashes the following commits: 58d7574a Change extension from format/README.md to format/README.rst --- format/{README.md => README.rst} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename format/{README.md => README.rst} (98%) diff --git a/format/README.md b/format/README.rst similarity index 98% rename from format/README.md rename to format/README.rst index 6da844549e640..0eaad49b7e394 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.