File tree Expand file tree Collapse file tree
assets/javascripts/templates/pages Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -578,7 +578,7 @@ credits = [
578578 ' https://raw.githubusercontent.com/numpy/numpy/master/LICENSE.txt'
579579 ], [
580580 ' OCaml' ,
581- ' 1995-2020 Inria ' ,
581+ ' 1995-2021 INRIA ' ,
582582 ' CC BY-SA' ,
583583 ' https://ocaml.org/docs/'
584584 ], [
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module Docs
22 class Ocaml
33 class EntriesFilter < Docs ::EntriesFilter
44 def get_name
5- title = context [ :html_title ] . gsub ( /\u00A0 / , " " )
5+ title = context [ :html_title ] . gsub ( /[[:space:] \u200d ]+ / , " " )
66 title = title . split . join ( " " ) . strip
77 title . gsub! ( /^Chapter / , "" )
88
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ class Ocaml < FileScraper
33 self . name = 'OCaml'
44 self . type = 'ocaml'
55 self . root_path = 'index.html'
6- self . release = '4.11 '
6+ self . release = '4.12 '
77 self . base_url = "https://www.ocaml.org/releases/#{ self . release } /htmlman/"
88 self . links = {
99 home : 'https://ocaml.org/' ,
@@ -23,7 +23,7 @@ class Ocaml < FileScraper
2323 ]
2424
2525 options [ :attribution ] = <<-HTML
26- © INRIA 1995-2020 .
26+ © 1995-2021 INRIA .
2727 HTML
2828
2929 def get_latest_version ( opts )
You can’t perform that action at this time.
0 commit comments