From f86747f66d9c5255e0cdd5b8a408df1922f57267 Mon Sep 17 00:00:00 2001 From: Sergiu Deitsch Date: Mon, 17 Feb 2025 11:20:54 +0100 Subject: [PATCH] Remove unreferenced footnote Change-Id: I6988ef4f0c6a98c7cbf44a45c3c11c81ab26466e --- docs/source/nnls_tutorial.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/source/nnls_tutorial.rst b/docs/source/nnls_tutorial.rst index 6de800e59..2304e70a1 100644 --- a/docs/source/nnls_tutorial.rst +++ b/docs/source/nnls_tutorial.rst @@ -443,11 +443,6 @@ It is easy to see that the optimal solution to this problem is at :math:`0`. In 10 iterations, Ceres finds a solution with an objective function value of :math:`4\times 10^{-12}`. -.. rubric:: Footnotes - -.. [#f5] `examples/powell.cc - `_. - .. _section-fitting: