Skip to content

Commit a5c4d65

Browse files
committed
bump docs
1 parent 61c9ce0 commit a5c4d65

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
# graph options
9999

100100
inheritance_graph_attrs = dict(rankdir="TB", size='"16.0, 16.0"', ratio="auto")
101-
inheritance_node_attrs = dict(fontsize=14)
101+
inheritance_node_attrs = dict(fontsize=12)
102102

103103
# napoleon options
104104

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ m2r
1313
nbsphinx
1414
pydocstyle
1515
pytest >=3.2
16-
sphinx_compas_theme >=0.11.4
16+
sphinx_compas_theme >=0.11.5
1717
sphinx >=1.6, <2.4.4
1818
twine
1919
-e .

src/compas/datastructures/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
66
.. currentmodule:: compas.datastructures
77
8+
.. class:: figure
9+
810
.. inheritance-diagram:: Network Mesh VolMesh
911
:parts: 1
1012

src/compas/geometry/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
Primitives
1010
==========
1111
12+
.. class:: figure
13+
1214
.. inheritance-diagram:: Circle Ellipse Frame Line Plane Point Polygon Polyline Quaternion Vector
1315
:parts: 1
1416
@@ -44,6 +46,8 @@
4446
Shapes
4547
======
4648
49+
.. class:: figure
50+
4751
.. inheritance-diagram:: Box Capsule Cone Cylinder Polyhedron Torus
4852
:parts: 1
4953
@@ -76,6 +80,8 @@
7680
Transformations
7781
===============
7882
83+
.. class:: figure
84+
7985
.. inheritance-diagram:: Projection Reflection Rotation Scale Shear Transformation Translation
8086
:parts: 1
8187

0 commit comments

Comments
 (0)