to266 / optimize

Rust crate for numerical optimization
Apache License 2.0
7 stars 3 forks source link

GoldenRatio doesn't show in documentation #13

Open huonw opened 5 years ago

huonw commented 5 years ago

It seems the new (since 0.1.0) optimize::scalar::golden_ratio::GoldenRatio type isn't re-exported as optimize::scalar::GoldenRatio and so the documentation (created via cargo doc) for optimize::scalar just shows GoldenRatioBuilder but not what it builds:

image

(And that GoldenRatio link, .../optimize/scalar/struct.GoldenRatio.html, doesn't exist.)