diff --git a/doc/config.yml b/doc/config.yml index 4d593a7141..11790f111d 100644 --- a/doc/config.yml +++ b/doc/config.yml @@ -1,6 +1,7 @@ Content: - doc/content - ${MOOSE_DIR}/framework/doc/content + - ${MOOSE_DIR}/python/doc/content - ${MOOSE_DIR}/modules/contact/doc/content - ${MOOSE_DIR}/modules/fluid_properties/doc/content - ${MOOSE_DIR}/modules/fsi/doc/content @@ -19,7 +20,6 @@ Content: - getting_started/installation/install_miniconda.md - getting_started/installation/uninstall_conda.md - getting_started/installation/wsl.md - - application_usage/peacock.md - framework_development/git.md - help/development/** - help/finite_element_concepts/nodal_patch_recovery.md diff --git a/doc/content/documentation.menu.md b/doc/content/documentation.menu.md index 035b6ce9d9..2e9b7a0905 100644 --- a/doc/content/documentation.menu.md +++ b/doc/content/documentation.menu.md @@ -6,7 +6,7 @@ - [Theory manual](manuals/theory/index.md) - [User manual](manuals/user/index.md) - [Syntax](syntax/index.md) -- [Peacock](peacock.md) +- [Peacock](python/peacock.md) !col-end! diff --git a/doc/content/tutorial/tutorial.md b/doc/content/tutorial/tutorial.md index a14df01cb4..3ea7b8fad7 100644 --- a/doc/content/tutorial/tutorial.md +++ b/doc/content/tutorial/tutorial.md @@ -103,4 +103,4 @@ Similar to Postprocessors, the user can also define vectorpostprocessors. These The final block of text in this input file is the Outputs block. It is not required, and some information is automatically output by default. This block is useful for controlling the amount of information that is output to the screen during your simulation, as well as other useful information such as performance metrics. This is also where the user can specify the types of files to be output (csv, exodus, etc.). See [Outputs](syntax/Outputs/index.md) for more information on the outputs system. -In general, an exodus file is the output file that will be useful for visualization of the results. For this, any exodus file viewing software will work. [Peacock](application_usage/peacock.md) is the MOOSE Graphical User Interface currently being developed and used within the MOOSE developer and user community. Another option that is widely used is [Paraview](https://www.paraview.org/). +In general, an exodus file is the output file that will be useful for visualization of the results. For this, any exodus file viewing software will work. [Peacock](python/peacock.md) is the MOOSE Graphical User Interface currently being developed and used within the MOOSE developer and user community. Another option that is widely used is [Paraview](https://www.paraview.org/).