Skip to content

Commit 46fc9b5

Browse files
authored
fix the links to the source files of the ref guides
1 parent 03d1a0a commit 46fc9b5

File tree

1 file changed

+32
-27
lines changed

1 file changed

+32
-27
lines changed

reference/index.md

Lines changed: 32 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -8,37 +8,42 @@ sidebar:
88
The Reference Guide is available for all major ROOT releases.
99
This page gives the list of all the past versions.
1010

11-
| ROOT Version | HTML link | Download links | Link to the Tag file | Link to the QCH file |
12-
|------------------------|----------------------------------------------------------------------------|---------------------------------------|------------------------------------------------------|------------------------------------------------------|
13-
| HEAD of the git master | [browse](https://root.cern/doc/master/){:target="_blank"} | [htmlmaster.tar.gz](https://root.cern/download/htmlmaster.tar.gz) | [tag file](https://root.cern/doc/master/ROOT.tag.gz) | [qch file](https://root.cern/doc/master/ROOT.qch.gz) |
14-
| 6.36 | [browse](https://root.cern/doc/v636/){:target="_blank"} | {% include download name="html636" %} | [tag file](https://root.cern/doc/v636/ROOT.tag.gz) |
15-
| 6.34 | [browse](https://root.cern/doc/v634/){:target="_blank"} | {% include download name="html634" %} | [tag file](https://root.cern/doc/v634/ROOT.tag.gz) |
16-
| 6.32 | [browse](https://root.cern/doc/v632/){:target="_blank"} | {% include download name="html632" %} | [tag file](https://root.cern/doc/v632/ROOT.tag.gz) |
17-
| 6.30 | [browse](https://root.cern/doc/v630/){:target="_blank"} | {% include download name="html630" %} | [tag file](https://root.cern/doc/v630/ROOT.tag.gz) |
18-
| 6.28 | [browse](https://root.cern/doc/v628/){:target="_blank"} | {% include download name="html628" %} | [tag file](https://root.cern/doc/v628/ROOT.tag.gz) |
19-
| 6.26 | [browse](https://root.cern/doc/v626/){:target="_blank"} | {% include download name="html626" %} | [tag file](https://root.cern/doc/v626/ROOT.tag.gz) |
20-
| 6.24 | [browse](https://root.cern/doc/v624/){:target="_blank"} | {% include download name="html624" %} | [tag file](https://root.cern/doc/v624/ROOT.tag.gz) |
21-
| 6.22 | [browse](https://root.cern/doc/v622/){:target="_blank"} | {% include download name="html622" %} | [tag file](https://root.cern/doc/v622/ROOT.tag.gz) |
22-
| 6.20 | [browse](https://root.cern/doc/v620/){:target="_blank"} | {% include download name="html620" %} | [tag file](https://root.cern/doc/v620/ROOT.tag.gz) |
23-
| 6.18 | [browse](https://root.cern/doc/v618/){:target="_blank"} | {% include download name="html618" %} | [tag file](https://root.cern/doc/v618/ROOT.tag.gz) |
24-
| 6.16 | [browse](https://root.cern/doc/v616/){:target="_blank"} | {% include download name="html616" %} | [tag file](https://root.cern/doc/v616/ROOT.tag.gz) |
25-
| 6.14 | [browse](https://root.cern/doc/v614/){:target="_blank"} | {% include download name="html614" %} | [tag file](https://root.cern/doc/v614/ROOT.tag.gz) |
26-
| 6.12 | [browse](https://root.cern/doc/v612/){:target="_blank"} | {% include download name="html612" %} | [tag file](https://root.cern/doc/v612/ROOT.tag.gz) |
27-
| 6.10 | [browse](https://root.cern/doc/v610/){:target="_blank"} | {% include download name="html610" %} | [tag file](https://root.cern/doc/v610/ROOT.tag.gz) |
28-
| 6.08 | [browse](https://root.cern/doc/v608/){:target="_blank"} | {% include download name="html608" %} | [tag file](https://root.cern/doc/v608/ROOT.tag.gz) |
29-
| 6.06 | [browse](https://root.cern/root/html606/){:target="_blank"} | {% include download name="html606" %} | [tag file](https://root.cern/doc/v606/ROOT.tag.gz) |
30-
| 6.04 | [browse](https://root.cern/root/html604/ClassIndex.html){:target="_blank"} | {% include download name="html604" %} | |
31-
| 6.02 | [browse](https://root.cern/root/html602/ClassIndex.html){:target="_blank"} | {% include download name="html602" %} | |
32-
| 5.34 | [browse](https://root.cern/root/html534/ClassIndex.html){:target="_blank"} | {% include download name="html534" %} | |
33-
| 5.32 | | {% include download name="html532" %} | |
34-
| 5.30 | | {% include download name="html530" %} | |
35-
| 5.28 | | {% include download name="html528" %} | |
36-
| 5.26 | | {% include download name="html526" %} | |
37-
| 5.24 | | {% include download name="html524" %} | |
11+
{% assign d = 'https://root.cern/doc/' %}
12+
{% assign r = 'https://root.cern/root/' %}
13+
{% assign g = 'https://root.cern/download/' %}
14+
15+
| ROOT Version | HTML link | Download links | Link to the Tag file | Link to the QCH file |
16+
|------------------------|----------------------------------------------------------|-------------------------------------------------------------------|-------------------------------------|-------------------------------------|
17+
| HEAD of the git master | [browse]({{d}}master/){:target="_blank"} | [htmlmaster.tar.gz](https://root.cern/download/htmlmaster.tar.gz) | [tag file]({{d}}master/ROOT.tag.gz) | [qch file]({{d}}master/ROOT.qch.gz) |
18+
| 6.36 | [browse]({{d}}v636/){:target="_blank"} | [htmlv6-36-00-patches.tar.gz]({{g}}htmlv6-36-00-patches.tar.gz) | [tag file]({{d}}v636/ROOT.tag.gz) | |
19+
| 6.34 | [browse]({{d}}v634/){:target="_blank"} | [htmlv6-34-00-patches.tar.gz]({{g}}htmlv6-34-00-patches.tar.gz) | [tag file]({{d}}v634/ROOT.tag.gz) | |
20+
| 6.32 | [browse]({{d}}v632/){:target="_blank"} | [htmlv6-32-00-patches.tar.gz]({{g}}htmlv6-32-00-patches.tar.gz) | [tag file]({{d}}v632/ROOT.tag.gz) | |
21+
| 6.30 | [browse]({{d}}v630/){:target="_blank"} | {% include download name="html630" %} | [tag file]({{d}}v630/ROOT.tag.gz) | |
22+
| 6.28 | [browse]({{d}}v628/){:target="_blank"} | {% include download name="html628" %} | [tag file]({{d}}v628/ROOT.tag.gz) | |
23+
| 6.26 | [browse]({{d}}v626/){:target="_blank"} | {% include download name="html626" %} | [tag file]({{d}}v626/ROOT.tag.gz) | |
24+
| 6.24 | [browse]({{d}}v624/){:target="_blank"} | {% include download name="html624" %} | | |
25+
| 6.22 | [browse]({{d}}v622/){:target="_blank"} | {% include download name="html622" %} | | |
26+
| 6.20 | [browse]({{d}}v620/){:target="_blank"} | {% include download name="html620" %} | | |
27+
| 6.18 | [browse]({{d}}v618/){:target="_blank"} | {% include download name="html618" %} | | |
28+
| 6.16 | [browse]({{d}}v616/){:target="_blank"} | {% include download name="html616" %} | | |
29+
| 6.14 | [browse]({{d}}v614/){:target="_blank"} | {% include download name="html614" %} | | |
30+
| 6.12 | [browse]({{d}}v612/){:target="_blank"} | {% include download name="html612" %} | | |
31+
| 6.10 | [browse]({{d}}v610/){:target="_blank"} | {% include download name="html610" %} | | |
32+
| 6.08 | [browse]({{d}}v608/){:target="_blank"} | {% include download name="html608" %} | | |
33+
| 6.06 | [browse]({{r}}html606/){:target="_blank"} | {% include download name="html606" %} | | |
34+
| 6.04 | [browse]({{r}}html604/ClassIndex.html){:target="_blank"} | {% include download name="html604" %} | | |
35+
| 6.02 | [browse]({{r}}html602/ClassIndex.html){:target="_blank"} | {% include download name="html602" %} | | |
36+
| 5.34 | [browse]({{r}}html534/ClassIndex.html){:target="_blank"} | {% include download name="html534" %} | | |
37+
| 5.32 | | {% include download name="html532" %} | | |
38+
| 5.30 | | {% include download name="html530" %} | | |
39+
| 5.28 | | {% include download name="html528" %} | | |
40+
| 5.26 | | {% include download name="html526" %} | | |
41+
| 5.24 | | {% include download name="html524" %} | | |
3842

3943
If your project documentation is done via Doxygen and it depends on ROOT, you may want to
4044
link your project documentation to the ROOT reference guide. This can be done using ROOT
4145
tag file (corresponding to your ROOT version) produced by
4246
[Doxygen](https://www.doxygen.nl){:target="_blank"} available in the previous table.
4347

4448
The .qch column is a file that you can use with [qt-assistant](https://doc.qt.io/qt-5/qtassistant-index.html), or for embedded help functionality in the open-source IDE [QtCreator](https://www.qt.io/download-open-source){:target="_blank"}. For example, pressing F1 on top of a function will take you to its documentation on the [right sidebar](https://www.creatis.insa-lyon.fr/~grenier/?p=273){:target="_blank"}. Hovering the mouse on an object will show you a pop-up with its brief description. You can also consult the HTML reference guide without having to open a web browser or needing Internet access, just by clicking on the Help icon of the left sidebar. To enable these functionalities, go to Tools, Options, Help, Documentation, Add, Select the downloaded qch file (and do not delete it later). More detailed instructions are to be found on [this blog post](https://root.cern/blog/code-horsepower-f1/).
49+

0 commit comments

Comments
 (0)