|
|
@ -2,7 +2,7 @@ module Docs
|
|
|
|
class Opentsdb < UrlScraper
|
|
|
|
class Opentsdb < UrlScraper
|
|
|
|
self.name = 'OpenTSDB'
|
|
|
|
self.name = 'OpenTSDB'
|
|
|
|
self.type = 'sphinx_simple'
|
|
|
|
self.type = 'sphinx_simple'
|
|
|
|
self.release = '2.1.0'
|
|
|
|
self.release = '2.2.0'
|
|
|
|
self.base_url = 'http://opentsdb.net/docs/build/html/'
|
|
|
|
self.base_url = 'http://opentsdb.net/docs/build/html/'
|
|
|
|
self.root_path = 'index.html'
|
|
|
|
self.root_path = 'index.html'
|
|
|
|
self.links = {
|
|
|
|
self.links = {
|
|
|
@ -15,7 +15,7 @@ module Docs
|
|
|
|
options[:skip] = %w(genindex.html search.html)
|
|
|
|
options[:skip] = %w(genindex.html search.html)
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2010–2015 The OpenTSDB Authors<br>
|
|
|
|
© 2010–2016 The OpenTSDB Authors<br>
|
|
|
|
Licensed under the GNU LGPLv2.1+ and GPLv3+ licenses.
|
|
|
|
Licensed under the GNU LGPLv2.1+ and GPLv3+ licenses.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
end
|
|
|
|
end
|
|
|
|