Skip to content

Commit f489154

Browse files
committed
Update Gnuplot documentation (5.4.0)
1 parent 591c300 commit f489154

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

lib/docs/filters/gnuplot/clean_html.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# coding: utf-8
12
module Docs
23
class Gnuplot
34
class CleanHtmlFilter < Filter
@@ -14,6 +15,9 @@ def call
1415
title = css('.HUGE')[0]
1516
title.name = 'h1'
1617

18+
# weird .svg links
19+
css('#tex2html_wrap21553').remove
20+
1721
subtitle = css('.XLARGE')[0]
1822
title.content = title.content + ' − ' + subtitle.content
1923

lib/docs/scrapers/gnuplot.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Docs
22
class Gnuplot < FileScraper
33
self.type = 'gnuplot'
4-
self.release = '5.2.8'
4+
self.release = '5.4.0'
55
self.links = {
66
home: 'http://www.gnuplot.info/',
77
code: 'https://sourceforge.net/projects/gnuplot/'

0 commit comments

Comments
 (0)