Skip to content

Commit d2e7874

Browse files
authored
Move minuit2 user guide to doxygen and remove outdated info
Closes #14551.
1 parent 779fa43 commit d2e7874

File tree

15 files changed

+2212
-3480
lines changed

15 files changed

+2212
-3480
lines changed

documentation/minuit2/Makefile

Lines changed: 0 additions & 32 deletions
This file was deleted.

documentation/minuit2/Minuit2.md

Lines changed: 0 additions & 2274 deletions
This file was deleted.

documentation/minuit2/metadata.xml

Lines changed: 0 additions & 2 deletions
This file was deleted.

documentation/minuit2/title.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

documentation/minuit2/titlepage.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

math/minuit2/DEVELOP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ After this happens, all the standard CMake machinery can produce the source dist
5858

5959

6060
[ROOT]: https://root.cern
61-
[minuitdoc]: https://root.cern/root/htmldoc/guides/users-guide/ROOTUsersGuide.html#minuit2-package
61+
[minuitdoc]: https://root.cern/doc/master/Minuit2Page.html
6262
[CMake]: https://cmake.org

math/minuit2/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ There are two ways to get Minuit2; you can checkout the [ROOT] source, then just
1111
To build, use the standard [CMake] procedure; on most systems, this looks like:
1212

1313
```bash
14-
mkdir PATH_TO_MINIUT2_BUILD
14+
mkdir PATH_TO_MINUIT2_BUILD
1515
cd PATH_TO_MINUIT2_BUILD
1616
cmake PATH_TO_MINUIT2_SOURCE
1717
cmake --build .
@@ -64,5 +64,5 @@ make package
6464

6565
[DEVELOP.md]: ./DEVELOP.md
6666
[ROOT]: https://root.cern
67-
[minuitdoc]: https://root.cern/root/htmldoc/guides/users-guide/ROOTUsersGuide.html#minuit2-package
67+
[minuitdoc]: https://root.cern/doc/master/Minuit2Page.html
6868
[CMake]: https://cmake.org

0 commit comments

Comments
 (0)