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/04 03:26:42 UTC

[arrow] branch master updated (80fd4ef -> 0729cb7)

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

wesm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


 discard 80fd4ef  ARROW-3834: [Doc] Merge C++ and Python documentation

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/master (0729cb7)
            \
             O -- O -- O   (80fd4ef)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .dockerignore                                      |   2 +-
 .gitignore                                         |   5 -
 .pre-commit-config.yaml                            |   8 -
 ci/conda_env_python.yml                            |   1 -
 ci/conda_env_sphinx.yml                            |  23 -
 ci/docker_build_sphinx.sh                          |  30 -
 ci/travis_script_python.sh                         |  11 +-
 cpp/apidoc/Doxyfile                                |   2 +-
 cpp/apidoc/index.md                                |  57 ++
 cpp/src/arrow/array.h                              |   1 -
 cpp/src/arrow/flight/CMakeLists.txt                |   2 +-
 cpp/src/arrow/ipc/CMakeLists.txt                   |   8 +-
 dev/gen_apidocs/create_documents.sh                |   9 +
 dev/release/rat_exclude_files.txt                  |   2 +-
 dev/release/run-rat.sh                             |   8 +-
 docker-compose.yml                                 |  16 +-
 docs/Dockerfile                                    |  26 -
 docs/source/cpp/api.rst                            |  27 -
 docs/source/cpp/api/array.rst                      |  81 ---
 docs/source/cpp/api/memory.rst                     |  57 --
 docs/source/cpp/index.rst                          |  88 ---
 docs/source/format/Guidelines.rst                  |  43 --
 docs/source/format/IPC.rst                         | 237 --------
 docs/source/format/Metadata.rst                    | 394 -------------
 docs/source/format/README.rst                      |  53 --
 docs/source/python/index.rst                       |  48 --
 {docs/source/format => format}/Arrow.graffle       | Bin
 {docs/source/format => format}/Arrow.png           | Bin
 {docs/source/format => format}/File.fbs            |   0
 {docs/source/format => format}/Flight.proto        |   0
 format/Guidelines.md                               |  35 ++
 format/IPC.md                                      | 253 ++++++++
 docs/source/format/Layout.rst => format/Layout.md  | 640 ++++++++++-----------
 {docs/source/format => format}/Message.fbs         |   0
 format/Metadata.md                                 | 409 +++++++++++++
 format/README.md                                   |  53 ++
 {docs/source/format => format}/Schema.fbs          |   0
 {docs/source/format => format}/Tensor.fbs          |   0
 java/flight/pom.xml                                |   2 +-
 java/format/pom.xml                                |   8 +-
 python/README.md                                   |   6 +-
 {docs => python/doc}/.gitignore                    |   2 +-
 {docs => python/doc}/Benchmarks.md                 |   0
 {docs => python/doc}/Makefile                      |   0
 {docs => python/doc}/environment.yml               |   0
 {docs => python/doc}/requirements.txt              |   1 -
 {docs => python/doc}/source/_static/stub           |   0
 {docs => python/doc}/source/_templates/layout.html |   0
 {docs/source/python => python/doc/source}/api.rst  |   0
 {docs => python/doc}/source/conf.py                |  44 +-
 {docs/source/python => python/doc/source}/csv.rst  |   0
 {docs/source/python => python/doc/source}/data.rst |   0
 .../python => python/doc/source}/development.rst   |   0
 .../python => python/doc/source}/extending.rst     |   0
 .../python => python/doc/source}/filesystems.rst   |   0
 .../doc/source}/getting_involved.rst               |   0
 {docs => python/doc}/source/index.rst              |  40 +-
 .../python => python/doc/source}/install.rst       |   0
 {docs/source/python => python/doc/source}/ipc.rst  |   0
 .../source/python => python/doc/source}/memory.rst |   0
 .../source/python => python/doc/source}/numpy.rst  |   4 +-
 .../source/python => python/doc/source}/pandas.rst |   4 +-
 .../python => python/doc/source}/parquet.rst       |   0
 .../source/python => python/doc/source}/plasma.rst |   0
 64 files changed, 1212 insertions(+), 1528 deletions(-)
 delete mode 100644 ci/conda_env_sphinx.yml
 delete mode 100755 ci/docker_build_sphinx.sh
 delete mode 100644 docs/Dockerfile
 delete mode 100644 docs/source/cpp/api.rst
 delete mode 100644 docs/source/cpp/api/array.rst
 delete mode 100644 docs/source/cpp/api/memory.rst
 delete mode 100644 docs/source/cpp/index.rst
 delete mode 100644 docs/source/format/Guidelines.rst
 delete mode 100644 docs/source/format/IPC.rst
 delete mode 100644 docs/source/format/Metadata.rst
 delete mode 100644 docs/source/format/README.rst
 delete mode 100644 docs/source/python/index.rst
 rename {docs/source/format => format}/Arrow.graffle (100%)
 rename {docs/source/format => format}/Arrow.png (100%)
 rename {docs/source/format => format}/File.fbs (100%)
 rename {docs/source/format => format}/Flight.proto (100%)
 create mode 100644 format/Guidelines.md
 create mode 100644 format/IPC.md
 rename docs/source/format/Layout.rst => format/Layout.md (53%)
 rename {docs/source/format => format}/Message.fbs (100%)
 create mode 100644 format/Metadata.md
 create mode 100644 format/README.md
 rename {docs/source/format => format}/Schema.fbs (100%)
 rename {docs/source/format => format}/Tensor.fbs (100%)
 rename {docs => python/doc}/.gitignore (97%)
 rename {docs => python/doc}/Benchmarks.md (100%)
 rename {docs => python/doc}/Makefile (100%)
 rename {docs => python/doc}/environment.yml (100%)
 rename {docs => python/doc}/requirements.txt (86%)
 rename {docs => python/doc}/source/_static/stub (100%)
 rename {docs => python/doc}/source/_templates/layout.html (100%)
 rename {docs/source/python => python/doc/source}/api.rst (100%)
 rename {docs => python/doc}/source/conf.py (93%)
 rename {docs/source/python => python/doc/source}/csv.rst (100%)
 rename {docs/source/python => python/doc/source}/data.rst (100%)
 rename {docs/source/python => python/doc/source}/development.rst (100%)
 rename {docs/source/python => python/doc/source}/extending.rst (100%)
 rename {docs/source/python => python/doc/source}/filesystems.rst (100%)
 rename {docs/source/python => python/doc/source}/getting_involved.rst (100%)
 rename {docs => python/doc}/source/index.rst (62%)
 rename {docs/source/python => python/doc/source}/install.rst (100%)
 rename {docs/source/python => python/doc/source}/ipc.rst (100%)
 rename {docs/source/python => python/doc/source}/memory.rst (100%)
 rename {docs/source/python => python/doc/source}/numpy.rst (97%)
 rename {docs/source/python => python/doc/source}/pandas.rst (99%)
 rename {docs/source/python => python/doc/source}/parquet.rst (100%)
 rename {docs/source/python => python/doc/source}/plasma.rst (100%)