|
|
@ -16,12 +16,15 @@ module Docs
|
|
|
|
options[:skip] = %w(internals.html release.html contributing.html whatsnew.html)
|
|
|
|
options[:skip] = %w(internals.html release.html contributing.html whatsnew.html)
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2011–2012 Lambda Foundry, Inc. and PyData Development Team<br>
|
|
|
|
© 2008–2012, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team<br>
|
|
|
|
© 2008–2011 AQR Capital Management, LLC<br>
|
|
|
|
|
|
|
|
© 2008–2014 the pandas development team<br>
|
|
|
|
|
|
|
|
Licensed under the 3-clause BSD License.
|
|
|
|
Licensed under the 3-clause BSD License.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
version '0.20' do
|
|
|
|
|
|
|
|
self.release = '0.20.2'
|
|
|
|
|
|
|
|
self.base_url = "http://pandas.pydata.org/pandas-docs/version/#{self.release}/"
|
|
|
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
version '0.19' do
|
|
|
|
version '0.19' do
|
|
|
|
self.release = '0.19.2'
|
|
|
|
self.release = '0.19.2'
|
|
|
|
self.base_url = "http://pandas.pydata.org/pandas-docs/version/#{self.release}/"
|
|
|
|
self.base_url = "http://pandas.pydata.org/pandas-docs/version/#{self.release}/"
|
|
|
|