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: