Axect / Peroxide

Rust numeric library with R, MATLAB & Python syntax
https://crates.io/crates/peroxide
Apache License 2.0
509 stars 31 forks source link

DataFrame documentation is missing on docs.rs #29

Closed vks closed 4 years ago

vks commented 4 years ago

The link to it on docs.rs is dead: https://docs.rs/peroxide/0.26.4/peroxide/structure/dataframe/index.html

Axect commented 4 years ago

@vks Thanks for your concern. To use dataframe in peroxide, libnetcdf is required. Thus to construct CI is struggled work. And it's same for O3 and plot features. And also I need some latex equations in document. From these reasons, I use self-hosting instead of docs.rs - https://peroxide.surge.sh or https://peroxide.info (mentioned in README & crates.io).

vks commented 4 years ago

My bad, I should have checked that you are not linking to docs.rs. Thanks for the quick reply!