Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Predicates2 new methods addition #1153

Open
wants to merge 181 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
181 commits
Select commit Hold shift + click to select a range
2ba8533
Adding reshape and unflatten to compas.utilities
romanarust Jul 26, 2021
ed2229b
small function add to glft
romanarust Jul 26, 2021
a10d0ad
Revert "small function add to glft"
romanarust Jul 28, 2021
99ec0cb
Update __init__.py
romanarust Jul 28, 2021
1fe82a0
Update __init__.py
romanarust Jul 28, 2021
4dc265e
Update src/compas/utilities/itertools.py
romanarust Jul 30, 2021
95c1e59
removing unflatten
romanarust Jul 30, 2021
55f2921
adding tests
romanarust Jul 31, 2021
2d569b6
remove unflatten from init
romanarust Jul 31, 2021
40accd6
update flatten and reduce
romanarust Jul 31, 2021
cd8e8e2
update flatten docstr
romanarust Jul 31, 2021
0f5a7f9
Update CHANGELOG.md
romanarust Aug 2, 2021
d2afaf5
small fix
romanarust Oct 28, 2022
bf59b37
add texture, normals and vertex color support if data available
romanarust Oct 28, 2022
2572319
remove note
romanarust Oct 28, 2022
78daeab
Merge branch 'main' into feature/support_gltf_texture_coordinates
romanarust Oct 28, 2022
15a2be9
Update CHANGELOG.md
romanarust Oct 28, 2022
6433bb7
Fixed unbound method usage of `.cross()`
Mar 1, 2023
fabde09
bug fix on `is_polygon_in_polygon_xy`
baehrjo Mar 23, 2023
8226ba7
add test to is_polygon_in_polygon_xy fix report
baehrjo Mar 23, 2023
b1d3ddf
Update release.yml
Licini Mar 25, 2023
6b7c3e8
comment test method
baehrjo Mar 28, 2023
6126fed
Merge branch 'main' into polygon-in-polygon-fix
tomvanmele Mar 28, 2023
05499b1
up to numerical
tomvanmele May 6, 2023
5c38118
all done
tomvanmele May 10, 2023
bc3714f
blender and rhino
tomvanmele May 20, 2023
ebecc85
plotters
tomvanmele May 25, 2023
fcd0051
lint
tomvanmele May 25, 2023
31fce1b
changelog
tomvanmele May 25, 2023
338400b
working config without api
tomvanmele May 25, 2023
53c9b4e
book theme and furo
tomvanmele May 29, 2023
900b7e9
further config of book theme
tomvanmele May 29, 2023
7a3eba9
small tweaks
tomvanmele May 29, 2023
d04e282
final adaptations of book theme
tomvanmele May 31, 2023
f32cb8c
switch to pydata
tomvanmele May 31, 2023
aaf385f
config and restructuring for pydata
tomvanmele May 31, 2023
d410c39
small tweaks
tomvanmele Jun 1, 2023
c41df18
update path
tomvanmele Jun 1, 2023
413534f
remove class attributes section
tomvanmele Jun 1, 2023
b46a68a
add blank line
tomvanmele Jun 1, 2023
a7172ca
remove inheritance
tomvanmele Jun 1, 2023
7361ff3
remove other conf
tomvanmele Jun 1, 2023
bb1a35e
remove inheritance extension
tomvanmele Jun 1, 2023
9ba5f18
remove explicit theme switcher
tomvanmele Jun 1, 2023
9c15e60
first attempt at extensions page
tomvanmele Jun 1, 2023
c57c46a
set height of the brand image
tomvanmele Jun 1, 2023
8500d85
stop using the title text
tomvanmele Jun 1, 2023
f5667d5
separate sections for core extensions
tomvanmele Jun 1, 2023
bf3782a
ignore generated
tomvanmele Jun 2, 2023
ca1283b
see also
tomvanmele Jun 2, 2023
fb4b358
devguide structure
tomvanmele Jun 2, 2023
1b56827
remove
tomvanmele Jun 2, 2023
aec4329
extensions
tomvanmele Jun 2, 2023
162d859
modify the html writers
tomvanmele Jun 2, 2023
b8b2025
styling
tomvanmele Jun 2, 2023
815f446
remove unused packages
tomvanmele Jun 2, 2023
f6acae3
general updates
tomvanmele Jun 2, 2023
564064b
muted color and line height
tomvanmele Jun 7, 2023
1cf75cd
add inline tabs
tomvanmele Jun 7, 2023
6c7929d
refer to versions.json on gh-pages
Licini Jun 8, 2023
73104f0
lint
tomvanmele Jun 8, 2023
be377c2
update stubs directory for api test
tomvanmele Jun 8, 2023
1b7178f
and skip api testing for now
tomvanmele Jun 8, 2023
0913eb8
skip the skip for ipy
tomvanmele Jun 8, 2023
787973a
little lint check again
baehrjo Mar 28, 2023
a23028c
added split methods to polyline
nmaslarinos Jun 8, 2023
59cff0d
new predicate methods added
baehrjo Jun 8, 2023
05139fa
change email
tomvanmele Jun 8, 2023
76e6f2e
change copyright year
tomvanmele Jun 8, 2023
e9faac1
copyright info
tomvanmele Jun 8, 2023
abd90b6
Merge branch 'main' into new-docs-theme
tomvanmele Jun 8, 2023
85d3837
fix for polyline split methods not returning correct results. Added t…
nmaslarinos Jun 10, 2023
d56da2c
run black
nmaslarinos Jun 10, 2023
d1c930b
removed testing safeguard
nmaslarinos Jun 10, 2023
312d922
Merge pull request #1134 from compas-dev/Licini-patch-1
tomvanmele Jun 13, 2023
7fa21a1
fix volmesh artists
gonzalocasas Jun 13, 2023
e07ff65
update changelog
gonzalocasas Jun 13, 2023
4f9ec40
Merge branch 'main' into feature/support_gltf_texture_coordinates
tomvanmele Jun 14, 2023
c8dcf25
Merge pull request #1158 from compas-dev/volmeshartist_bug
tomvanmele Jun 14, 2023
a3959c5
remove deprecations and update api tests
tomvanmele Jun 14, 2023
b80c5bc
update ipy api file
tomvanmele Jun 14, 2023
0aa6f52
ugh
tomvanmele Jun 14, 2023
3f579e7
not sure how to test this locally
tomvanmele Jun 14, 2023
ad47fe0
Merge pull request #1144 from compas-dev/init-cleanup
tomvanmele Jun 14, 2023
bc5d3a7
differentiate between data and json data (with respective schemas)
tomvanmele May 25, 2023
a4e7669
add schema wrapper
tomvanmele Jun 5, 2023
2e508d1
switch to in-code schemas for json
tomvanmele Jun 5, 2023
2c0964b
remove independent schema files
tomvanmele Jun 5, 2023
d5f0015
in-code json schema and live data for geometry objects
tomvanmele Jun 5, 2023
23a04c7
remove the wrapping
tomvanmele Jun 7, 2023
31980aa
data schema as class attribute
tomvanmele Jun 7, 2023
0f13949
switch to in-code value schemas, add document schema validation, upda…
tomvanmele Jun 8, 2023
f223f4e
lint
tomvanmele Jun 8, 2023
d80bfd6
ipy sring format
tomvanmele Jun 8, 2023
2796660
skip api completeness test for now
tomvanmele Jun 8, 2023
aeba839
skip the skip for ipy
tomvanmele Jun 8, 2023
2194404
log
tomvanmele Jun 13, 2023
9181386
add the tests back
tomvanmele Jun 14, 2023
ec6d0ab
Merge branch 'main' into feature/support_gltf_texture_coordinates
tomvanmele Jun 14, 2023
97de464
Merge pull request #1093 from compas-dev/feature/support_gltf_texture…
tomvanmele Jun 14, 2023
05bac88
Merge branch 'main' into live-data
tomvanmele Jun 14, 2023
39551af
differentiate between data and json data (with respective schemas)
tomvanmele May 25, 2023
3ac322b
add schema wrapper
tomvanmele Jun 5, 2023
b7c17d4
switch to in-code schemas for json
tomvanmele Jun 5, 2023
b896caf
remove independent schema files
tomvanmele Jun 5, 2023
a058de4
in-code json schema and live data for geometry objects
tomvanmele Jun 5, 2023
11125e7
remove the wrapping
tomvanmele Jun 7, 2023
6846a17
data schema as class attribute
tomvanmele Jun 7, 2023
885bcb2
switch to in-code value schemas, add document schema validation, upda…
tomvanmele Jun 8, 2023
f77cb16
lint
tomvanmele Jun 8, 2023
2ea9af2
ipy sring format
tomvanmele Jun 8, 2023
af3eea5
skip api completeness test for now
tomvanmele Jun 8, 2023
6ce2bd5
skip the skip for ipy
tomvanmele Jun 8, 2023
40c5384
use tuple as edge identifier everywhere
tomvanmele Jun 9, 2023
8710fe2
see also
tomvanmele Jun 11, 2023
97ad624
edge identifier as tuple
tomvanmele Jun 13, 2023
e2cbe58
see also
tomvanmele Jun 13, 2023
fb81bfa
remove deprecated
tomvanmele Jun 13, 2023
c96d6e1
see also
tomvanmele Jun 13, 2023
649a1fb
see also and geometry returns and a few small fixes
tomvanmele Jun 13, 2023
e536857
see also
tomvanmele Jun 13, 2023
a84b33b
log
tomvanmele Jun 13, 2023
ab62d64
lint
tomvanmele Jun 13, 2023
aac40f2
ipy doesn't like unpacking objects
tomvanmele Jun 13, 2023
7080f90
Update src/compas/datastructures/halfface/halfface.py
tomvanmele Jun 15, 2023
6d147bf
Merge pull request #1148 from compas-dev/live-data
tomvanmele Jun 15, 2023
93296b7
Merge branch 'main' into datastructure-upgrade
tomvanmele Jun 15, 2023
c58b67d
remove commented sections
tomvanmele Jun 15, 2023
6426c7e
removed public references to old map naming conventions
tomvanmele Jun 15, 2023
49b996b
log element index maps
tomvanmele Jun 15, 2023
897de99
Merge pull request #1157 from compas-dev/datastructure-upgrade
tomvanmele Jun 16, 2023
bf91e71
Merge branch 'main' into new-docs-theme
tomvanmele Jun 16, 2023
5080734
latest updates
tomvanmele Jun 16, 2023
aef5eab
include in generated docs
tomvanmele Jun 16, 2023
7a73089
small fixes
tomvanmele Jun 16, 2023
62346e0
use "latest" in dev docs
Licini Jun 16, 2023
5126faa
Merge remote-tracking branch 'origin/new-docs-theme' into new-docs-theme
tomvanmele Jun 16, 2023
d4e6d76
Merge branch 'main' into fix_cross_product
tomvanmele Jun 17, 2023
d3711ae
Merge pull request #1123 from katarametin/fix_cross_product
tomvanmele Jun 17, 2023
93fb7ee
added boundary test cases
nmaslarinos Jun 17, 2023
9db8a26
fixed docstring tests, added checks to input length
nmaslarinos Jun 17, 2023
4dca7bd
Merge branch 'main' into polyline-split-functions
nmaslarinos Jun 17, 2023
ef0a9fe
format with black
nmaslarinos Jun 19, 2023
98c1255
Merge pull request #1152 from nmaslarinos/polyline-split-functions
tomvanmele Jun 19, 2023
ce59008
ignore all generated files
tomvanmele Jun 19, 2023
a986c74
Merge remote-tracking branch 'origin/main' into main
tomvanmele Jun 19, 2023
316ea7e
Merge branch 'main' into new-docs-theme
tomvanmele Jun 19, 2023
904054f
restyled index page
tomvanmele Jun 19, 2023
c86a3de
remove flatten changes
romanavyzn Jun 19, 2023
86300f1
Merge branch 'main' into new_utility_functions
romanavyzn Jun 19, 2023
9483518
add warnings about version 2
tomvanmele Jun 19, 2023
1fda2d7
log
tomvanmele Jun 19, 2023
e4f1f8c
Merge pull request #1149 from compas-dev/new-docs-theme
tomvanmele Jun 19, 2023
35f0ea6
ipy is annoying
romanavyzn Jun 19, 2023
d885264
black
romanavyzn Jun 19, 2023
226bbb5
black
romanavyzn Jun 19, 2023
1b47ed3
black
romanavyzn Jun 19, 2023
bba6912
lock python 3.7
Licini Jun 19, 2023
727e4f4
all the way back to 3.7.9
Licini Jun 19, 2023
fcde961
skip 3.7
Licini Jun 19, 2023
a0d3204
Merge pull request #1160 from Licini/workflow
tomvanmele Jun 20, 2023
5d0823b
Merge branch 'main' into polygon-in-polygon-fix
tomvanmele Jun 20, 2023
f3e84e3
Remove lint in test_predicates_2.py
tomvanmele Jun 20, 2023
8ff9fa2
Update test_predicates_2.py
tomvanmele Jun 20, 2023
ad8c262
Merge pull request #1130 from baehrjo/polygon-in-polygon-fix
tomvanmele Jun 20, 2023
d298244
revert some customisations and fix sidebar scroll
tomvanmele Jun 21, 2023
c29734a
simplify (for now)
tomvanmele Jun 21, 2023
c0b5cdf
add warnings
tomvanmele Jun 21, 2023
b63a00b
revert customisation
tomvanmele Jun 21, 2023
5ba87c5
Merge remote-tracking branch 'origin/main' into main
tomvanmele Jun 21, 2023
cf127c2
Merge branch 'main' into new_utility_functions
romanavyzn Jun 21, 2023
09080ad
Update itertools.py
romanavyzn Jun 21, 2023
5531210
Merge pull request #881 from compas-dev/new_utility_functions
tomvanmele Jun 21, 2023
b4f8546
update title everywhere
tomvanmele Jun 21, 2023
e5653ee
simplify landing
tomvanmele Jun 21, 2023
3f39b23
Merge remote-tracking branch 'origin/main' into main
tomvanmele Jun 21, 2023
e7fb12b
lighter font, narrower sidebar, smaller sidebar font
tomvanmele Jun 21, 2023
a4da892
only add framework as external link
tomvanmele Jun 21, 2023
5b17181
theme tweaks
tomvanmele Jul 3, 2023
288b3b0
new predicate methods added
baehrjo Jun 8, 2023
56200e1
Merge branch 'predicates2-new-methods-addition' of https://github.com…
baehrjo Jul 6, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 0 additions & 4 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ replace = version="{new_version}"
search = "$compas": "{current_version}"
replace = "$compas": "{new_version}"

[bumpversion:file:docs/conf.py]
search = release = "{current_version}"
replace = release = "{new_version}"

[bumpversion:file:src/compas/__init__.py]
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python: ['3.7', '3.8', '3.9', '3.10']
python: ['3.8', '3.9', '3.10']

steps:
- uses: compas-dev/compas-actions.build@v3
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
build_ghpython_components: true
gh_source: src/compas_ghpython/components
gh_target: src/compas_ghpython/components/ghuser
gh_target: src/compas_ghpython/components/ghuser
release_name_prefix: COMPAS
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@ ENV/

dist/docs

docs/generated/
docs/api/generated/
generated

*.3dmbak
*.rhl
Expand Down
2 changes: 1 addition & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Project Lead

- Tom Van Mele <<van.mele@arch.ethz.ch>> [@brgcode](https://github.com/brgcode), [@tomvanmele](https://github.com/tomvanmele)
- Tom Van Mele <<tom.v.mele@gmail.com>> [@brgcode](https://github.com/brgcode), [@tomvanmele](https://github.com/tomvanmele)

## Main Developers

Expand Down
233 changes: 170 additions & 63 deletions CHANGELOG.md

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ The framework consists of a general-purpose core library, written in pure Python

COMPAS has dedicated packages for working with Rhino, Grasshopper, and Blender, but it can be used in any environment that supports Python scripting. It is available on PyPI and conda-forge and can be easily installed using popular package managers on multiple platforms.

## COMPAS 2.0!

We are working on a new major release of the framework, COMPAS 2.0!
Therefore, be aware that the current version of the repository already contains some changes that are incompatible with the version 1 releases.
The documentation of the latest stable version (COMPAS 1.17.5) [is available here](https://compas.dev/compas/1.17.5).

## Installation

The recommended way to install **COMPAS** is to use [Anaconda/conda](https://conda.io/docs/):
Expand Down
Binary file modified docs/_images/COMPAS.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/_COMPAS.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
105 changes: 105 additions & 0 deletions docs/_static/compas.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
html {
--pst-font-size-base: 1rem;
--pst-sidebar-font-size: 0.8rem;
}

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-header {
box-shadow: none;
border-bottom: 1px solid var(--pst-color-shadow);
}

.bd-sidebar-primary div#rtd-footer-container {
bottom: 0 !important;
margin: 0 !important;
display: none;
}

.bd-sidebar-primary {
width: 20%;
}

/* .bd-content {
flex-grow: 1;
max-width: 100%;
}

.bd-page-width {
max-width: 100%;
}

.bd-sidebar-primary {
padding-top: 1rem;
} */

.bd-sidebar-primary .toctree-l3 {
font-size: 0.8rem;
}

@media (min-width: 960px) {
/* .bd-sidebar-primary {
max-width: 20%;
} */
/* html[data-theme="light"] .bd-sidebar-primary {
background-color: var(--pst-color-surface);
} */
}

/* html[data-theme="light"] .bd-header {
background-color: var(--pst-color-primary);
}

html[data-theme="light"] .bd-header .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.5);
}

html[data-theme="light"] .bd-header .navbar-nav > .active > .nav-link {
color: rgba(255, 255, 255, 1);
} */

.navbar-brand img {
height: 32px;
}

.bd-header .navbar-brand {
margin-right: 1rem;
}

dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) dt.field-even,
dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) dt.field-odd {
background-color: var(--pst-color-surface);
margin-bottom: 1rem;
margin-top: 1rem;
}

/* .bd-header-announcement::after {
background-color: var(--pst-color-attention);
} */

.lead {
font-size: 1rem !important;
font-weight: unset;
}

.highlight pre {
line-height: 150% !important;
/* font-size: 0.75rem; */
}

.bd-footer-article {
margin-top: 2rem;
}

.bd-breadcrumbs {
margin-top: 1rem;
}
Binary file added docs/_static/images/compas.ico
Binary file not shown.
Binary file added docs/_static/images/compas_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/images/compas_icon_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/images/compas_icon_white_48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/images/compas_icon_white_96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/images/compas_white.ico
Binary file not shown.
20 changes: 20 additions & 0 deletions docs/_static/versions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[
{
"name": "latest",
"version": "unreleased",
"url": "https://compas.dev/compas/latest/"
},
{
"name": "v1.17.5 (stable)",
"version": "1.17.5",
"url": "https://compas.dev/compas/1.17.5/"
},
{
"version": "1.16.0",
"url": "https://compas.dev/compas/1.16.0/"
},
{
"version": "1.15.0",
"url": "https://compas.dev/compas/1.15.0/"
}
]
5 changes: 5 additions & 0 deletions docs/_templates/sidebar-nav-bs.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<nav class="bd-docs-nav bd-links"
aria-label="{{ _('Section Navigation') }}">
<!-- <p class="bd-links__title" role="heading" aria-level="1">{{ _("Section Navigation") }}</p> -->
<div class="bd-toc-item navbar-nav">{{ sidebar_nav_html }}</div>
</nav>
2 changes: 0 additions & 2 deletions docs/api/compas.artists.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/api/compas.colors.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/api/compas.data.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/api/compas.datastructures.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/api/compas.files.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/api/compas.geometry.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/api/compas.numerical.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/api/compas.plugins.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/api/compas.robots.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/api/compas.rpc.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/api/compas.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/api/compas.topology.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/api/compas.utilities.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/api/compas_blender.artists.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/api/compas_blender.conversions.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/api/compas_blender.geometry.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/api/compas_blender.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/api/compas_blender.ui.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/api/compas_blender.utilities.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/api/compas_ghpython.artists.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/api/compas_ghpython.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/api/compas_ghpython.utilities.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/api/compas_plotters.artists.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/api/compas_plotters.plotter.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/api/compas_plotters.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/api/compas_rhino.artists.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/api/compas_rhino.conduits.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/api/compas_rhino.conversions.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/api/compas_rhino.forms.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/api/compas_rhino.geometry.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/api/compas_rhino.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/api/compas_rhino.utilities.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/changelog.rst

This file was deleted.

Loading