File tree Expand file tree Collapse file tree 5 files changed +20
-2
lines changed
modules/doc/content/modules Expand file tree Collapse file tree 5 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ application.
23
23
- [ Reactor] ( modules/reactor/index.md )
24
24
- [ Reconstructed Discontinuous Galerkin] ( modules/rdg/index.md )
25
25
- [ Richards] ( modules/richards/index.md )
26
+ - [ Solid Mechanics] ( modules/solid_mechanics/index.md )
26
27
- [ Solid Properties] ( modules/solid_properties/index.md )
27
28
- [ Stochastic Tools] ( modules/stochastic_tools/index.md )
28
- - [ Tensor Mechanics] ( modules/solid_mechanics/index.md )
29
29
- [ Thermal Hydraulics] ( modules/thermal_hydraulics/index.md )
30
30
- [ XFEM] ( modules/xfem/index.md )
31
31
Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ mv "$dir/test/src/base/${srcname}TestApp.C.${kind}" "$dir/test/src/base/${dstnam
105
105
mv " $dir /include/base/${srcname} App.h" " $dir /include/base/${dstname} App.h"
106
106
mv " $dir /test/include/base/${srcname} TestApp.h" " $dir /test/include/base/${dstname} TestApp.h"
107
107
mv " $dir /doc/config.yml.${kind} " " $dir /doc/config.yml"
108
+ mv " $dir /doc/sqa_reports.yml.${kind} " " $dir /doc/sqa_reports.yml"
108
109
mv " $dir /doc/moosedocs.py.${kind} " " $dir /doc/moosedocs.py"
109
110
chmod a+x " $dir /doc/moosedocs.py"
110
111
chmod a+x " $dir /run_tests"
@@ -116,6 +117,7 @@ rm -f $dir/run_tests.*
116
117
rm -f $dir /src/base/StorkApp.C.*
117
118
rm -f $dir /test/src/base/StorkTestApp.C.*
118
119
rm -f $dir /doc/config.yml.*
120
+ rm -f $dir /doc/sqa_reports.yml.*
119
121
rm -f $dir /doc/moosedocs.py.*
120
122
121
123
if [[ " $kind " == " app" ]]; then
Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ RAY_TRACING := no
46
46
REACTOR := no
47
47
RDG := no
48
48
RICHARDS := no
49
+ SOLID_MECHANICS := no
49
50
STOCHASTIC_TOOLS := no
50
51
THERMAL_HYDRAULICS := no
51
- TENSOR_MECHANICS := no
52
52
XFEM := no
53
53
54
54
include $(MOOSE_DIR)/modules/modules.mk
Original file line number Diff line number Diff line change
1
+ Applications:
2
+ stork:
3
+ app_types:
4
+ - StorkApp
5
+ content_directory: ${ROOT_DIR}/doc/content
6
+ log_default: WARNING
Original file line number Diff line number Diff line change
1
+ Applications:
2
+ stork:
3
+ exe_directory: ${MOOSE_DIR}/modules/stork
4
+ app_types:
5
+ - StorkApp
6
+ content_directory: ${MOOSE_DIR}/modules/stork/doc/content
7
+ unregister:
8
+ - ${MOOSE_DIR}/framework/doc/unregister.yml
9
+ remove:
10
+ - ${MOOSE_DIR}/framework/doc/remove.yml
You can’t perform that action at this time.
0 commit comments