Skip to content

Commit 48552a3

Browse files
Update docs for CustomSection
1 parent 8a602b9 commit 48552a3

28 files changed

+121
-101
lines changed
-156 Bytes
Binary file not shown.
10 Bytes
Binary file not shown.
2.45 KB
Binary file not shown.
10 Bytes
Binary file not shown.

docs/build/html/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 76532c2cb2dec21dcf02b097ee8b2a55
3+
config: ff1e3636abf662b106084c817713168b
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/build/html/_modules/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>Overview: module code &mdash; sectionproperties 1.0.2 documentation</title>
11+
<title>Overview: module code &mdash; sectionproperties 1.0.3 documentation</title>
1212

1313

1414

@@ -57,7 +57,7 @@
5757

5858

5959
<div class="version">
60-
1.0.2
60+
1.0.3
6161
</div>
6262

6363

@@ -170,7 +170,7 @@ <h1>All modules for which code is available</h1>
170170

171171
<div role="contentinfo">
172172
<p>
173-
&copy; Copyright 2018, Robbie van Leeuwen.
173+
&copy; Copyright 2019, Robbie van Leeuwen.
174174

175175
</p>
176176
</div>
@@ -192,7 +192,7 @@ <h1>All modules for which code is available</h1>
192192
<script type="text/javascript">
193193
var DOCUMENTATION_OPTIONS = {
194194
URL_ROOT:'../',
195-
VERSION:'1.0.2',
195+
VERSION:'1.0.3',
196196
LANGUAGE:'en',
197197
COLLAPSE_INDEX:false,
198198
FILE_SUFFIX:'.html',

docs/build/html/_modules/sectionproperties/analysis/cross_section.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>sectionproperties.analysis.cross_section &mdash; sectionproperties 1.0.2 documentation</title>
11+
<title>sectionproperties.analysis.cross_section &mdash; sectionproperties 1.0.3 documentation</title>
1212

1313

1414

@@ -57,7 +57,7 @@
5757

5858

5959
<div class="version">
60-
1.0.2
60+
1.0.3
6161
</div>
6262

6363

@@ -2722,8 +2722,8 @@ <h1>Source code for sectionproperties.analysis.cross_section</h1><div class="hig
27222722
<span class="sd"> stress_post = section.calculate_stress(N=10e3)</span>
27232723

27242724
<span class="sd"> stresses = stress_post.get_stress()</span>
2725-
<span class="sd"> print(&#39;Material {0}.format(stresses[0][&#39;Material&#39;]))</span>
2726-
<span class="sd"> print(&#39;Axial Stresses {0}&#39;.format(stress[0][&#39;sig_zz_n&#39;]))</span>
2725+
<span class="sd"> print(&#39;Material: {0}&#39;.format(stresses[0][&#39;Material&#39;]))</span>
2726+
<span class="sd"> print(&#39;Axial Stresses: {0}&#39;.format(stresses[0][&#39;sig_zz_n&#39;]))</span>
27272727

27282728
<span class="sd"> $ Material: default</span>
27292729
<span class="sd"> $ Axial Stresses: [3.64025694 3.64025694 3.64025694 ... 3.64025694 3.64025694 3.64025694]</span>
@@ -4326,7 +4326,7 @@ <h1>Source code for sectionproperties.analysis.cross_section</h1><div class="hig
43264326

43274327
<div role="contentinfo">
43284328
<p>
4329-
&copy; Copyright 2018, Robbie van Leeuwen.
4329+
&copy; Copyright 2019, Robbie van Leeuwen.
43304330

43314331
</p>
43324332
</div>
@@ -4348,7 +4348,7 @@ <h1>Source code for sectionproperties.analysis.cross_section</h1><div class="hig
43484348
<script type="text/javascript">
43494349
var DOCUMENTATION_OPTIONS = {
43504350
URL_ROOT:'../../../',
4351-
VERSION:'1.0.2',
4351+
VERSION:'1.0.3',
43524352
LANGUAGE:'en',
43534353
COLLAPSE_INDEX:false,
43544354
FILE_SUFFIX:'.html',

docs/build/html/_modules/sectionproperties/analysis/fea.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>sectionproperties.analysis.fea &mdash; sectionproperties 1.0.2 documentation</title>
11+
<title>sectionproperties.analysis.fea &mdash; sectionproperties 1.0.3 documentation</title>
1212

1313

1414

@@ -57,7 +57,7 @@
5757

5858

5959
<div class="version">
60-
1.0.2
60+
1.0.3
6161
</div>
6262

6363

@@ -805,7 +805,7 @@ <h1>Source code for sectionproperties.analysis.fea</h1><div class="highlight"><p
805805

806806
<div role="contentinfo">
807807
<p>
808-
&copy; Copyright 2018, Robbie van Leeuwen.
808+
&copy; Copyright 2019, Robbie van Leeuwen.
809809

810810
</p>
811811
</div>
@@ -827,7 +827,7 @@ <h1>Source code for sectionproperties.analysis.fea</h1><div class="highlight"><p
827827
<script type="text/javascript">
828828
var DOCUMENTATION_OPTIONS = {
829829
URL_ROOT:'../../../',
830-
VERSION:'1.0.2',
830+
VERSION:'1.0.3',
831831
LANGUAGE:'en',
832832
COLLAPSE_INDEX:false,
833833
FILE_SUFFIX:'.html',

docs/build/html/_modules/sectionproperties/analysis/solver.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>sectionproperties.analysis.solver &mdash; sectionproperties 1.0.2 documentation</title>
11+
<title>sectionproperties.analysis.solver &mdash; sectionproperties 1.0.3 documentation</title>
1212

1313

1414

@@ -57,7 +57,7 @@
5757

5858

5959
<div class="version">
60-
1.0.2
60+
1.0.3
6161
</div>
6262

6363

@@ -306,7 +306,7 @@ <h1>Source code for sectionproperties.analysis.solver</h1><div class="highlight"
306306

307307
<div role="contentinfo">
308308
<p>
309-
&copy; Copyright 2018, Robbie van Leeuwen.
309+
&copy; Copyright 2019, Robbie van Leeuwen.
310310

311311
</p>
312312
</div>
@@ -328,7 +328,7 @@ <h1>Source code for sectionproperties.analysis.solver</h1><div class="highlight"
328328
<script type="text/javascript">
329329
var DOCUMENTATION_OPTIONS = {
330330
URL_ROOT:'../../../',
331-
VERSION:'1.0.2',
331+
VERSION:'1.0.3',
332332
LANGUAGE:'en',
333333
COLLAPSE_INDEX:false,
334334
FILE_SUFFIX:'.html',

docs/build/html/_modules/sectionproperties/post/post.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>sectionproperties.post.post &mdash; sectionproperties 1.0.2 documentation</title>
11+
<title>sectionproperties.post.post &mdash; sectionproperties 1.0.3 documentation</title>
1212

1313

1414

@@ -57,7 +57,7 @@
5757

5858

5959
<div class="version">
60-
1.0.2
60+
1.0.3
6161
</div>
6262

6363

@@ -461,7 +461,7 @@ <h1>Source code for sectionproperties.post.post</h1><div class="highlight"><pre>
461461

462462
<div role="contentinfo">
463463
<p>
464-
&copy; Copyright 2018, Robbie van Leeuwen.
464+
&copy; Copyright 2019, Robbie van Leeuwen.
465465

466466
</p>
467467
</div>
@@ -483,7 +483,7 @@ <h1>Source code for sectionproperties.post.post</h1><div class="highlight"><pre>
483483
<script type="text/javascript">
484484
var DOCUMENTATION_OPTIONS = {
485485
URL_ROOT:'../../../',
486-
VERSION:'1.0.2',
486+
VERSION:'1.0.3',
487487
LANGUAGE:'en',
488488
COLLAPSE_INDEX:false,
489489
FILE_SUFFIX:'.html',

0 commit comments

Comments
 (0)