From 614bb5ff73a0a5d7e98d555f4e67463668c6e1da Mon Sep 17 00:00:00 2001 From: Elliot Waite Date: Tue, 27 Jul 2021 17:13:36 -0700 Subject: [PATCH] Suggestions for README.rst Some suggestions I thought of while reading over the README. If any of these suggestions are incorrect or unwanted, feel free to edit this PR to revert any of the changes you don't want to keep. --- README.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index e9a4ba07..41da40c2 100644 --- a/README.rst +++ b/README.rst @@ -168,7 +168,7 @@ Importing OpenSCAD code ======================= - Use ``solid.import_scad(path)`` to import OpenSCAD code. Relative paths will -check the current location designated in `OpenSCAD library directories `__. + check the current location designated in `OpenSCAD library directories `__. **Ex:** @@ -205,7 +205,7 @@ check the current location designated in `OpenSCAD library directories `__ +`here `__. Adding your own code to the example file `solid/examples/solidpython_template.py `__ @@ -350,7 +350,7 @@ seems a lot clearer to me than: .. code:: python - translate( [0,0,10])( + translate([0,0,10])( cylinder() )