2020-12-12 18:29:46 +00:00
|
|
|
---
|
|
|
|
|
title: Working examples
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
{%
|
2020-12-21 11:40:32 +00:00
|
|
|
include-markdown "../README.md"
|
2020-12-12 18:29:46 +00:00
|
|
|
start="<!--working-examples-start-->"
|
|
|
|
|
end="<!--working-examples-end-->"
|
|
|
|
|
%}
|
|
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|
.wy-nav-content {
|
|
|
|
|
/* this table benefits from a wider page */
|
|
|
|
|
max-width: 1000px;
|
|
|
|
|
}
|
|
|
|
|
.rst-content .section table img {
|
|
|
|
|
/* make the icons darker on this page */
|
|
|
|
|
filter: brightness(0.5);
|
|
|
|
|
}
|
|
|
|
|
</style>
|