This repository was archived by the owner on Nov 17, 2023. It is now read-only.
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Scala API docs examples and discussion content & render inaccuracies #13308
Open
Description
Description
The Scala API docs are generated using sources that have examples that are pythonic or otherwise not Scala example code. Also scaladocs isn't able to render the rst code that is extracted from the other sources.
Rather than include this info that doesn't render properly and is out of context, it would be better to link to the source material where it renders properly and makes sense in its original context.
Example:
BilinearSampler would still have the inputs and returns info, but the detail would point to the BilinearSampler Python API source docs.