diff options
author | jaseg <git@jaseg.de> | 2023-09-22 18:50:31 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2023-09-22 18:54:11 +0200 |
commit | 95da4820337911f20dcc54c42820805fbc35ee13 (patch) | |
tree | 51d97cd4af4a2a461270aee5fb6608680415be8a /docs | |
parent | d2143bdf4df2204701a1dc116572fdf7d12baf05 (diff) | |
download | gerbonara-95da4820337911f20dcc54c42820805fbc35ee13.tar.gz gerbonara-95da4820337911f20dcc54c42820805fbc35ee13.tar.bz2 gerbonara-95da4820337911f20dcc54c42820805fbc35ee13.zip |
WIP
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 ====================== |