Skip to content

Commit 4bdf552

Browse files
committed
Merge pull request #1048 from simon04/matplotlib-3.1
matplotlib: add version 3.1
2 parents eaa32ca + 770e0c7 commit 4bdf552

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

lib/docs/scrapers/matplotlib.rb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ class Matplotlib < UrlScraper
2020
Licensed under the Matplotlib License Agreement.
2121
HTML
2222

23+
version '3.1' do
24+
self.release = '3.1.1'
25+
self.base_urls = [
26+
"https://matplotlib.org/#{release}/api/",
27+
"https://matplotlib.org/#{release}/mpl_toolkits/mplot3d/",
28+
"https://matplotlib.org/#{release}/mpl_toolkits/axes_grid/api/"
29+
]
30+
end
31+
2332
version '3.0' do
2433
self.release = '3.0.0'
2534
self.base_urls = [

0 commit comments

Comments
 (0)