From 2abf5d6852f3f8cc35b5f47c3124b8f36c3d1e7e Mon Sep 17 00:00:00 2001 From: Elod Csirmaz Date: Sun, 1 Dec 2024 16:12:42 +0000 Subject: [PATCH] Set up html reference --- LICENSE | 21 ------------------- Makefile | 5 ----- doc/openscad_py/circle.html => circle.html | 0 .../collection.html => collection.html | 0 doc/openscad_py/color.html => color.html | 0 doc/openscad_py/cube.html => cube.html | 0 .../cylinder.html => cylinder.html | 0 .../delta_offset.html => delta_offset.html | 0 .../difference.html => difference.html | 0 doc/openscad_py/header.html => header.html | 0 doc/openscad_py/index.html => index.html | 0 .../intersection.html => intersection.html | 0 ...linear_extrude.html => linear_extrude.html | 0 doc/openscad_py/object_.html => object_.html | 0 .../path_tube.html => path_tube.html | 0 doc/openscad_py/point.html => point.html | 0 doc/openscad_py/polygon.html => polygon.html | 0 .../polyhedron.html => polyhedron.html | 0 .../radial_offset.html => radial_offset.html | 0 doc/openscad_py/rotate.html => rotate.html | 0 ...rotate_extrude.html => rotate_extrude.html | 0 doc/openscad_py/scale.html => scale.html | 0 doc/openscad_py/sphere.html => sphere.html | 0 test.py | 7 ------- .../translate.html => translate.html | 0 doc/openscad_py/union.html => union.html | 0 26 files changed, 33 deletions(-) delete mode 100644 LICENSE delete mode 100644 Makefile rename doc/openscad_py/circle.html => circle.html (100%) rename doc/openscad_py/collection.html => collection.html (100%) rename doc/openscad_py/color.html => color.html (100%) rename doc/openscad_py/cube.html => cube.html (100%) rename doc/openscad_py/cylinder.html => cylinder.html (100%) rename doc/openscad_py/delta_offset.html => delta_offset.html (100%) rename doc/openscad_py/difference.html => difference.html (100%) rename doc/openscad_py/header.html => header.html (100%) rename doc/openscad_py/index.html => index.html (100%) rename doc/openscad_py/intersection.html => intersection.html (100%) rename doc/openscad_py/linear_extrude.html => linear_extrude.html (100%) rename doc/openscad_py/object_.html => object_.html (100%) rename doc/openscad_py/path_tube.html => path_tube.html (100%) rename doc/openscad_py/point.html => point.html (100%) rename doc/openscad_py/polygon.html => polygon.html (100%) rename doc/openscad_py/polyhedron.html => polyhedron.html (100%) rename doc/openscad_py/radial_offset.html => radial_offset.html (100%) rename doc/openscad_py/rotate.html => rotate.html (100%) rename doc/openscad_py/rotate_extrude.html => rotate_extrude.html (100%) rename doc/openscad_py/scale.html => scale.html (100%) rename doc/openscad_py/sphere.html => sphere.html (100%) delete mode 100644 test.py rename doc/openscad_py/translate.html => translate.html (100%) rename doc/openscad_py/union.html => union.html (100%) diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 8483f5f..0000000 --- a/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2023 Elod P Csirmaz - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/Makefile b/Makefile deleted file mode 100644 index 2b777f9..0000000 --- a/Makefile +++ /dev/null @@ -1,5 +0,0 @@ - - -documentation: - pdoc --html -f -o doc --config show_inherited_members=True openscad_py - diff --git a/doc/openscad_py/circle.html b/circle.html similarity index 100% rename from doc/openscad_py/circle.html rename to circle.html diff --git a/doc/openscad_py/collection.html b/collection.html similarity index 100% rename from doc/openscad_py/collection.html rename to collection.html diff --git a/doc/openscad_py/color.html b/color.html similarity index 100% rename from doc/openscad_py/color.html rename to color.html diff --git a/doc/openscad_py/cube.html b/cube.html similarity index 100% rename from doc/openscad_py/cube.html rename to cube.html diff --git a/doc/openscad_py/cylinder.html b/cylinder.html similarity index 100% rename from doc/openscad_py/cylinder.html rename to cylinder.html diff --git a/doc/openscad_py/delta_offset.html b/delta_offset.html similarity index 100% rename from doc/openscad_py/delta_offset.html rename to delta_offset.html diff --git a/doc/openscad_py/difference.html b/difference.html similarity index 100% rename from doc/openscad_py/difference.html rename to difference.html diff --git a/doc/openscad_py/header.html b/header.html similarity index 100% rename from doc/openscad_py/header.html rename to header.html diff --git a/doc/openscad_py/index.html b/index.html similarity index 100% rename from doc/openscad_py/index.html rename to index.html diff --git a/doc/openscad_py/intersection.html b/intersection.html similarity index 100% rename from doc/openscad_py/intersection.html rename to intersection.html diff --git a/doc/openscad_py/linear_extrude.html b/linear_extrude.html similarity index 100% rename from doc/openscad_py/linear_extrude.html rename to linear_extrude.html diff --git a/doc/openscad_py/object_.html b/object_.html similarity index 100% rename from doc/openscad_py/object_.html rename to object_.html diff --git a/doc/openscad_py/path_tube.html b/path_tube.html similarity index 100% rename from doc/openscad_py/path_tube.html rename to path_tube.html diff --git a/doc/openscad_py/point.html b/point.html similarity index 100% rename from doc/openscad_py/point.html rename to point.html diff --git a/doc/openscad_py/polygon.html b/polygon.html similarity index 100% rename from doc/openscad_py/polygon.html rename to polygon.html diff --git a/doc/openscad_py/polyhedron.html b/polyhedron.html similarity index 100% rename from doc/openscad_py/polyhedron.html rename to polyhedron.html diff --git a/doc/openscad_py/radial_offset.html b/radial_offset.html similarity index 100% rename from doc/openscad_py/radial_offset.html rename to radial_offset.html diff --git a/doc/openscad_py/rotate.html b/rotate.html similarity index 100% rename from doc/openscad_py/rotate.html rename to rotate.html diff --git a/doc/openscad_py/rotate_extrude.html b/rotate_extrude.html similarity index 100% rename from doc/openscad_py/rotate_extrude.html rename to rotate_extrude.html diff --git a/doc/openscad_py/scale.html b/scale.html similarity index 100% rename from doc/openscad_py/scale.html rename to scale.html diff --git a/doc/openscad_py/sphere.html b/sphere.html similarity index 100% rename from doc/openscad_py/sphere.html rename to sphere.html diff --git a/test.py b/test.py deleted file mode 100644 index 82c4267..0000000 --- a/test.py +++ /dev/null @@ -1,7 +0,0 @@ - -from openscad_py import Cube, Cylinder - - -print(Cube([1,1,1]).render()) -print(Cylinder(h=5, r=2).render()) -print(Cylinder.from_ends(2, [0,0,0], [1,0,0]).render()) diff --git a/doc/openscad_py/translate.html b/translate.html similarity index 100% rename from doc/openscad_py/translate.html rename to translate.html diff --git a/doc/openscad_py/union.html b/union.html similarity index 100% rename from doc/openscad_py/union.html rename to union.html