Browse Source

Update pandas documentation (0.23.4)

Thibaut Courouble 7 years ago
parent
commit
fa70553db5
1 changed files with 5 additions and 0 deletions
  1. 5 0
      lib/docs/scrapers/pandas.rb

+ 5 - 0
lib/docs/scrapers/pandas.rb

@@ -20,6 +20,11 @@ module Docs
       Licensed under the 3-clause BSD License.
     HTML
 
+    version '0.23' do
+      self.release = '0.23.4'
+      self.base_url = "http://pandas.pydata.org/pandas-docs/version/#{self.release}/"
+    end
+
     version '0.22' do
       self.release = '0.22.0'
       self.base_url = "http://pandas.pydata.org/pandas-docs/version/#{self.release}/"