Skip to content

Commit 789ce53

Browse files
committed
Update section.rst
1 parent 34415b2 commit 789ce53

1 file changed

Lines changed: 35 additions & 22 deletions

File tree

source/user/manual/section.rst

Lines changed: 35 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ This command configures a Section, which represents a constitutive model between
1313

1414
.. py:method:: Model.section(object)
1515
16-
:param object: section object
17-
:type object: |string|
16+
:param object: section object, one of:
17+
18+
* :py:class:`xara.PlaneSection`
19+
* :py:class:`xara.FrameSection`
20+
* :py:class:`xara.ShellSection`
1821

1922
.. tab:: Tcl
2023

@@ -29,38 +32,48 @@ This command configures a Section, which represents a constitutive model between
2932
$args, |list|, a list of material arguments with number dependent on section type
3033

3134

32-
Library
33-
-------
34-
35-
36-
The following section types are valid for :ref:`frame` elements:
37-
3835
.. toctree::
3936
:maxdepth: 1
37+
:hidden:
4038

4139
section/Truss
42-
Frame <section/frame/index>
43-
section/ElasticFrame
44-
section/axial/index
45-
section/ShearFiber
40+
section/frame/index
41+
section/plane/index
42+
section/shell/index
4643

47-
.. _PlaneSection:
44+
..
45+
Library
46+
-------
4847
49-
For :ref:`PlaneElements` elements, the following section types are available:
5048

51-
.. toctree::
52-
:maxdepth: 1
49+
The following section types are valid for :ref:`frame` elements:
5350

54-
section/plane/index
51+
.. toctree::
52+
:maxdepth: 1
5553

54+
section/Truss
55+
Frame <section/frame/index>
56+
section/ElasticFrame
57+
section/axial/index
58+
section/ShearFiber
5659

57-
The following section types are valid for :ref:`shells`:
60+
.. _PlaneSection:
5861

59-
.. toctree::
60-
:maxdepth: 1
62+
For :ref:`PlaneElements` elements, the following section types are available:
63+
64+
.. toctree::
65+
:maxdepth: 1
66+
67+
section/plane/index
68+
69+
70+
The following section types are valid for :ref:`shells`:
71+
72+
.. toctree::
73+
:maxdepth: 1
6174

62-
section/ElasticShell
63-
section/ShellFiber
75+
section/ElasticShell
76+
section/ShellFiber
6477

6578

6679
..

0 commit comments

Comments
 (0)