|
|
@ -1,9 +1,8 @@
|
|
|
|
module Docs
|
|
|
|
module Docs
|
|
|
|
class Statsmodels < UrlScraper
|
|
|
|
class Statsmodels < UrlScraper
|
|
|
|
self.name = 'Statsmodels'
|
|
|
|
|
|
|
|
self.type = 'sphinx'
|
|
|
|
self.type = 'sphinx'
|
|
|
|
self.release = '0.6.1'
|
|
|
|
self.release = '0.6.1'
|
|
|
|
self.base_url = "http://statsmodels.sourceforge.net/stable/"
|
|
|
|
self.base_url = 'http://statsmodels.sourceforge.net/stable/'
|
|
|
|
self.root_path = 'index.html'
|
|
|
|
self.root_path = 'index.html'
|
|
|
|
self.links = {
|
|
|
|
self.links = {
|
|
|
|
home: 'http://statsmodels.sourceforge.net/',
|
|
|
|
home: 'http://statsmodels.sourceforge.net/',
|
|
|
@ -12,7 +11,7 @@ module Docs
|
|
|
|
|
|
|
|
|
|
|
|
html_filters.push 'statsmodels/entries', 'statsmodels/clean_html', 'sphinx/clean_html'
|
|
|
|
html_filters.push 'statsmodels/entries', 'statsmodels/clean_html', 'sphinx/clean_html'
|
|
|
|
|
|
|
|
|
|
|
|
options[:skip] = %w(about.html)
|
|
|
|
options[:skip] = %w(about.html search.html genindex.html)
|
|
|
|
options[:skip_patterns] = [/\Arelease/, /\Adev/, /\A_modules/, /\Adatasets/]
|
|
|
|
options[:skip_patterns] = [/\Arelease/, /\Adev/, /\A_modules/, /\Adatasets/]
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|