Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a32417f

Browse files
authored
Merge pull request #18751 from timhoffm/cheatsheets
Add cheatsheet link to main doc page
2 parents 1081cbf + aaca04a commit a32417f

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

doc/_static/mpl_cheatsheet1.png

12.5 KB
Loading

doc/_static/mpl_cheatsheet1_2x.png

32.8 KB
Loading

doc/_templates/sidebar_versions.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,12 @@
3636
getSnippet('other_versions', '/versions.html');
3737
</script>
3838
</div>
39+
40+
<div class="sphinxsidebarwrapper">
41+
<h3>Matplotlib cheatsheets</h3>
42+
<a href="https://github.com/matplotlib/cheatsheets">
43+
<img src="_static/mpl_cheatsheet1.png"
44+
alt="Matplotlib cheatsheets"
45+
srcset="_static/mpl_cheatsheet1.png 1x, _static/mpl_cheatsheet1_2x.png 2x"/>
46+
</a>
47+
</div>

0 commit comments

Comments
 (0)