amol- commented on a change in pull request #1:
URL: https://github.com/apache/arrow-cookbook/pull/1#discussion_r673805888



##########
File path: README.rst
##########
@@ -0,0 +1,46 @@
+Apache Arrow Cookbooks
+======================
+
+Cookbooks are a collection of recipes about common tasks
+that Arrow users might want to do. The cookbook is actually
+composed by multiple cookbooks, one for each supported platform,
+that contain the recipes for that specific platform.
+
+All cookbooks are buildable to HTML and verifiable by running
+a set of tests that confirm that the recipes are still working
+as expected.
+
+Each cookbook is implemented in platform specific toools,
+for this reason a Makefile is provided to abstract platform
+specific concerns and allow to build/test all cookbooks
+without any platform specific knowledge (as far as dependencies
+are available on the target system).
+
+Building All Cookbooks
+----------------------
+
+``make all``
+
+Testing All Cookbooks
+---------------------
+
+``make test``
+
+Listing Available Commands
+--------------------------
+
+``make help``
+
+Building Platform Specificic Cookbook

Review comment:
       Addressed




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to