File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
assets/javascripts/templates/pages Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -508,7 +508,7 @@ credits = [
508
508
' https://daringfireball.net/projects/markdown/license'
509
509
], [
510
510
' Matplotlib' ,
511
- ' 2012-2020 Matplotlib Development Team. All rights reserved.' ,
511
+ ' 2012-2021 Matplotlib Development Team. All rights reserved.' ,
512
512
' Custom' ,
513
513
' https://raw.githubusercontent.com/matplotlib/matplotlib/master/LICENSE/LICENSE'
514
514
], [
Original file line number Diff line number Diff line change @@ -16,10 +16,19 @@ class Matplotlib < UrlScraper
16
16
options [ :skip ] = %w( api_changes.html tutorial.html faq.html )
17
17
18
18
options [ :attribution ] = <<-HTML
19
- © 2012–2020 Matplotlib Development Team. All rights reserved.< br >
19
+ © 2012–2021 Matplotlib Development Team. All rights reserved.< br >
20
20
Licensed under the Matplotlib License Agreement.
21
21
HTML
22
22
23
+ version '3.4' do
24
+ self . release = '3.4.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
+
23
32
version '3.3' do
24
33
self . release = '3.3.3'
25
34
self . base_urls = [
You can’t perform that action at this time.
0 commit comments