diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index 45dbc1b..71d91ec 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -48,6 +48,7 @@ Features cli api-concepts + examples file-api object-api apertures @@ -74,6 +75,8 @@ Then, you are ready to read and write gerber files: w, h = stack.outline.size('mm') print(f'Board size is {w:.1f} mm x {h:.1f} mm') +You can find some more elaborate examples in this doc's :ref:`Examples section<examples-doc>`. + Command-Line Interface ====================== |