File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
assets/javascripts/templates/pages Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -578,7 +578,7 @@ credits = [
578
578
' https://raw.githubusercontent.com/numpy/numpy/master/LICENSE.txt'
579
579
], [
580
580
' OCaml' ,
581
- ' 1995-2020 Inria ' ,
581
+ ' 1995-2021 INRIA ' ,
582
582
' CC BY-SA' ,
583
583
' https://ocaml.org/docs/'
584
584
], [
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module Docs
2
2
class Ocaml
3
3
class EntriesFilter < Docs ::EntriesFilter
4
4
def get_name
5
- title = context [ :html_title ] . gsub ( /\u00A0 / , " " )
5
+ title = context [ :html_title ] . gsub ( /[[:space:] \u200d ]+ / , " " )
6
6
title = title . split . join ( " " ) . strip
7
7
title . gsub! ( /^Chapter / , "" )
8
8
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ class Ocaml < FileScraper
3
3
self . name = 'OCaml'
4
4
self . type = 'ocaml'
5
5
self . root_path = 'index.html'
6
- self . release = '4.11 '
6
+ self . release = '4.12 '
7
7
self . base_url = "https://www.ocaml.org/releases/#{ self . release } /htmlman/"
8
8
self . links = {
9
9
home : 'https://ocaml.org/' ,
@@ -23,7 +23,7 @@ class Ocaml < FileScraper
23
23
]
24
24
25
25
options [ :attribution ] = <<-HTML
26
- © INRIA 1995-2020 .
26
+ © 1995-2021 INRIA .
27
27
HTML
28
28
29
29
def get_latest_version ( opts )
You can’t perform that action at this time.
0 commit comments