We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 370261b commit d6c9d2bCopy full SHA for d6c9d2b
1 file changed
lib/docs/scrapers/gnuplot.rb
@@ -1,13 +1,12 @@
1
module Docs
2
class Gnuplot < FileScraper
3
- self.name = 'Gnuplot'
4
- self.slug = 'gnuplot'
5
self.type = 'gnuplot'
+ self.release = '5.2.8'
6
self.links = {
7
home: 'http://gnuplot.sourceforge.net/'
8
}
9
10
- self.root_path = 'index.html'
+ self.root_path = 'nofigures.html'
11
12
html_filters.push 'gnuplot/entries', 'gnuplot/clean_html'
13
@@ -30,6 +29,7 @@ class Gnuplot < FileScraper
30
29
Commands.html
31
Contents.html
32
Bugs.html
+ Index.html
33
)
34
35
options[:attribution] = <<-HTML
0 commit comments