Skip to content

Commit 5361bee

Browse files
committed
Pull-Request after first review
removed Python-scripts for documentation generatation,\n added missing benchy images in a gallery\n and removed information details that are too much for the user/reader
1 parent febe8d8 commit 5361bee

File tree

5 files changed

+10
-355
lines changed

5 files changed

+10
-355
lines changed

docs/assets/examples/create_rst.py

-227
This file was deleted.

docs/assets/examples/create_thumbnail_images.py

-65
This file was deleted.

docs/assets/examples/examples.yaml

-31
This file was deleted.

docs/examples_1.rst

+10-23
Original file line numberDiff line numberDiff line change
@@ -55,23 +55,23 @@ Low Poly Benchy
5555
:align: center
5656

5757

58-
The Benchy examples shows hot to import a STL model as a `Solid` object and change it.
58+
The Benchy examples shows hot to import a STL model as a `Solid` object with the class `Mesher` and change it to low poly.
5959

6060
.. note
61+
6162
*Attribution:*
6263
The low-poly-benchy used in this example is by `reddaugherty`, see
6364
https://www.printables.com/model/151134-low-poly-benchy.
6465
6566
66-
.. dropdown:: Information
67+
.. dropdown:: Gallery
68+
69+
.. image:: assets/examples/example_benchy_02.png
70+
:align: center
6771

68-
- Authors: `Gumyr`
69-
- History:
70-
- created: 2023-07-09
71-
- modified: 2024-01-09
72-
73-
- uses file `low_poly_benchy.stl`
74-
- uses `class Mesher`
72+
73+
.. image:: assets/examples/example_benchy_03.png
74+
:align: center
7575

7676
.. dropdown:: |Builder| Reference Implementation (Builder Mode)
7777

@@ -86,16 +86,10 @@ The Benchy examples shows hot to import a STL model as a `Solid` object and chan
8686
Boxes on Faces
8787
--------------------------------
8888
.. image:: assets/examples/example_boxes_on_faces_01.png
89-
:align: center
89+
:align: center
9090

9191
Create elements on every face of a box.
9292

93-
.. dropdown:: Information
94-
95-
- Authors: `Gumyr` and `bernhard42` (algebra)
96-
- History:
97-
- created: 2023-09-15
98-
- modified: 2023-03-30
9993

10094
.. dropdown:: |Builder| Reference Implementation (Builder Mode)
10195

@@ -119,13 +113,6 @@ The build123d customizable logo
119113
This example creates the build123d customizable logo.
120114
It shows how text is created, placed and sizes of text is calulated to define sizes of other elements.
121115

122-
.. dropdown:: Information
123-
124-
- Authors: `Gumyr` and `jdegenstein`
125-
- History
126-
- created: 2022-12-19
127-
- modified: 2023-07-31
128-
129116
.. dropdown:: |Builder| Reference Implementation (Builder Mode)
130117

131118
.. literalinclude:: ../examples/build123d_customizable_logo.py

0 commit comments

Comments
 (0)