We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eaa32ca + 770e0c7 commit 4bdf552Copy full SHA for 4bdf552
1 file changed
lib/docs/scrapers/matplotlib.rb
@@ -20,6 +20,15 @@ class Matplotlib < UrlScraper
20
Licensed under the Matplotlib License Agreement.
21
HTML
22
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
+
32
version '3.0' do
33
self.release = '3.0.0'
34
self.base_urls = [
0 commit comments