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
20
20
Licensed under the Matplotlib License Agreement.
21
21
HTML
22
22
23
- version '3.7' do
24
- self . release = '3.7.1 '
23
+ version do
24
+ self . release = '3.9.2 '
25
25
self . base_urls = [
26
26
"https://matplotlib.org/stable/api/" ,
27
27
"https://matplotlib.org/stable/mpl_toolkits/mplot3d/" ,
28
28
"https://matplotlib.org/stable/mpl_toolkits/axes_grid/api/"
29
29
]
30
30
end
31
31
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
+
32
50
version '3.6' do
33
51
self . release = '3.6.0'
34
52
self . base_urls = [
You can’t perform that action at this time.
0 commit comments