From d500f68b9f312c54e81936963f312baa619de6c2 Mon Sep 17 00:00:00 2001 From: tomvanmele Date: Tue, 5 Mar 2024 08:29:54 +0100 Subject: [PATCH] docs and formatting --- docs/installation.rst | 2 +- src/compas_bender/datastructures/bendnetwork.py | 3 ++- src/compas_bender/notebook/__init__.py | 0 src/compas_bender/notebook/scene/__init__.py | 0 src/compas_bender/scene/__init__.py | 0 5 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 src/compas_bender/notebook/__init__.py create mode 100644 src/compas_bender/notebook/scene/__init__.py create mode 100644 src/compas_bender/scene/__init__.py diff --git a/docs/installation.rst b/docs/installation.rst index 9415ec7..5fbeaf1 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -15,7 +15,7 @@ To install `compas_assembly` for development, install from local source with the .. code-block:: bash - conda create -n bender python=3.9 git compas compas_occ compas_view2 --yes + conda create -n bender python=3.9 git compas compas_occ --yes conda activate bender git pull https://github.com/blockresearchgroup/compas_bender.git cd compas_bender diff --git a/src/compas_bender/datastructures/bendnetwork.py b/src/compas_bender/datastructures/bendnetwork.py index e98b866..42a37aa 100644 --- a/src/compas_bender/datastructures/bendnetwork.py +++ b/src/compas_bender/datastructures/bendnetwork.py @@ -35,7 +35,8 @@ class BendNetwork(Network): * ``thickness`` : `0.0` These attributes define the properties of the struts, ties, cablenets, and bending-active splines in the system. - And a re then used by :func:`compas_bender.bend.bend_splines` to solve for equilibrium under the given boundary conditions. + And a re then used by :func:`compas_bender.bend.bend_splines` + to solve for equilibrium under the given boundary conditions. """ diff --git a/src/compas_bender/notebook/__init__.py b/src/compas_bender/notebook/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/src/compas_bender/notebook/scene/__init__.py b/src/compas_bender/notebook/scene/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/src/compas_bender/scene/__init__.py b/src/compas_bender/scene/__init__.py new file mode 100644 index 0000000..e69de29