Skip to content

Commit 772d4a8

Browse files
committed
package meta data
1 parent 549f818 commit 772d4a8

File tree

3 files changed

+36
-3
lines changed

3 files changed

+36
-3
lines changed

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,33 @@
11
# Constrained form finding using the Force Density Method
22

3+
This package provides equilibrium solvers and constraints
4+
for constrained form finding using the "force density" method.
5+
6+
The solvers can be used through the `compas_fd` paclage directly,
7+
or through COMPAS FormFinder, which is a form finding tool with a GUI
8+
combining various different form finding approaches.
9+
10+
## Installation
11+
12+
Stable releases can be installed from PyPI.
13+
14+
```bash
15+
pip install compas_fd
16+
```
17+
18+
To install the latest development version, do:
19+
20+
```bash
21+
git clone https://github.com/blockresearchgroup/compas_fd.git
22+
cd compas_fd
23+
pip install -e ".[dev]"
24+
```
25+
26+
## Documentation
27+
28+
For further "getting started" instructions, a tutorial, examples, and an API reference,
29+
please check out the online documentation here: [COMPAS DR docs](https://blockresearchgroup.github.io/compas_fd)
30+
31+
## Issue Tracker
32+
33+
If you find a bug or if you have a problem with running the code, please file an issue on the [Issue Tracker](https://github.com/BlockResearchGroup/compas_fd/issues).

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
project = "COMPAS FD"
1010
copyright = "Block Research Group - ETH Zurich"
11-
author = "Tom Van Mele"
1211
package = "compas_fd"
1312
organization = "blockresearchgroup"
1413

docs/index.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ Constrained Form Finding with Iterative Force Density
44

55
.. rst-class:: lead
66

7-
:mod:`compas_fd` is a Python package for computing the equilibrium of form active structures
8-
such as cable-nets and tensile surfaces, subject to geometrical constraints, using the force density method.
7+
This package provides equilibrium solvers and constraints
8+
for constrained form finding using the "force density" method.
9+
The solvers can be used through the :mod:`compas_fd` package directly,
10+
or through COMPAS FormFinder, which is a form finding tool with a GUI
11+
combining various different form finding approaches.
912

1013

1114
Table of Contents

0 commit comments

Comments
 (0)