File tree Expand file tree Collapse file tree 5 files changed +6
-15
lines changed Expand file tree Collapse file tree 5 files changed +6
-15
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
2
2
< div >
3
- < div onclick ="open_window('MjI1OA==') " class ="donate_button "> Support matplotlib </ div >
3
+ < div onclick ="open_window('MjI1OA==') " class ="donate_button "> Support Matplotlib </ div >
4
4
< div onclick ="open_window('MjM2OA==') " class ="donate_button "> Support NumFOCUS</ div >
5
5
</ div >
Original file line number Diff line number Diff line change @@ -241,10 +241,9 @@ def _check_deps():
241
241
242
242
# Custom sidebar templates, maps page names to templates.
243
243
html_sidebars = {
244
- 'index' : ['badgesidebar.html' ,'donate_sidebar.html' ,
245
- 'indexsidebar.html' , 'searchbox.html' ],
246
- '**' : ['badgesidebar.html' , 'localtoc.html' ,
247
- 'relations.html' , 'sourcelink.html' , 'searchbox.html' ]
244
+ 'index' : ['donate_sidebar.html' , 'searchbox.html' ],
245
+ '**' : ['localtoc.html' , 'relations.html' ,
246
+ 'sourcelink.html' , 'searchbox.html' ]
248
247
}
249
248
250
249
# If false, no module index is generated.
Original file line number Diff line number Diff line change @@ -174,9 +174,11 @@ Open source
174
174
175
175
.. raw :: html
176
176
177
+ <a href =" https://www.numfocus.org/" >
177
178
<img src =" _static/numfocus_badge.png"
178
179
alt =" A Fiscally Sponsored Project of NUMFocus"
179
180
style =" float :right ; margin-left :20px " />
181
+ </a >
180
182
181
183
Please consider `donating to the Matplotlib project <donating _>`_ through
182
184
the Numfocus organization or to the `John Hunter Technology Fellowship
You can’t perform that action at this time.
0 commit comments