Skip to content

Commit b500c3d

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

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

docs/legacy/requirements.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@
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."""
1724
from __future__ import absolute_import
1825
from __future__ import division

docs/legacy_tools/requirements.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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

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