Skip to content

Commit 1ce80fb

Browse files
committed
Add mention for legacy doc tools
1 parent f9d2b06 commit 1ce80fb

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 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."""
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 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

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 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+
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)