Update pandas documentation (0.20.2)

This commit is contained in:
Thibaut Courouble 2017-06-25 10:54:36 -04:00
parent e8135b17ee
commit 7e0bac9cb0
3 changed files with 8 additions and 5 deletions

View file

@ -455,7 +455,7 @@ credits = [
'https://raw.githubusercontent.com/padrino/padrino-framework/master/padrino/LICENSE.txt'
], [
'pandas',
'2011-2012 Lambda Foundry, Inc. and PyData Development Team<br>&copy; 2008-2011 AQR Capital Management, LLC<br>&copy; 2008-2014 the pandas development team',
'2008-2012, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team',
'BSD',
'https://raw.githubusercontent.com/pydata/pandas/master/LICENSE'
], [

View file

@ -17,7 +17,7 @@ module Docs
def get_type
if subpath.start_with?('generated')
css('.toctree-l2.current > a').last.content
css('.toctree-l2.current > a').last.content.remove(/\s\(.+?\)/)
else
'Manual'
end

View file

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