Skip to content

Commit 85e905d

Browse files
committed
Merge branch 'fix/docs-nav' of github.com:tensorflow/java into fix/docs-nav
2 parents 4540f2d + f27ce86 commit 85e905d

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

docs/legacy/requirements.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
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 used anymore to generate the Java API docs, as there are unfixed issues for
19+
# generating, the docs using DocLava. We are keeping it here for reference, in case we want to revisit it later.
20+
######################################################################################################################
21+
1622
"""Generate TensorFlow Java reference docs for TensorFlow.org."""
1723
from __future__ import absolute_import
1824
from __future__ import division

docs/legacy_tools/requirements.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
######################################################################################################################
2+
# IMPORTANT: tools under this folder are used anymore to generate the Java API docs, as there are unfixed issues for
3+
# generating, the docs using DocLava. We are keeping it here for reference, in case we want to revisit it later.
4+
######################################################################################################################
5+
GitPython
6+
requests
7+
tensorflow-docs

docs/legacy/run-javadoc-for-tf-local.sh renamed to docs/legacy_tools/run-javadoc-for-tf-local.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
#!/bin/bash
2+
3+
######################################################################################################################
4+
# IMPORTANT: tools under this folder are used anymore to generate the Java API docs, as there are unfixed issues for
5+
# generating, the docs using DocLava. We are keeping it here for reference, in case we want to revisit it later.
6+
######################################################################################################################
7+
28
set -ex
39

410
export JAVA_HOME=/Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home # Or change to any JDK 11 home path

0 commit comments

Comments
 (0)