Merged
Conversation
b3cae41 to
e50a22e
Compare
Craigacp
reviewed
Dec 8, 2025
docs/docs/install.md
Outdated
|
|
||
| *Note: To use TensorFlow on Android, see | ||
| [TensorFlow Lite](https://tensorflow.org/lite)* | ||
| [TensorFlow LiteRT](https://tensorflow.org/lite)* |
Collaborator
There was a problem hiding this comment.
I think it's just called LiteRT now, they dropped the TensorFlow.
| @@ -0,0 +1,125 @@ | |||
| # Lint as: python3 | |||
| @@ -0,0 +1,98 @@ | |||
| #!/bin/bash | |||
Collaborator
Author
There was a problem hiding this comment.
Yes as in the PR description, I thought it could be good to preserve a copy of those in case some courageous developers want to try generating our docs with DocLava in the future... but no, we don't need them
Collaborator
Author
There was a problem hiding this comment.
I renamed the docs/tools folder to docs/legacy but let me know if you prefer me to drop it entirely
Collaborator
There was a problem hiding this comment.
Sorry, I failed at reading the PR description. Might be an idea to update the doc string at the top of each file to say they are from the old documentation generation system and no longer used.
85e905d to
1ce80fb
Compare
1ce80fb to
b500c3d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added navigation and landing page(s) for docs site. Also include updates in generated files to link to the latest version of JavaCPP
Note: I know that the docs tools are no longer being used, in favor of Maven, but I thought keeping them in the source tree could be useful if later we want to revisit that choice (hopefully not ;) )