File tree Expand file tree Collapse file tree 4 files changed +19
-3
lines changed
Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515# ==============================================================================
16+
17+ ######################################################################################################################
18+ # IMPORTANT: Tools under this folder are not used anymore to generate the Java API docs, as there are unfixed issues
19+ # with DocLava. We are keeping it here for reference, in case we want to revisit it in the future.
20+ ######################################################################################################################
21+
1622"""Generate TensorFlow Java reference docs for TensorFlow.org."""
1723from __future__ import absolute_import
1824from __future__ import division
Original file line number Diff line number Diff line change 1+ ######################################################################################################################
2+ # IMPORTANT: Tools under this folder are not used anymore to generate the Java API docs, as there are unfixed issues
3+ # with DocLava. We are keeping it here for reference, in case we want to revisit it in the future.
4+ ######################################################################################################################
5+ GitPython
6+ requests
7+ tensorflow-docs
Original file line number Diff line number Diff line change 11#! /bin/bash
2+
3+ # #####################################################################################################################
4+ # IMPORTANT: Tools under this folder are not used anymore to generate the Java API docs, as there are unfixed issues
5+ # with DocLava. We are keeping it here for reference, in case we want to revisit it in the future.
6+ # #####################################################################################################################
7+
28set -ex
39
410export JAVA_HOME=/Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home # Or change to any JDK 11 home path
You can’t perform that action at this time.
0 commit comments