Skip to content

Commit

Permalink
Remove ndarray from the docs generator.
Browse files Browse the repository at this point in the history
`ndarray` is not part of the repo anymore. 
This is preventing me from updating the docs to v0.4.

We need to either remove it here or add code to this script to clone that repo and copy-in the code.
  • Loading branch information
MarkDaoust committed Nov 30, 2021
1 parent f07e89e commit 68a38c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/build_java_api_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ def main(unused_argv):
merged_source/'java/org/tensorflow')
shutil.copytree(REPO_ROOT/'tensorflow-framework/src/main/java/org/tensorflow/framework',
merged_source/'java/org/tensorflow/framework')
shutil.copytree(REPO_ROOT/'ndarray/src/main/java/org/tensorflow/ndarray',
merged_source/'java/org/tensorflow/ndarray')

gen_java.gen_java_docs(
package='org.tensorflow',
Expand Down

0 comments on commit 68a38c9

Please sign in to comment.