Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a32417f

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

File tree

Expand file treeCollapse file tree

3 files changed

+9
-0
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+9
-0
lines changed

‎doc/_static/mpl_cheatsheet1.png

Copy file name to clipboard
12.5 KB
Loading

‎doc/_static/mpl_cheatsheet1_2x.png

Copy file name to clipboard
32.8 KB
Loading

‎doc/_templates/sidebar_versions.html

Copy file name to clipboardExpand all lines: doc/_templates/sidebar_versions.html
+9Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.