Closed sgasse closed 2 years ago
How can I locally build / access the ndarray_for_numpy_users documentation to see how my changes look like? I cannot find the page when running cargo doc --open.
I think you just need to enable the docs
feature, i.e. run
> cargo doc --features docs --open
Thank you @adamreichold , that worked :pray:
Hi! I took a stab at
Document ndarray's equivalent to NumPy's astype
from #597 in this PR: https://github.com/rust-ndarray/ndarray/pull/1123Here are a few questions:
ndarray_for_numpy_users
documentation to see how my changes look like? I cannot find the page when runningcargo doc --open
.ndarray
? (e.g.np.astype()
does not saturate,a.mapv(|x| x as u8
runs a saturated conversion)