diff --git a/docs/source/nnls_modeling.rst b/docs/source/nnls_modeling.rst index 3b20f8e37..c3bf67914 100644 --- a/docs/source/nnls_modeling.rst +++ b/docs/source/nnls_modeling.rst @@ -1339,10 +1339,7 @@ Additionally we require that :math:`\boxplus` and :math:`\boxminus` be sufficiently smooth. In particular they need to be differentiable everywhere on the manifold. -For more details, please see `Integrating Generic Sensor Fusion -Algorithms with Sound State Representations through Encapsulation of -Manifolds `_ -By C. Hertzberg, R. Wagner, U. Frese and L. Schroder +For more details, please see [Hertzberg]_ The :class:`Manifold` interface allows the user to define a manifold for the purposes optimization by implementing ``Plus`` and ``Minus`` @@ -1675,11 +1672,7 @@ dimension needs to be provided as a constructor argument: SphereManifold manifold(ambient_dim); -For more details, please see Section B.2 (p.25) in `Integrating -Generic Sensor Fusion Algorithms with Sound State Representations -through Encapsulation of Manifolds -`_ -By C. Hertzberg, R. Wagner, U. Frese and L. Schroder +For more details, please see Section B.2 (p.25) in [Hertzberg]_ :class:`LineManifold`