Skip to content

Commit 06ce9ee

Browse files
committed
Update pandas documentation (2.3.0)
1 parent fc86e6e commit 06ce9ee

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/docs/scrapers/pandas.rb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ class Pandas < FileScraper
1111
options[:skip] = %w(internals.html release.html contributing.html whatsnew.html)
1212
options[:skip_patterns] = [/whatsnew\//]
1313

14+
# https://github.com/pandas-dev/pandas/blob/main/LICENSE
1415
options[:attribution] = <<-HTML
15-
&copy; 2008&ndash;2022, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team<br>
16+
&copy; 2008&ndash;2011, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team<br>
17+
&copy; 2011&ndash;2025, Open source contributors<br>
1618
Licensed under the 3-clause BSD License.
1719
HTML
1820

1921
version '2' do
20-
self.release = '2.2.2'
22+
self.release = '2.3.0'
2123
self.base_url = "https://pandas.pydata.org/pandas-docs/version/#{self.release}/"
2224

2325
html_filters.push 'pandas/clean_html', 'pandas/entries'

0 commit comments

Comments
 (0)