Skip to content

Commit d586eb5

Browse files
Technical fixes (#203)
* Fix html-proofer ignore attribute for broken URLs * Update Jekyll configuration to use plugins instead of gems (deprecated) * Update Graeme's affiliation * Update url-ignore
1 parent 72bc58e commit d586eb5

File tree

5 files changed

+13
-8
lines changed

5 files changed

+13
-8
lines changed

.travis-scripts/url-ignore

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Do not use this file to suppress checks against URLs any more.
2-
# Instead please add the tag "data-proofer-ignore" to your link,
2+
# Instead please add the attribute tag "data-proofer-ignore" to your link,
33
# see
44
# https://github.com/gjtorikian/html-proofer#ignoring-content
55
#
66
# To use this technique with a markdown URL, you can use the
77
# kramdown extension that adds tags to URLs, e.g.
8-
# [link text](http://valid.but.unferifiable.com/){:data-proofer-ignore}
8+
# [link text](http://valid.but.unferifiable.com/){:data-proofer-ignore=""}
9+
#
10+
# N.B. Jekyll's kramdown generator changed to ignore plain attributes attached
11+
# to links, but using an empty value works just fine.

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ highlighter: rouge
77
markdown: kramdown
88
future: true
99
exclude: [vendor]
10-
gems:
10+
plugins:
1111
- jekyll-mentions
1212
- jekyll-sitemap
1313
- jekyll-redirect-from

_gsocproposals/proposal_ATLASrucio.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,7 @@ A working implementation of the desired new functionalities and fully tested at
4848
## Links
4949

5050
- [Rucio Public Github Mirror](https://github.com/rucio01/rucio)
51-
- [Rucio Website](http://rucio.cern.ch){:data-proofer-ignore}
51+
- [Rucio Website](http://rucio.cern.ch){:data-proofer-ignore=""}
5252
- [Google Cloud Services](https://cloud.google.com/)
53+
54+
<!-- rucio.cern.ch has a broken CA right now -->

_gsocproposals/proposal_TMVAmlr.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ organization:
88
---
99

1010
# Description
11-
[mlr](https://mlr-org.github.io/) is an [R](https://cran.r-project.org/) package that integrates almost all machine learning packages in R. [RMVA](http://oproject.org/RMVA){:data-proofer-ignore} is a set of plugins for TMVA based on [ROOTR](http://oproject.org/ROOT+R){:data-proofer-ignore} that allows the use of R in TMVA. The idea is to update the library RMVA to use mlr.
11+
[mlr](https://mlr-org.github.io/) is an [R](https://cran.r-project.org/) package that integrates almost all machine learning packages in R. [RMVA](http://oproject.org/RMVA){:data-proofer-ignore=""} is a set of plugins for TMVA based on [ROOTR](http://oproject.org/ROOT+R){:data-proofer-ignore=""} that allows the use of R in TMVA. The idea is to update the library RMVA to use mlr.
1212

1313
<!-- oproject is very slow and times out on html-proofer -->
1414

@@ -35,5 +35,5 @@ organization:
3535

3636
* [http://root.cern](http://root.cern)
3737
* [http://mlr-org.github.io](http://mlr-org.github.io)
38-
* [http://oproject.org/RMVA](http://oproject.org/RMVA)
39-
* [http://oproject.org/ROOT+R](http://oproject.org/ROOT+R)
38+
* [http://oproject.org/RMVA](http://oproject.org/RMVA){:data-proofer-ignore=""}
39+
* [http://oproject.org/ROOT+R](http://oproject.org/ROOT+R){:data-proofer-ignore=""}

organization/team.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Currently the activities within the HSF are organized by the *HSF startup team*.
1818
* Dario Menasce - [INFN](http://www.mi.infn.it)
1919
* Mark Neubauer - University of Illinois at Urbana-Champaign
2020
* Elizabeth Sexton-Kennedy - [FNAL](http://www.fnal.gov)
21-
* Graeme Stewart - [Glasgow](http://www.gla.ac.uk/schools/physics/research/groups/particlephysicsexperiment/)
21+
* Graeme Stewart - [CERN](https://cern.ch)
2222
* Craig Tull - [LBNL](http://www.lbl.gov)
2323
* Andrea Valassi - [CERN](http://cern.ch)
2424
* Brett Viren - [BNL](https://www.bnl.gov)

0 commit comments

Comments
 (0)