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

fix the gitlab link for the ssh key #296

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion first-analysis-steps/analysisflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ This list is by no means exhaustive, so if there are any other tools you use oft
- [uproot](https://github.com/scikit-hep/uproot4) a python module that allows to read the root files (that are the output of the DaVinci package).
- [awkward-array](https://github.com/scikit-hep/awkward-1.0) a Python module for a friendly manipulation of data structures common in Particle Physics, i.e., nested, variable-sized data, including arbitrary-length lists, records, mixed types, and missing data, using NumPy-like idioms.
- [boost histogram](https://github.com/scikit-hep/boost-histogram) a python version of the C++14 library [Boost::Histogram](https://www.boost.org/doc/libs/1_77_0/libs/histogram/doc/html/index.html) for histogramming.
- [iminuit](https://github.com/scikit-hep/iminuit) a jupyter-friendly python interface for minimization package [Minuit2](https://root.cern.ch/doc/master/Minuit2Page.html).
- [iminuit](https://github.com/scikit-hep/iminuit) a jupyter-friendly python interface for minimization package [Minuit2](https://root.cern.ch/doc/master/md_math_minuit2_doc_Minuit2.html).
- [mplhep](https://github.com/scikit-hep/mplhep) a set of high energy physics helpers for [matplotlib](https://matplotlib.org/).
- etc.
* [RooFit](https://root.cern/manual/roofit/) a fitting, fit model defining, plotting and "toy model" generation package supported by CERN ROOT team. Can be used in both C++ and python.
Expand Down
2 changes: 1 addition & 1 deletion first-analysis-steps/lhcb-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ up.
```
and put in your information.

- Next, visit [https://gitlab.cern.ch/profile/keys](https://gitlab.cern.ch/profile/keys)
- Next, visit [https://gitlab.cern.ch/-/profile/keys](https://gitlab.cern.ch/-/profile/keys)
(logging in with your CERN credentials) and add an SSH key.

- Finally, run this LHCb-specific configuration command:
Expand Down