Skip to content

Commit

Permalink
Making things SQA compliant #13
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmprince authored and dschwen committed Sep 23, 2022
1 parent 222c0e9 commit df78644
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions modules/optimization/doc/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Content:
- ${MOOSE_DIR}/modules/heat_conduction/doc/content
- ${MOOSE_DIR}/modules/stochastic_tools/doc/content
- ${MOOSE_DIR}/modules/ray_tracing/doc/content
- ${MOOSE_DIR}/modules/tensor_mechanics/doc/content
Renderer:
type: MooseDocs.base.MaterializeRenderer

Expand Down Expand Up @@ -40,4 +41,5 @@ Extensions:
framework: !include ${MOOSE_DIR}/framework/doc/sqa_framework.yml
stochastic_tools: !include ${MOOSE_DIR}/modules/stochastic_tools/doc/sqa_stochastic_tools.yml
heat_conduction: !include ${MOOSE_DIR}/modules/heat_conduction/doc/sqa_heat_conduction.yml
tensor_mechanics: !include ${MOOSE_DIR}/modules/tensor_mechanics/doc/sqa_tensor_mechanics.yml
isopod: !include ${ROOT_DIR}/doc/sqa_isopod.yml
8 changes: 7 additions & 1 deletion modules/optimization/doc/sqa_isopod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
specs:
- tests
directories:
- ${ISOPOD_DIR}/test/tests
- test/tests
dependencies:
- framework
- heat_conduction
- tensor_mechanics
- stochastic_tools
reports: !include doc/sqa_reports.yml

0 comments on commit df78644

Please sign in to comment.