1+
2+ <!DOCTYPE html>
3+
4+
5+ < html lang ="en " data-content_root ="../ " >
6+
7+ < head >
8+ < meta charset ="utf-8 " />
9+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
10+ < title > Overview: module code — pystran 0.1.0 documentation</ title >
11+
12+
13+
14+ < script data-cfasync ="false ">
15+ document . documentElement . dataset . mode = localStorage . getItem ( "mode" ) || "" ;
16+ document . documentElement . dataset . theme = localStorage . getItem ( "theme" ) || "" ;
17+ </ script >
18+ <!--
19+ this give us a css class that will be invisible only if js is disabled
20+ -->
21+ < noscript >
22+ < style >
23+ .pst-js-only { display : none !important ; }
24+
25+ </ style >
26+ </ noscript >
27+
28+ <!-- Loaded before other Sphinx assets -->
29+ < link href ="../_static/styles/theme.css?digest=8878045cc6db502f8baf " rel ="stylesheet " />
30+ < link href ="../_static/styles/pydata-sphinx-theme.css?digest=8878045cc6db502f8baf " rel ="stylesheet " />
31+
32+ < link rel ="stylesheet " type ="text/css " href ="../_static/pygments.css?v=8f2a1f02 " />
33+
34+ <!-- So that users can add custom icons -->
35+ < script src ="../_static/scripts/fontawesome.js?digest=8878045cc6db502f8baf "> </ script >
36+ <!-- Pre-loaded scripts that we'll load fully later -->
37+ < link rel ="preload " as ="script " href ="../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf " />
38+ < link rel ="preload " as ="script " href ="../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf " />
39+
40+ < script src ="../_static/documentation_options.js?v=01f34227 "> </ script >
41+ < script src ="../_static/doctools.js?v=9bcbadda "> </ script >
42+ < script src ="../_static/sphinx_highlight.js?v=dc90522c "> </ script >
43+ < script > DOCUMENTATION_OPTIONS . pagename = '_modules/index' ; </ script >
44+ < link rel ="index " title ="Index " href ="../genindex.html " />
45+ < link rel ="search " title ="Search " href ="../search.html " />
46+ < meta name ="viewport " content ="width=device-width, initial-scale=1 "/>
47+ < meta name ="docsearch:language " content ="en "/>
48+ < meta name ="docsearch:version " content ="" />
49+ </ head >
50+
51+
52+ < body data-bs-spy ="scroll " data-bs-target =".bd-toc-nav " data-offset ="180 " data-bs-root-margin ="0px 0px -60% " data-default-mode ="">
53+
54+
55+
56+ < div id ="pst-skip-link " class ="skip-link d-print-none "> < a href ="#main-content "> Skip to main content</ a > </ div >
57+
58+ < div id ="pst-scroll-pixel-helper "> </ div >
59+
60+ < button type ="button " class ="btn rounded-pill " id ="pst-back-to-top ">
61+ < i class ="fa-solid fa-arrow-up "> </ i > Back to top</ button >
62+
63+
64+ < dialog id ="pst-search-dialog ">
65+
66+ < form class ="bd-search d-flex align-items-center "
67+ action ="../search.html "
68+ method ="get ">
69+ < i class ="fa-solid fa-magnifying-glass "> </ i >
70+ < input type ="search "
71+ class ="form-control "
72+ name ="q "
73+ placeholder ="Search the docs ... "
74+ aria-label ="Search the docs ... "
75+ autocomplete ="off "
76+ autocorrect ="off "
77+ autocapitalize ="off "
78+ spellcheck ="false "/>
79+ < span class ="search-button__kbd-shortcut "> < kbd class ="kbd-shortcut__modifier "> Ctrl</ kbd > +< kbd > K</ kbd > </ span >
80+ </ form >
81+ </ dialog >
82+
83+ < div class ="pst-async-banner-revealer d-none ">
84+ < aside id ="bd-header-version-warning " class ="d-none d-print-none " aria-label ="Version warning "> </ aside >
85+ </ div >
86+
87+
88+ < header class ="bd-header navbar navbar-expand-lg bd-navbar d-print-none ">
89+ < div class ="bd-header__inner bd-page-width ">
90+ < button class ="pst-navbar-icon sidebar-toggle primary-toggle " aria-label ="Site navigation ">
91+ < span class ="fa-solid fa-bars "> </ span >
92+ </ button >
93+
94+
95+ < div class ="col-lg-3 navbar-header-items__start ">
96+
97+ < div class ="navbar-item ">
98+
99+
100+
101+
102+
103+ < a class ="navbar-brand logo " href ="../index.html ">
104+
105+
106+
107+
108+
109+
110+ < p class ="title logo__title "> pystran 0.1.0 documentation</ p >
111+
112+ </ a > </ div >
113+
114+ </ div >
115+
116+ < div class ="col-lg-9 navbar-header-items ">
117+
118+ < div class ="me-auto navbar-header-items__center ">
119+
120+ < div class ="navbar-item ">
121+ < nav >
122+ < ul class ="bd-navbar-elements navbar-nav ">
123+
124+ < li class ="nav-item ">
125+ < a class ="nav-link nav-internal " href ="../modules.html ">
126+ pystran
127+ </ a >
128+ </ li >
129+
130+ </ ul >
131+ </ nav > </ div >
132+
133+ </ div >
134+
135+
136+ < div class ="navbar-header-items__end ">
137+
138+ < div class ="navbar-item navbar-persistent--container ">
139+
140+
141+ < button class ="btn search-button-field search-button__button pst-js-only " title ="Search " aria-label ="Search " data-bs-placement ="bottom " data-bs-toggle ="tooltip ">
142+ < i class ="fa-solid fa-magnifying-glass "> </ i >
143+ < span class ="search-button__default-text "> Search</ span >
144+ < span class ="search-button__kbd-shortcut "> < kbd class ="kbd-shortcut__modifier "> Ctrl</ kbd > +< kbd class ="kbd-shortcut__modifier "> K</ kbd > </ span >
145+ </ button >
146+ </ div >
147+
148+
149+ < div class ="navbar-item ">
150+
151+ < button class ="btn btn-sm nav-link pst-navbar-icon theme-switch-button pst-js-only " aria-label ="Color mode " data-bs-title ="Color mode " data-bs-placement ="bottom " data-bs-toggle ="tooltip ">
152+ < i class ="theme-switch fa-solid fa-sun fa-lg " data-mode ="light " title ="Light "> </ i >
153+ < i class ="theme-switch fa-solid fa-moon fa-lg " data-mode ="dark " title ="Dark "> </ i >
154+ < i class ="theme-switch fa-solid fa-circle-half-stroke fa-lg " data-mode ="auto " title ="System Settings "> </ i >
155+ </ button > </ div >
156+
157+ </ div >
158+
159+ </ div >
160+
161+
162+ < div class ="navbar-persistent--mobile ">
163+
164+ < button class ="btn search-button-field search-button__button pst-js-only " title ="Search " aria-label ="Search " data-bs-placement ="bottom " data-bs-toggle ="tooltip ">
165+ < i class ="fa-solid fa-magnifying-glass "> </ i >
166+ < span class ="search-button__default-text "> Search</ span >
167+ < span class ="search-button__kbd-shortcut "> < kbd class ="kbd-shortcut__modifier "> Ctrl</ kbd > +< kbd class ="kbd-shortcut__modifier "> K</ kbd > </ span >
168+ </ button >
169+ </ div >
170+
171+
172+
173+ </ div >
174+
175+ </ header >
176+
177+
178+ < div class ="bd-container ">
179+ < div class ="bd-container__inner bd-page-width ">
180+
181+
182+
183+
184+
185+ < dialog id ="pst-primary-sidebar-modal "> </ dialog >
186+ < div id ="pst-primary-sidebar " class ="bd-sidebar-primary bd-sidebar hide-on-wide ">
187+
188+
189+
190+ < div class ="sidebar-header-items sidebar-primary__section ">
191+
192+
193+ < div class ="sidebar-header-items__center ">
194+
195+
196+
197+ < div class ="navbar-item ">
198+ < nav >
199+ < ul class ="bd-navbar-elements navbar-nav ">
200+
201+ < li class ="nav-item ">
202+ < a class ="nav-link nav-internal " href ="../modules.html ">
203+ pystran
204+ </ a >
205+ </ li >
206+
207+ </ ul >
208+ </ nav > </ div >
209+
210+
211+ </ div >
212+
213+
214+
215+ < div class ="sidebar-header-items__end ">
216+
217+ < div class ="navbar-item ">
218+
219+ < button class ="btn btn-sm nav-link pst-navbar-icon theme-switch-button pst-js-only " aria-label ="Color mode " data-bs-title ="Color mode " data-bs-placement ="bottom " data-bs-toggle ="tooltip ">
220+ < i class ="theme-switch fa-solid fa-sun fa-lg " data-mode ="light " title ="Light "> </ i >
221+ < i class ="theme-switch fa-solid fa-moon fa-lg " data-mode ="dark " title ="Dark "> </ i >
222+ < i class ="theme-switch fa-solid fa-circle-half-stroke fa-lg " data-mode ="auto " title ="System Settings "> </ i >
223+ </ button > </ div >
224+
225+ </ div >
226+
227+ </ div >
228+
229+
230+ < div class ="sidebar-primary-items__end sidebar-primary__section ">
231+ < div class ="sidebar-primary-item ">
232+ < div id ="ethical-ad-placement "
233+ class ="flat "
234+ data-ea-publisher ="readthedocs "
235+ data-ea-type ="readthedocs-sidebar "
236+ data-ea-manual ="true ">
237+ </ div > </ div >
238+ </ div >
239+
240+
241+ </ div >
242+
243+ < main id ="main-content " class ="bd-main " role ="main ">
244+
245+
246+ < div class ="bd-content ">
247+ < div class ="bd-article-container ">
248+
249+ < div class ="bd-header-article d-print-none ">
250+ < div class ="header-article-items header-article__inner ">
251+
252+ < div class ="header-article-items__start ">
253+
254+ < div class ="header-article-item ">
255+
256+ < nav aria-label ="Breadcrumb " class ="d-print-none ">
257+ < ul class ="bd-breadcrumbs ">
258+
259+ < li class ="breadcrumb-item breadcrumb-home ">
260+ < a href ="../index.html " class ="nav-link " aria-label ="Home ">
261+ < i class ="fa-solid fa-home "> </ i >
262+ </ a >
263+ </ li >
264+ < li class ="breadcrumb-item active " aria-current ="page "> < span class ="ellipsis "> Overview: module code</ span > </ li >
265+ </ ul >
266+ </ nav >
267+ </ div >
268+
269+ </ div >
270+
271+
272+ </ div >
273+ </ div >
274+
275+
276+
277+
278+ < div id ="searchbox "> </ div >
279+ < article class ="bd-article ">
280+
281+ < h1 > All modules for which code is available</ h1 >
282+ < ul > < li > < a href ="pystran/assemble.html "> pystran.assemble</ a > </ li >
283+ < li > < a href ="pystran/beam.html "> pystran.beam</ a > </ li >
284+ < li > < a href ="pystran/freedoms.html "> pystran.freedoms</ a > </ li >
285+ < li > < a href ="pystran/gauss.html "> pystran.gauss</ a > </ li >
286+ < li > < a href ="pystran/geometry.html "> pystran.geometry</ a > </ li >
287+ < li > < a href ="pystran/model.html "> pystran.model</ a > </ li >
288+ < li > < a href ="pystran/plots.html "> pystran.plots</ a > </ li >
289+ < li > < a href ="pystran/rigid.html "> pystran.rigid</ a > </ li >
290+ < li > < a href ="pystran/rotation.html "> pystran.rotation</ a > </ li >
291+ < li > < a href ="pystran/section.html "> pystran.section</ a > </ li >
292+ < li > < a href ="pystran/spring.html "> pystran.spring</ a > </ li >
293+ < li > < a href ="pystran/truss.html "> pystran.truss</ a > </ li >
294+ </ ul >
295+
296+ </ article >
297+
298+
299+
300+
301+
302+ < footer class ="prev-next-footer d-print-none ">
303+
304+ < div class ="prev-next-area ">
305+ </ div >
306+ </ footer >
307+
308+ </ div >
309+
310+
311+
312+
313+ </ div >
314+ < footer class ="bd-footer-content ">
315+
316+ </ footer >
317+
318+ </ main >
319+ </ div >
320+ </ div >
321+
322+ <!-- Scripts loaded after <body> so the DOM is not blocked -->
323+ < script defer src ="../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf "> </ script >
324+ < script defer src ="../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf "> </ script >
325+
326+ < footer class ="bd-footer ">
327+ < div class ="bd-footer__inner bd-page-width ">
328+
329+ < div class ="footer-items__start ">
330+
331+ < div class ="footer-item ">
332+
333+ < p class ="copyright ">
334+
335+ © Copyright 2025, Petr Krysl.
336+ < br />
337+
338+ </ p >
339+ </ div >
340+
341+ < div class ="footer-item ">
342+
343+ < p class ="sphinx-version ">
344+ Created using < a href ="https://www.sphinx-doc.org/ "> Sphinx</ a > 8.1.3.
345+ < br />
346+ </ p >
347+ </ div >
348+
349+ </ div >
350+
351+
352+
353+ < div class ="footer-items__end ">
354+
355+ < div class ="footer-item ">
356+ < p class ="theme-version ">
357+ <!-- # L10n: Setting the PST URL as an argument as this does not need to be localized -->
358+ Built with the < a href ="https://pydata-sphinx-theme.readthedocs.io/en/stable/index.html "> PyData Sphinx Theme</ a > 0.16.1.
359+ </ p > </ div >
360+
361+ </ div >
362+
363+ </ div >
364+
365+ </ footer >
366+ </ body >
367+ </ html >
0 commit comments