Update D3.js documentation (3.5.3)

pull/165/head
Thibaut 10 years ago
parent 8404892536
commit 683c4655b8

@ -117,7 +117,7 @@ credits = [
'http://creativecommons.org/licenses/by-sa/2.5/'
], [
'D3.js',
'2014 Michael Bostock',
'2015 Michael Bostock',
'BSD',
'https://raw.github.com/mbostock/d3/master/LICENSE'
], [

@ -3,7 +3,7 @@ module Docs
self.name = 'D3.js'
self.slug = 'd3'
self.type = 'd3'
self.version = '3.5.2'
self.version = '3.5.3'
self.base_url = 'https://github.com/mbostock/d3/wiki/'
self.root_path = 'API-Reference'
@ -36,7 +36,7 @@ module Docs
options[:skip_patterns] = [/\//]
options[:attribution] = <<-HTML
&copy; 2014 Michael Bostock<br>
&copy; 2015 Michael Bostock<br>
Licensed under the BSD License.
HTML
end

Loading…
Cancel
Save