Explorar el Código

Update pandas documentation (0.22.0)

Thibaut Courouble hace 8 años
padre
commit
a90f0a3f56
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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.
       Licensed under the 3-clause BSD License.
     HTML
     HTML
 
 
+    version '0.22' do
+      self.release = '0.22.0'
+      self.base_url = "http://pandas.pydata.org/pandas-docs/version/#{self.release}/"
+    end
+
     version '0.21' do
     version '0.21' do
       self.release = '0.21.0'
       self.release = '0.21.0'
       self.base_url = "http://pandas.pydata.org/pandas-docs/version/#{self.release}/"
       self.base_url = "http://pandas.pydata.org/pandas-docs/version/#{self.release}/"