Skip to content

Commit 2edbd61

Browse files
committed
Update Matplotlib documentation (3.9.2)
1 parent 7c7ddae commit 2edbd61

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

lib/docs/scrapers/matplotlib.rb

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff 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 = [

0 commit comments

Comments
 (0)