Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jchkoch committed Jan 22, 2025
1 parent d822d96 commit 2bf69a9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
12 changes: 4 additions & 8 deletions docs/examples/geometry/section_library.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -569,11 +569,7 @@
"\n",
"# create the geometry\n",
"geom = clt_rectangular_section(\n",
" d=[40, 40, 40],\n",
" lay_orient=[0, 90, 0],\n",
" b=1000,\n",
" timb_mat0=timber0,\n",
" timb_mat90=timber90,\n",
" d=[40, 40, 40], lay_orient=[timber0, timber90, timber0], b=1000\n",
")"
]
},
Expand Down Expand Up @@ -644,9 +640,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "section-properties",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "section-properties"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -658,7 +654,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.14"
"version": "3.12.8"
}
},
"nbformat": 4,
Expand Down
8 changes: 8 additions & 0 deletions docs/user_guide/geometry.rst
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,14 @@ Concrete Sections

.. _label-bridge-library:

Timber Section
""""""""""""""

.. autosummary::
:nosignatures:

~sectionproperties.pre.library.timber_sections.clt_rectangular_section

Bridge Sections
"""""""""""""""

Expand Down

0 comments on commit 2bf69a9

Please sign in to comment.