From 1c3654c0236284d337cbce3f92bc831f417df831 Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Mon, 2 Jan 2017 15:32:08 -0500 Subject: [PATCH] Update Matplotlib documentation (1.5.3) --- lib/docs/scrapers/matplotlib.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/docs/scrapers/matplotlib.rb b/lib/docs/scrapers/matplotlib.rb index 56f15bc8..709f21bf 100644 --- a/lib/docs/scrapers/matplotlib.rb +++ b/lib/docs/scrapers/matplotlib.rb @@ -21,11 +21,11 @@ module Docs HTML version '1.5' do - self.release = '1.5.1' + self.release = '1.5.3' self.base_urls = [ - 'http://matplotlib.org/1.5.1/api/', - 'http://matplotlib.org/1.5.1/mpl_toolkits/mplot3d/', - 'http://matplotlib.org/1.5.1/mpl_toolkits/axes_grid/api/' + "http://matplotlib.org/#{release}/api/", + "http://matplotlib.org/#{release}/mpl_toolkits/mplot3d/", + "http://matplotlib.org/#{release}/mpl_toolkits/axes_grid/api/" ] end end