Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tenko committed Jun 29, 2012
1 parent 8c83d50 commit d3f74cd
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitattributes
@@ -0,0 +1 @@
* text=auto
14 changes: 14 additions & 0 deletions .gitignore
@@ -0,0 +1,14 @@
# build folders
occmodel/build/
occmodel/@docs/build/
# compiled python files
*.pyc
*.pyo
# python extension modules
*.pyd
*.so
# libraries
*.dll
*.a
# object files
*.o
3 changes: 3 additions & 0 deletions TODO.rst
@@ -1,3 +1,6 @@
ToDo
----

* Migrate building to CMake or similiar
* Support tapered extrusions (ref: freecad/src/Mod/Part/App/FeatureExtrusion.cpp)
*
4 changes: 2 additions & 2 deletions occmodel/@docs/content.rst
Expand Up @@ -2,8 +2,8 @@
.. contents:: Table of Contents


occmodel
********
functions
*********

cross(Vector a, Vector b) -> Vector

Expand Down

0 comments on commit d3f74cd

Please sign in to comment.