We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 495a4e9 commit a90f0a3Copy full SHA for a90f0a3
1 file changed
lib/docs/scrapers/pandas.rb
@@ -20,6 +20,11 @@ class Pandas < UrlScraper
20
Licensed under the 3-clause BSD License.
21
HTML
22
23
+ version '0.22' do
24
+ self.release = '0.22.0'
25
+ self.base_url = "http://pandas.pydata.org/pandas-docs/version/#{self.release}/"
26
+ end
27
+
28
version '0.21' do
29
self.release = '0.21.0'
30
self.base_url = "http://pandas.pydata.org/pandas-docs/version/#{self.release}/"
0 commit comments