From 95da4820337911f20dcc54c42820805fbc35ee13 Mon Sep 17 00:00:00 2001 From: jaseg Date: Fri, 22 Sep 2023 18:50:31 +0200 Subject: WIP --- docs/index.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/index.rst') 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`. + Command-Line Interface ====================== -- cgit