Skip to content

Commit d49ea0c

Browse files
committed
use rst class
1 parent 328605d commit d49ea0c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/compas/datastructures/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
.. currentmodule:: compas.datastructures
77
8-
.. class:: figure
8+
.. rst-class:: figure
99
1010
.. inheritance-diagram:: Network Mesh VolMesh
1111
:parts: 1

src/compas/geometry/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Primitives
1010
==========
1111
12-
.. class:: figure
12+
.. rst-class:: figure
1313
1414
.. inheritance-diagram:: Circle Ellipse Frame Line Plane Point Polygon Polyline Quaternion Vector
1515
:parts: 1
@@ -46,7 +46,7 @@
4646
Shapes
4747
======
4848
49-
.. class:: figure
49+
.. rst-class:: figure
5050
5151
.. inheritance-diagram:: Box Capsule Cone Cylinder Polyhedron Torus
5252
:parts: 1
@@ -80,7 +80,7 @@
8080
Transformations
8181
===============
8282
83-
.. class:: figure
83+
.. rst-class:: figure
8484
8585
.. inheritance-diagram:: Projection Reflection Rotation Scale Shear Transformation Translation
8686
:parts: 1

0 commit comments

Comments
 (0)