Skip to content

Commit

Permalink
Add new module dependencies to falcon docs (idaholab#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
cticenhour committed Jun 30, 2022
1 parent 91b81f5 commit d3a8ca8
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 11 deletions.
12 changes: 7 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,18 @@ include $(FRAMEWORK_DIR)/build.mk
include $(FRAMEWORK_DIR)/moose.mk

################################## MODULES ####################################
GEOCHEMISTRY := yes
POROUS_FLOW := yes
STOCHASTIC_TOOLS := yes
TENSOR_MECHANICS := yes
THERMAL_HYDRAULICS := yes
CHEMICAL_REACTIONS := yes
FLUID_PROPERTIES := yes
GEOCHEMISTRY := yes
HEAT_CONDUCTION := yes
MISC := yes
NAVIER_STOKES := yes
POROUS_FLOW := yes
RAY_TRACING := yes
RDG := yes
STOCHASTIC_TOOLS := yes
TENSOR_MECHANICS := yes
THERMAL_HYDRAULICS := yes
USE_TEST_LIBS := yes
include $(MOOSE_DIR)/modules/modules.mk
###############################################################################
Expand Down
39 changes: 33 additions & 6 deletions doc/config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
Content:
- ${ROOT_DIR}/doc/content
- ${MOOSE_DIR}/framework/doc/content
- ${MOOSE_DIR}/modules/geochemistry/doc/content
- ${MOOSE_DIR}/modules/porous_flow/doc/content
- ${MOOSE_DIR}/modules/chemical_reactions/doc/content
- ${MOOSE_DIR}/modules/fluid_properties/doc/content
- ${MOOSE_DIR}/modules/geochemistry/doc/content
- ${MOOSE_DIR}/modules/heat_conduction/doc/content
- ${MOOSE_DIR}/modules/misc/doc/content
- ${MOOSE_DIR}/modules/navier_stokes/doc/content
- ${MOOSE_DIR}/modules/porous_flow/doc/content
- ${MOOSE_DIR}/modules/ray_tracing/doc/content
- ${MOOSE_DIR}/modules/rdg/doc/content
- ${MOOSE_DIR}/modules/stochastic_tools/doc/content
- ${MOOSE_DIR}/modules/tensor_mechanics/doc/content
- ${MOOSE_DIR}/modules/thermal_hydraulics/doc/content
- moose:
root_dir: ${MOOSE_DIR}/modules/doc/content
content:
Expand All @@ -15,6 +21,7 @@ Content:
- getting_started/installation/uninstall_conda.md
- getting_started/installation/wsl.md
- application_usage/peacock.md
- application_usage/command_line_usage.md
- media/**
- bib/**

Expand All @@ -36,16 +43,27 @@ Extensions:
Help:
FAQ: help/faq/index.md
Contact: help/contact_us.md

MooseDocs.extensions.bibtex:
duplicates:
- hales15homogenization # referenced in both Tensor Mechanics and Heat Conduction
MooseDocs.extensions.appsyntax:
executable: ${ROOT_DIR}
remove: !include ${MOOSE_DIR}/framework/doc/remove.yml
includes:
- include
- ${MOOSE_DIR}/framework/include
- ${MOOSE_DIR}/modules/chemical_reactions/include
- ${MOOSE_DIR}/modules/fluid_properties/include
- ${MOOSE_DIR}/modules/geochemistry/include
- ${MOOSE_DIR}/modules/heat_conduction/include
- ${MOOSE_DIR}/modules/misc/include
- ${MOOSE_DIR}/modules/navier_stokes/include
- ${MOOSE_DIR}/modules/porous_flow/include
- ${MOOSE_DIR}/modules/ray_tracing/include
- ${MOOSE_DIR}/modules/rdg/include
- ${MOOSE_DIR}/modules/stochastic_tools/include
- ${MOOSE_DIR}/modules/tensor_mechanics/include
- ${MOOSE_DIR}/modules/thermal_hydraulics/include

MooseDocs.extensions.common:
shortcuts: !include ${MOOSE_DIR}/framework/doc/globals.yml
Expand All @@ -63,9 +81,18 @@ Extensions:
repos:
default: https://github.com/idaholab/falcon
reports: !include ${ROOT_DIR}/doc/sqa_reports.yml
categories:
categories: # commented categories in this section are for module dependencies that do not yet have this file available
falcon: !include ${ROOT_DIR}/doc/sqa_falcon.yml
framework: !include ${MOOSE_DIR}/framework/doc/sqa_framework.yml
tensor_mechanics: !include ${MOOSE_DIR}/modules/tensor_mechanics/doc/sqa_tensor_mechanics.yml
# chemical_reactions: !include ${MOOSE_DIR}/modules/chemical_reactions/doc/sqa_chemical_reactions.yml
fluid_properties: !include ${MOOSE_DIR}/modules/fluid_properties/doc/sqa_fluid_properties.yml
# geochemistry: !include ${MOOSE_DIR}/modules/geochemistry/doc/sqa_geochemistry.yml
heat_conduction: !include ${MOOSE_DIR}/modules/heat_conduction/doc/sqa_heat_conduction.yml
misc: !include ${MOOSE_DIR}/modules/misc/doc/sqa_misc.yml
navier_stokes: !include ${MOOSE_DIR}/modules/navier_stokes/doc/sqa_navier_stokes.yml
porous_flow: !include ${MOOSE_DIR}/modules/porous_flow/doc/sqa_porous_flow.yml
ray_tracing: !include ${MOOSE_DIR}/modules/ray_tracing/doc/sqa_ray_tracing.yml
rdg: !include ${MOOSE_DIR}/modules/rdg/doc/sqa_rdg.yml
stochastic_tools: !include ${MOOSE_DIR}/modules/stochastic_tools/doc/sqa_stochastic_tools.yml
# porous_flow: !include ${MOOSE_DIR}/modules/porous_flow/doc/sqa_porous_flow.yml
tensor_mechanics: !include ${MOOSE_DIR}/modules/tensor_mechanics/doc/sqa_tensor_mechanics.yml
thermal_hydraulics: !include ${MOOSE_DIR}/modules/thermal_hydraulics/doc/sqa_thermal_hydraulics.yml

0 comments on commit d3a8ca8

Please sign in to comment.