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

Fix a bunch of Sphinx warnings #395

Merged
merged 10 commits into from
Feb 22, 2024
3 changes: 2 additions & 1 deletion AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ If you use COMPAS FAB in a project, please use the following citation:
Lytle, B. and
Huang, Y. and
Kasirer, C. and
Bruun, E.
Bruun, E. and
Leung, P.Y.V.
},
howpublished={https://github.com/compas-dev/compas\_fab/},
note={Gramazio Kohler Research, ETH Z\"{u}rich},
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/07_reachability_map/03_rp_2D.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The visualization of the results in Rhino/GH looks different than in Example 01,
:class: figure-img img-fluid


`Link to full script of Example 2 <files/02_example_2D_deviation_vectors.py>`_
`Link to full script <files/02_example_2D_deviation_vectors.py>`__



Expand Down Expand Up @@ -120,4 +120,4 @@ best score, returning the score and the index:
:class: figure-img img-fluid


`Link to full script of Example 3 <files/03_example_2D_sphere_points.py>`_
`Link to full script <files/03_example_2D_sphere_points.py>`__
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def add_attached_collision_mesh(self, attached_collision_mesh, options=None):
to which the object should be attached.
- ``"mass"``: (:obj:`float`) The mass of the attached collision
object. Defaults to ``1``.
- ``inertia"``: (:obj:`list`) The elements of the inertia matrix
- ``"inertia"``: (:obj:`list`) The elements of the inertia matrix
of the attached collision object given as
``[<ixx>, <ixy>, <ixz>, <iyy>, <iyz>, <izz>]``. Defaults to
``[1., 0., 0., 1., 0., 1.]``.
Expand Down
Loading