-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0168bce
commit 39d4949
Showing
79 changed files
with
782 additions
and
780 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ on: | |
branches: | ||
- main | ||
tags: | ||
- 'v*' | ||
- "v*" | ||
pull_request: | ||
branches: | ||
- main | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name: Release | |
on: | ||
push: | ||
tags: | ||
- 'v*' | ||
- "v*" | ||
|
||
jobs: | ||
Release: | ||
|
@@ -21,15 +21,14 @@ jobs: | |
draft: false | ||
prerelease: false | ||
|
||
|
||
Publish: | ||
needs: Release | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/setup-python@v2 | ||
with: | ||
python-version: '3.x' | ||
- uses: compas-dev/[email protected] | ||
with: | ||
token: ${{ secrets.PYPI }} | ||
- uses: actions/checkout@v2 | ||
- uses: actions/setup-python@v2 | ||
with: | ||
python-version: "3.x" | ||
- uses: compas-dev/[email protected] | ||
with: | ||
token: ${{ secrets.PYPI }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -120,3 +120,5 @@ build/** | |
*.so | ||
|
||
src/compas-viewers | ||
|
||
generated |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Authors | ||
|
||
- Tom Van Mele <<[email protected]>> [@brgcode](https://github.com/brgcode) | ||
- Tom Van Mele <<[email protected]>> [@tomvanmele](https://github.com/tomvanmele) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## Unreleased | ||
|
||
### Added | ||
|
||
### Changed | ||
|
||
### Removed |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,22 @@ | ||
graft src | ||
|
||
prune .github | ||
prune data | ||
prune docs | ||
prune scripts | ||
prune tests | ||
prune temp | ||
|
||
include LICENSE | ||
include README.md | ||
include AUTHORS.md | ||
include CHANGELOG.md | ||
include requirements.txt | ||
|
||
exclude requirements-dev.txt | ||
exclude pytest.ini .bumpversion.cfg .editorconfig | ||
exclude tasks.py | ||
exclude conftest.py | ||
exclude CONTRIBUTING.md | ||
|
||
global-exclude *.py[cod] __pycache__ *.dylib *.nb[ic] .DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
html[data-theme="light"] { | ||
--pst-color-primary: #0092d2; | ||
--pst-color-info: #0092d2; | ||
--pst-color-text-muted: #888; | ||
} | ||
|
||
body { | ||
line-height: 1.75; | ||
font-weight: 300; | ||
} | ||
|
||
.bd-article-container h1 { | ||
color: #0092d2; | ||
} | ||
|
||
.navbar-brand .logo__image { | ||
height: 36px !important; | ||
} | ||
|
||
.bd-header { | ||
box-shadow: none; | ||
border-bottom: 1px solid var(--pst-color-shadow); | ||
} | ||
|
||
#rtd-footer-container { | ||
height: 0px; | ||
bottom: 0 !important; | ||
margin: 0 !important; | ||
display: none; | ||
} |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[ | ||
{ | ||
"name": "latest", | ||
"version": "unreleased", | ||
"url": "https://compas.dev/compas_libigl/latest/" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<div class="sidebar-primary-item"> | ||
<a href="https://compas.dev" target="_blank"> | ||
COMPAS.dev <i class="fa fa-external-link" aria-hidden="true"></i> | ||
</a> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<nav class="navbar-nav"> | ||
<!-- <p class="sidebar-header-items__title" | ||
role="heading" | ||
aria-level="1" | ||
aria-label="{{ _('Site Navigation') }}"> | ||
{{ _("Site Navigation") }} | ||
</p> | ||
<ul class="bd-navbar-elements navbar-nav"> | ||
{{ generate_header_nav_html(n_links_before_dropdown=theme_header_links_before_dropdown) }} | ||
</ul> --> | ||
</nav> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<nav class="bd-links" id="bd-docs-nav" aria-label="Main"> | ||
<div class="bd-toc-item navbar-nav active"> | ||
{% if theme_home_page_in_toc == True %} | ||
{#- This mimicks the pydata theme list style so we can append an extra item at the top #} | ||
<ul class="nav bd-sidenav bd-sidenav__home-link"> | ||
<li class="toctree-l1{% if pagename == root_doc %} current active{% endif %}"> | ||
<a class="reference internal" href="{{ pathto(root_doc) }}"> | ||
{{ root_title }} | ||
</a> | ||
</li> | ||
</ul> | ||
{% endif -%} | ||
|
||
{# Ref: https://github.com/pydata/pydata-sphinx-theme/blob/ebf7f704879a1cdc6016d6111062103353ac7677/src/pydata_sphinx_theme/__init__.py#L302 #} | ||
{{- generate_toctree_html( | ||
startdepth=0, | ||
kind="sidebar", | ||
maxdepth=theme_navigation_depth, | ||
collapse=False, | ||
includehidden=True, | ||
titles_only=True, | ||
show_nav_level=1) }} | ||
</div> | ||
</nav> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
******************************************************************************** | ||
Acknowledgements | ||
******************************************************************************** | ||
|
||
Coming soon! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,24 @@ | ||
******************************************************************************** | ||
compas_libigl | ||
******************************************************************************** | ||
|
||
.. automodule:: compas_libigl | ||
.. currentmodule:: compas_libigl | ||
|
||
Functions | ||
========= | ||
|
||
.. autosummary:: | ||
:toctree: generated/ | ||
|
||
intersection_ray_mesh | ||
intersection_rays_mesh | ||
trimesh_boundaries | ||
trimesh_gaussian_curvature | ||
trimesh_principal_curvature | ||
trimesh_geodistance | ||
trimesh_isolines | ||
trimesh_massmatrix | ||
trimesh_harmonic | ||
trimesh_lscm | ||
trimesh_remesh_along_isoline | ||
quadmesh_planarize |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.. rst-class:: detail | ||
.. rst-class:: detail | ||
|
||
intersection_ray_mesh | ||
=================================== | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.. rst-class:: detail | ||
.. rst-class:: detail | ||
|
||
intersection_rays_mesh | ||
==================================== | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.. rst-class:: detail | ||
.. rst-class:: detail | ||
|
||
quadmesh_planarize | ||
================================ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.. rst-class:: detail | ||
.. rst-class:: detail | ||
|
||
trimesh_boundaries | ||
================================ | ||
|
2 changes: 1 addition & 1 deletion
2
docs/api/generated/compas_libigl.trimesh_gaussian_curvature.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.. rst-class:: detail | ||
.. rst-class:: detail | ||
|
||
trimesh_gaussian_curvature | ||
======================================== | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.. rst-class:: detail | ||
.. rst-class:: detail | ||
|
||
trimesh_geodistance | ||
================================= | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.. rst-class:: detail | ||
.. rst-class:: detail | ||
|
||
trimesh_harmonic | ||
============================== | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.. rst-class:: detail | ||
.. rst-class:: detail | ||
|
||
trimesh_isolines | ||
============================== | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.. rst-class:: detail | ||
.. rst-class:: detail | ||
|
||
trimesh_lscm | ||
========================== | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.. rst-class:: detail | ||
.. rst-class:: detail | ||
|
||
trimesh_massmatrix | ||
================================ | ||
|
2 changes: 1 addition & 1 deletion
2
docs/api/generated/compas_libigl.trimesh_principal_curvature.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
docs/api/generated/compas_libigl.trimesh_remesh_along_isoline.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.