Skip to content

Commit

Permalink
argmin-testfunctions: fix crosslinks in module docs
Browse files Browse the repository at this point in the history
  • Loading branch information
airwoodix committed Oct 21, 2024
1 parent 5752f58 commit d7255ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crates/argmin-testfunctions/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
//! `<test function name>_hessian`, respectively. The const generics variants are defined as
//! `<test function name>_derivative_const` and `<test function name>_hessian_const`.
//!
//! Some functions, such as `ackley`, `rosenbrock` and `rastrigin` come with additional optional
//! parameters which change the shape of the functions. These additional parameters are exposed in
//! `ackley_abc`, `rosenbrock_ab` and `rastrigin_a`.
//! Some functions, such as [`ackley()`], [`rosenbrock()`] and [`rastrigin()`] come with additional
//! optional parameters which change the shape of the functions. These additional parameters
//! are exposed in [`ackley_abc()`], [`rosenbrock_ab()`] and [`rastrigin_a()`].
//!
//! All functions are generic over their inputs and work with `[f64]` and `[f32]`.
//! All functions are generic over their inputs and work with [`f64`] and [`f32`].
//!
//! ## Python wrapper
//!
Expand Down

0 comments on commit d7255ec

Please sign in to comment.