File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed
Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,33 @@ class Matplotlib < UrlScraper
2020 Licensed under the Matplotlib License Agreement.
2121 HTML
2222
23- version '3.7' do
24- self . release = '3.7.1 '
23+ version do
24+ self . release = '3.9.2 '
2525 self . base_urls = [
2626 "https://matplotlib.org/stable/api/" ,
2727 "https://matplotlib.org/stable/mpl_toolkits/mplot3d/" ,
2828 "https://matplotlib.org/stable/mpl_toolkits/axes_grid/api/"
2929 ]
3030 end
3131
32+ version '3.8' do
33+ self . release = '3.8.4'
34+ self . base_urls = [
35+ "https://matplotlib.org/#{ release } /api/" ,
36+ "https://matplotlib.org/#{ release } /mpl_toolkits/mplot3d/" ,
37+ "https://matplotlib.org/#{ release } /mpl_toolkits/axes_grid/api/"
38+ ]
39+ end
40+
41+ version '3.7' do
42+ self . release = '3.7.5'
43+ self . base_urls = [
44+ "https://matplotlib.org/#{ release } /api/" ,
45+ "https://matplotlib.org/#{ release } /mpl_toolkits/mplot3d/" ,
46+ "https://matplotlib.org/#{ release } /mpl_toolkits/axes_grid/api/"
47+ ]
48+ end
49+
3250 version '3.6' do
3351 self . release = '3.6.0'
3452 self . base_urls = [
You can’t perform that action at this time.
0 commit comments