File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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: Files in legacy_tools are no longer used to generate the TensorFlow-Java API docs as there are unfixed issues
19+ # when using DocLava outside of the Google environment. We are keeping these for reference in case they are useful later.
20+ ######################################################################################################################
21+
22+
1623"""Generate TensorFlow Java reference docs for TensorFlow.org."""
1724from __future__ import absolute_import
1825from __future__ import division
Original file line number Diff line number Diff line change 1+ ######################################################################################################################
2+ # IMPORTANT: Files in legacy_tools are no longer used to generate the TensorFlow-Java API docs as there are unfixed issues
3+ # when using DocLava outside of the Google environment. We are keeping these for reference in case they are useful later.
4+ ######################################################################################################################
5+
6+ GitPython
7+ requests
8+ tensorflow-docs
Original file line number Diff line number Diff line change 11#! /bin/bash
2+
3+ # #####################################################################################################################
4+ # IMPORTANT: Files in legacy_tools are no longer used to generate the TensorFlow-Java API docs as there are unfixed issues
5+ # when using DocLava outside of the Google environment. We are keeping these for reference in case they are useful later.
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