Skip to content

Commit

Permalink
docs and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Mar 5, 2024
1 parent 93aa33b commit d500f68
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion src/compas_bender/datastructures/bendnetwork.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""

Expand Down
Empty file.
Empty file.
Empty file.

0 comments on commit d500f68

Please sign in to comment.