Skip to content

Commit 10fb5e1

Browse files
committed
Add links to documentation into the README
1 parent d52ca03 commit 10fb5e1

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ systems of equations with a banded Jacobian matrix, for least squares
1919
problems with a large amount of data, and for checking the consistency
2020
of the Jacobian matrix with the functions.
2121

22-
Jorge More', Burt Garbow, and Ken Hillstrom at Argonne National Laboratory.
22+
Jorge Moré, Burt Garbow, and Ken Hillstrom at Argonne National Laboratory.
2323

2424
Documentation
2525
-------------
@@ -44,9 +44,13 @@ default values for the rest (`easy-to-use driver`). Finally:
4444

4545
* ``chkder``: checks the consistency of the Jacobian matrix with the functions
4646

47-
Detailed documentation for all these routines together with an example is given
48-
in the file ``ex/file06`` (for double precision). Ready to use examples of
49-
usage are in the ``examples`` directory.
47+
More general documentation is given in
48+
the 1980 Argonne technical report written by the authors of Minpack,
49+
`Chapters 1-3 <http://www.mcs.anl.gov/~more/ANL8074a.pdf>`_.
50+
The `Chapter 4 <http://www.mcs.anl.gov/~more/ANL8074b.pdf>`_ (also available in
51+
the file ``ex/file06``) contains detailed documentation for all these routines
52+
together with an example of usage. Ready to use examples of usage are in the
53+
``examples`` directory.
5054

5155
Other files in the ``ex`` directory are original examples of usage of various
5256
routines (single and double precision), but are not compiled by default.

0 commit comments

Comments
 (0)