File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11set SPHINX_APIDOC_OPTIONS = inherited-members
2- call sphinx-apidoc -o ../docs/source/api ../ansys ../ansys/dpf/core/log.py ^
3- ../ansys/dpf/core/help.py ../ansys/dpf/core/mapping_types.py ../ansys/dpf/core/ipconfig.py ^
4- ../ansys/dpf/core/field_base.py ../ansys/dpf/core/cache.py ../ansys/dpf/core/misc.py ^
5- ../ansys/dpf/core/check_version.py ../ansys/dpf/core/operators/build.py ../ansys/dpf/core/operators/specification.py ^
6- ../ansys/dpf/core/vtk_helper.py ../ansys/dpf/core/label_space.py ../ansys/dpf/core/examples/python_plugins/* ^
7- ../ansys/dpf/core/examples/examples.py ^
2+ call sphinx-apidoc -o ../docs/source/api ../src/ ansys ../src /ansys/dpf/core/log.py ^
3+ ../src/ ansys/dpf/core/help.py ../src/ ansys/dpf/core/mapping_types.py ../src /ansys/dpf/core/ipconfig.py ^
4+ ../src/ ansys/dpf/core/field_base.py ../src/ ansys/dpf/core/cache.py ../src /ansys/dpf/core/misc.py ^
5+ ../src/ ansys/dpf/core/check_version.py ../src/ ansys/dpf/core/operators/build.py ../src /ansys/dpf/core/operators/specification.py ^
6+ ../src/ ansys/dpf/core/vtk_helper.py ../src/ ansys/dpf/core/label_space.py ../src /ansys/dpf/core/examples/python_plugins/* ^
7+ ../src/ ansys/dpf/core/examples/examples.py ^
88 -f --implicit-namespaces --separate --no-headings
99pushd .
1010cd ../docs/
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jobs:
134134 working-directory : .ci
135135 run : |
136136 build_doc.bat > ..\docs\log.txt && type ..\docs\log.txt 2>&1
137- timeout-minutes : 20
137+ timeout-minutes : 60
138138
139139 - name : " Check for success"
140140 shell : bash
Original file line number Diff line number Diff line change 100100
101101###############################################################################
102102# Workflow for not averaging across bodies
103- # ---------------------------------
103+ # ----------------------------------------
104104# Computing Von Mises stresses without averaging across the bodies of the
105105# model requires the stresses to be extracted separately for each body.
106106# To do this in DPF, pass a scopings container the stress operator that
@@ -176,7 +176,7 @@ def not_average_across_bodies(analysis):
176176
177177###############################################################################
178178# Workflow for averaging across bodies
179- # -----------------------------------
179+ # ------------------------------------
180180# The workflow for performing averaging across bodies in DPF is similar to to the
181181# one shown above, with the extraction of stresses per body. The difference comes
182182# in the end, where a weighted merge is done between the fields that contain different
@@ -268,7 +268,7 @@ def average_across_bodies(analysis):
268268
269269###############################################################################
270270# Dedicated Operator
271- # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
271+ # ~~~~~~~~~~~~~~~~~~
272272#
273273# .. note::
274274# The operator detailed below is available in Ansys 23R2 and later versions.
You can’t perform that action at this time.
0 commit comments