You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2018/12/05 00:18:57 UTC

[arrow] branch master updated: ARROW-3629: [Python] Add write_to_dataset to Python Sphinx API listing

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

wesm 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 abdf7b4  ARROW-3629: [Python] Add write_to_dataset to Python Sphinx API listing
abdf7b4 is described below

commit abdf7b4d14fc139a5c2edbdf232281908d63fbf4
Author: Tanya Schlusser <ta...@tickel.net>
AuthorDate: Tue Dec 4 18:18:50 2018 -0600

    ARROW-3629: [Python] Add write_to_dataset to Python Sphinx API listing
    
    Not sure whether this was all that was wanted. The new Sphinx theme is working, by the way. More comments in the JIRA. Screenshot with `write_to_dataset` highlighted:
    <img width="663" alt="screen shot 2018-12-04 at 11 43 07 am" src="https://user-images.githubusercontent.com/7432951/49462054-c40d8c00-f7ba-11e8-8bdd-aad09f01b6a5.png">
    
    Author: Tanya Schlusser <ta...@tickel.net>
    
    Closes #3089 from tanyaschlusser/ARROW-3629 and squashes the following commits:
    
    499a4b25b <Tanya Schlusser> ARROW-3629:  Add write_to_dataset to Python Sphinx API listing
---
 python/doc/source/api.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/python/doc/source/api.rst b/python/doc/source/api.rst
index 4ecd7d6..0686396 100644
--- a/python/doc/source/api.rst
+++ b/python/doc/source/api.rst
@@ -372,6 +372,7 @@ Apache Parquet
    read_schema
    write_metadata
    write_table
+   write_to_dataset
 
 .. currentmodule:: pyarrow