Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,20 @@ <h2>Table of Contents</h2>
</section>

<section id="cheat-sheet">
<h1>Cheat Sheet</h1>
<h1><a href="cheatsheet/index.html" target="_blank">Cheat Sheet</a></h1>
The <a href="cheatsheet/index.html" target="_blank">Cheat Sheet</a> is a
quick reference to the language syntax and built-in modules and functions,
with links to the main documentation. It is also available from inside the
program, via the Help menu.
<p>
<!--
Better text here would be good, or maybe we could figure out how to
automatically create a current PNG, or could include the actual cheat
sheet here.
-->
NOTE: the image below is only a link! The cheat sheet is a separate web
page.
<p>
<a href="cheatsheet/index.html" target="_blank"><img class="imgLink" src="assets/img/openSCAD_cheat_sheet.png" width="680"/></a>
</section>
</article>
Expand Down
Loading