Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consistent naming of tutorials #310

Merged
merged 2 commits into from Sep 11, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/tutorials.rst
Expand Up @@ -7,13 +7,13 @@ Tutorials

All the tutorials are in tutorial directory. You can view them online too:

- `Basic tutorial <http://nbviewer.ipython.org/urls/raw.github.com/iminuit/iminuit/master/tutorial/tutorial.ipynb>`_.
- `Basic tutorial <http://nbviewer.ipython.org/urls/raw.github.com/iminuit/iminuit/master/tutorial/basic_tutorial.ipynb>`_.
Covers the basics of using iminuit.
- `Advanced tutorial <http://nbviewer.ipython.org/urls/raw.github.com/iminuit/iminuit/master/tutorial/advanced_tutorial.ipynb>`_.
The advanced tutorial shows you how to speed up the computation of the
objective function with Cython and how to write wrapper classes that work
with iminuits parameter name discovery.
- `Hard Core Cython tutorial <http://nbviewer.ipython.org/urls/raw.github.com/iminuit/iminuit/master/tutorial/hard-core-tutorial.ipynb>`_.
- `Hard Core Cython tutorial <http://nbviewer.ipython.org/urls/raw.github.com/iminuit/iminuit/master/tutorial/hard_core_tutorial.ipynb>`_.
If you need to do a huge likelihood fit that needs speed, this is for you.
If you don't care, just use `probfit`_.
It's a fun read though I think.
File renamed without changes.