Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions topical/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,16 @@ ROOT files is supported.

The CERN Program Library was a large collection of general-purpose programs written in
FORTRAN. It is deprecated for many years but many algorithms it implemented at that time
were back-ported to ROOT. That's why
[a link to the pdf version of the CERNLib manual](https://root.cern/d/sites/d35c7d8c.web.cern.ch/files/cernlib.pdf){:target="_blank"}
is kept here.
were back-ported to ROOT. Here is
[a link to the pdf version of the CERNLib manual](https://indico.cern.ch/event/801649/attachments/1801273/2955935/cernlib.pdf){:target="_blank"}
and to the [community-maintained version](https://cernlib.web.cern.ch/version.html).

## Minuit

Minuit was a FORTRAN package conceived as a tool to find the minimum value of a multi-parameter
function and analyze the shape of the function around the minimum. It was translated in
C++ in the {% include ref class="TMinuit"%} class.
[A link to the pdf version of the Minuit manual](https://root.cern/d/sites/d35c7d8c.web.cern.ch/files/minuit.pdf){:target="_blank"}
[A link to the pdf version of the Minuit manual](https://root.cern.ch/download/minuit.pdf){:target="_blank"}
is kept here.

## Minuit 2
Expand Down Expand Up @@ -121,4 +121,4 @@ The [Documentation](https://github.com/root-project/root/blob/master/documentati

[PROOF](https://root.cern/doc/master/group__proof.html) is kept for those who still need it for legacy use cases.
The legacy documentation is now frozen. It is available
as a [pdf document](https://root.cern/download/proof.pdf).
as a [pdf document](https://root.cern/download/proof.pdf).
Loading