Replace Hertzberg mentions with citations Change-Id: Ife1b9c2b321593912bc18a5c57c39fbda27da51f
diff --git a/docs/source/nnls_modeling.rst b/docs/source/nnls_modeling.rst index 3b20f8e..c3bf679 100644 --- a/docs/source/nnls_modeling.rst +++ b/docs/source/nnls_modeling.rst
@@ -1339,10 +1339,7 @@ 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 <https://arxiv.org/pdf/1107.1119.pdf>`_ -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 @@ SphereManifold<ceres::DYNAMIC> 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 -<https://arxiv.org/pdf/1107.1119.pdf>`_ -By C. Hertzberg, R. Wagner, U. Frese and L. Schroder +For more details, please see Section B.2 (p.25) in [Hertzberg]_ :class:`LineManifold`