Skip to content

Commit fd23f07

Browse files
committed
Remove verbose Sphinx autoclass directives from constitutive models API doc
Underworld development team with AI support from Claude Code
1 parent 3a22eea commit fd23f07

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

docs/api/constitutive_models.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
```{eval-rst}
88
.. autoclass:: underworld3.constitutive_models.ViscousFlowModel
9-
:members:
10-
:show-inheritance:
119
```
1210

1311
## Diffusion Models
@@ -16,16 +14,12 @@
1614

1715
```{eval-rst}
1816
.. autoclass:: underworld3.constitutive_models.DiffusionModel
19-
:members:
20-
:show-inheritance:
2117
```
2218

2319
### TransverseIsotropicFlowModel
2420

2521
```{eval-rst}
2622
.. autoclass:: underworld3.constitutive_models.TransverseIsotropicFlowModel
27-
:members:
28-
:show-inheritance:
2923
```
3024

3125
## Viscoelastic Models
@@ -34,8 +28,6 @@
3428

3529
```{eval-rst}
3630
.. autoclass:: underworld3.constitutive_models.ViscoElasticPlasticFlowModel
37-
:members:
38-
:show-inheritance:
3931
```
4032

4133
## Darcy Flow
@@ -44,6 +36,4 @@
4436

4537
```{eval-rst}
4638
.. autoclass:: underworld3.constitutive_models.DarcyFlowModel
47-
:members:
48-
:show-inheritance:
4939
```

0 commit comments

Comments
 (0)