Skip to content

Commit 46c3e9f

Browse files
committed
Add signposting to Run 3 Starterkit
1 parent efa9d83 commit 46c3e9f

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# The LHCb Starterkit lessons ![Build Status](https://github.com/lhcb/starterkit-lessons/actions/workflows/build.yml/badge.svg)
22

3-
These are the lessons taught during the [LHCb Starterkit][starterkit].
3+
These are the lessons historically taught during the [LHCb Starterkit][starterkit].
4+
These lessons focus on LHCb software from Runs 1 and 2. For Run 3, the software changed a lot and a [new set of Starterkit lessons][run3-starterkit] was written.
45
If you'd like to join the next workshop, visit [the website][starterkit] to find out when that will how and how to sign up.
56

67
If you'd just like to learn about how to use the LHCb software, [read on](first-analysis-steps/README.md)!
78

89
[starterkit]: https://lhcb.github.io/starterkit
10+
[run3-starterkit]: https://lhcb-starterkit-run3.docs.cern.ch/
911
[first-analysis-steps]: https://lhcb.github.io/starterkit-lessons/first-analysis-steps/
1012

1113

_templates/layout.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{% extends "!layout.html" %}
2+
3+
{% block content %}
4+
{{ super() }}
5+
<footer class="custom-footer" style="margin-top: 2em; padding-top: 1em; border-top: 1px solid #ccc; font-size: 0.9em; text-align: center;">
6+
<p>Note that this is the Starterkit for Runs 1 and 2. For Run 3, the software changed considerably and you can find its own dedicated Starterkit lessons <a href="https://lhcb-starterkit-run3.docs.cern.ch" target="_blank">here</a>.</p>
7+
</footer>
8+
{% endblock %}

conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
r'https://sourceforge.net/.*', # 403 error - rejects the bot
3535
]
3636

37+
# Add a footer pointing to the Run 3 Starterkit
38+
templates_path = ["_templates"]
39+
3740
starterkit_ci_redirects['first-analysis-steps/index.html'] = 'https://lhcb.github.io/starterkit-lessons/first-analysis-steps/README.html'
3841
starterkit_ci_redirects['second-analysis-steps/index.html'] = 'https://lhcb.github.io/starterkit-lessons/second-analysis-steps/README.html'
3942

0 commit comments

Comments
 (0)