mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update pandas documentation (0.20.2)
This commit is contained in:
parent
e8135b17ee
commit
7e0bac9cb0
3 changed files with 8 additions and 5 deletions
|
@ -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>© 2008-2011 AQR Capital Management, LLC<br>© 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'
|
||||
], [
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -16,12 +16,15 @@ module Docs
|
|||
options[:skip] = %w(internals.html release.html contributing.html whatsnew.html)
|
||||
|
||||
options[:attribution] = <<-HTML
|
||||
© 2011–2012 Lambda Foundry, Inc. and PyData Development Team<br>
|
||||
© 2008–2011 AQR Capital Management, LLC<br>
|
||||
© 2008–2014 the pandas development team<br>
|
||||
© 2008–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}/"
|
||||
|
|
Loading…
Reference in a new issue