--- a/src/python_access/diff_mapping.rs Thu Feb 26 09:32:12 2026 -0500 +++ b/src/python_access/diff_mapping.rs Wed Apr 22 22:32:00 2026 -0500 @@ -1,5 +1,5 @@ /*! -[`DifferentiableMapping`]s implemented in Python. +[`alg_tools::mapping::DifferentiableMapping`]s implemented in Python. */ use super::{process_error, NumpyArray_f64}; use crate::dolfinx_access::DolfinxPyFunction_f64;