|
|
@ -1,6 +1,6 @@
|
|
|
|
module Docs
|
|
|
|
module Docs
|
|
|
|
class Python < FileScraper
|
|
|
|
class Python < FileScraper
|
|
|
|
self.version = '3.4.2'
|
|
|
|
self.version = '3.4.3'
|
|
|
|
self.type = 'sphinx'
|
|
|
|
self.type = 'sphinx'
|
|
|
|
self.dir = '/Users/Thibaut/DevDocs/Docs/Python' # downloaded from docs.python.org/3/download.html
|
|
|
|
self.dir = '/Users/Thibaut/DevDocs/Docs/Python' # downloaded from docs.python.org/3/download.html
|
|
|
|
self.base_url = 'http://docs.python.org/3/'
|
|
|
|
self.base_url = 'http://docs.python.org/3/'
|
|
|
@ -20,7 +20,7 @@ module Docs
|
|
|
|
library/sunau.html)
|
|
|
|
library/sunau.html)
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 1990–2014 Python Software Foundation<br>
|
|
|
|
© 1990–2015 Python Software Foundation<br>
|
|
|
|
Licensed under the PSF License.
|
|
|
|
Licensed under the PSF License.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
end
|
|
|
|
end
|
|
|
|