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 f903a45 ARROW-8649: [Java] [Website] Java documentation on website is
hidden
f903a45 is described below
commit f903a4507030ca060318e4c16889b3986f10ff43
Author: Neal Richardson <[email protected]>
AuthorDate: Fri Jun 12 11:36:20 2020 -0500
ARROW-8649: [Java] [Website] Java documentation on website is hidden
This proposal moves the generated javadoc site from /docs/java/ to
/docs/java/reference/. It appears that Sphinx is generating a
/docs/java/index.html that has links to the Java prose docs, but the
docs_build.sh script was overwriting it with the javadoc.
Closes #7409 from nealrichardson/java-docs
Authored-by: Neal Richardson <[email protected]>
Signed-off-by: Wes McKinney <[email protected]>
---
ci/scripts/docs_build.sh | 2 +-
docs/source/index.rst | 6 +++---
docs/source/java/index.rst | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/ci/scripts/docs_build.sh b/ci/scripts/docs_build.sh
index 9156171..a0d926a 100755
--- a/ci/scripts/docs_build.sh
+++ b/ci/scripts/docs_build.sh
@@ -40,7 +40,7 @@ rsync -a ${arrow_dir}/r/docs/ ${build_dir}/r
rsync -a ${ARROW_HOME}/share/gtk-doc/html/ ${build_dir}/c_glib
# Java
-rsync -a ${arrow_dir}/java/target/site/apidocs/ ${build_dir}/java
+rsync -a ${arrow_dir}/java/target/site/apidocs/ ${build_dir}/java/reference
# Javascript
rsync -a ${arrow_dir}/js/doc/ ${build_dir}/js
diff --git a/docs/source/index.rst b/docs/source/index.rst
index 8d70ce1..3478cb2 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -52,11 +52,11 @@ such topics as:
:caption: Arrow Libraries
status
- C++ <cpp/index>
- Python <python/index>
- Java <https://arrow.apache.org/docs/java/>
C/GLib <https://arrow.apache.org/docs/c_glib/>
+ C++ <cpp/index>
+ Java <java/index>
JavaScript <https://arrow.apache.org/docs/js/>
+ Python <python/index>
R <https://arrow.apache.org/docs/r/>
.. _toc.development:
diff --git a/docs/source/java/index.rst b/docs/source/java/index.rst
index 3ca51c5..5bb0857 100644
--- a/docs/source/java/index.rst
+++ b/docs/source/java/index.rst
@@ -27,4 +27,4 @@ on the Arrow format and other language bindings see the
:doc:`parent documentati
vector
vector_schema_root
ipc
-
+ Reference (javadoc) <https://arrow.apache.org/docs/java/reference/>