Skip to content

Commit f625dfa

Browse files
committed
add the api files
1 parent 1cd56e8 commit f625dfa

14 files changed

+16
-6
lines changed

.gitignore

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,12 @@ coverage.xml
8888
.ruff_cache/
8989
.mypy_cache/
9090

91+
# ==============================================================================
92+
# COMPAS
93+
# ==============================================================================
94+
9195
# Documentation
92-
docs/_build/
9396
/site
94-
generated/
95-
docs/api/**
96-
!docs/api/*.rst
97-
!docs/api/*.py
9897

9998
# COMPAS CGAL specific
10099
*.3dmbak

docs/api/compas_cgal.booleans.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# ::: compas_cgal.booleans
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# ::: compas_cgal.intersections

docs/api/compas_cgal.measure.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# ::: compas_cgal.measure

docs/api/compas_cgal.meshing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# ::: compas_cgal.meshing

docs/api/compas_cgal.projection.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# ::: compas_cgal.projection
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# ::: compas_cgal.reconstruction
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# ::: compas_cgal.skeletonization

docs/api/compas_cgal.slicer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# ::: compas_cgal.slicer
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# ::: compas_cgal.straight_skeleton_2

0 commit comments

Comments
 (0)