We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example,
.. function numpy.clip ::
And how can I custom the prefix to be np.clip? Or simply clip? See https://taichi-glsl.readthedocs.io/en/latest/api/taichi_glsl.glsl.clamp.html, my users are expected to import taichi_glsl as ts and play with it like ts.clamp instead of taichi_glsl.glsl.clamp.
np.clip
clip
import taichi_glsl as ts
ts.clamp
taichi_glsl.glsl.clamp
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For example,
.. function numpy.clip ::
And how can I custom the prefix to be
np.clip
? Or simplyclip
?See https://taichi-glsl.readthedocs.io/en/latest/api/taichi_glsl.glsl.clamp.html, my users are expected to
import taichi_glsl as ts
and play with it likets.clamp
instead oftaichi_glsl.glsl.clamp
.The text was updated successfully, but these errors were encountered: