diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 7c2d3dc..0000000 --- a/.gitmodules +++ /dev/null @@ -1,6 +0,0 @@ -[submodule "SolidPython"] - path = SolidPython - url = https://github.com/SolidCode/SolidPython.git -[submodule "ThingDoc"] - path = ThingDoc - url = https://github.com/SolidCode/ThingDoc.git diff --git a/README.markdown b/README.markdown index 7c3b097..266a637 100644 --- a/README.markdown +++ b/README.markdown @@ -1,4 +1,4 @@ -OpenSCAD MCAD Library [![](http://stillmaintained.com/elmom/MCAD.png)](http://stillmaintained.com/elmom/MCAD) +OpenSCAD MCAD Library ===================== This library contains components commonly used in designing and moching up @@ -6,10 +6,10 @@ mechanical designs. It is currently unfinished and you can expect some API changes, however many things are already working. This library was created by various authors as named in the individual -files' comments. All the files except those ThingDoc are licensed under -the LGPL 2.1 (see http://creativecommons.org/licenses/LGPL/2.1/ or the -included file lgpl-2.1.txt), some of them allow distribution under more -permissive terms (as described in the files' comments). +files' comments. All the files are licensed under the LGPL 2.1 (see +http://creativecommons.org/licenses/LGPL/2.1/ or the included file +lgpl-2.1.txt), some of them allow distribution under more permissive +terms (as described in the files' comments). ## Usage ## @@ -73,7 +73,6 @@ External utils that generate and and process openscad code: * openscad_testing.py: testing code, see below * openscad_utils.py: code for scraping function names etc. -* SolidPython: An external Python library for solid cad ## Development ## diff --git a/SolidPython b/SolidPython deleted file mode 160000 index ecf1c08..0000000 --- a/SolidPython +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ecf1c0888ad323e2be5b2ec1578773be46b72435 diff --git a/ThingDoc b/ThingDoc deleted file mode 160000 index 54c83e5..0000000 --- a/ThingDoc +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 54c83e5a41131156cad0ce7e3271433b1035aab1