Skip to content

Commit

Permalink
using a number as a reference creates footnote
Browse files Browse the repository at this point in the history
StefanKarpinski committed Oct 31, 2015
1 parent 3a371a8 commit e734f9e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/stdlib/linalg.rst
Original file line number Diff line number Diff line change
@@ -731,9 +731,10 @@ Linear algebra functions in Julia are largely implemented by calling functions f
For inverting dense ill-conditioned matrices in a least-squares sense,
``tol = sqrt(eps(real(float(one(eltype(M))))))`` is recommended.

For more information, see [8859]_, [B96]_, [S84]_, [KY88]_.
For more information, see [issue8859]_, [B96]_, [S84]_, [KY88]_.

.. [8859] Issue 8859, "Fix least squares", https://github.com/JuliaLang/julia/pull/8859
.. [issue8859] Issue 8859, "Fix least squares",
https://github.com/JuliaLang/julia/pull/8859
.. [B96] Åke Björck, "Numerical Methods for Least Squares Problems",
SIAM Press, Philadelphia, 1996, "Other Titles in Applied Mathematics", Vol. 51.
`doi:10.1137/1.9781611971484 <http://epubs.siam.org/doi/book/10.1137/1.9781611971484>`_

1 comment on commit e734f9e

@tkelman
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is going to get overwritten here. needs to be done at the source

julia/base/docs/helpdb.jl

Lines 6950 to 6952 in e734f9e

For more information, see [8859]_, [B96]_, [S84]_, [KY88]_.
.. [8859] Issue 8859, "Fix least squares", https://github.com/JuliaLang/julia/pull/8859

Please sign in to comment.