Skip to content

Fix "Available Models" table in user docs

Lukas Riedel requested to merge fix-available-models-table into master

What does this MR do?

Fix the malformed table in the "Available Models" user docs. This reverts commit 358ed887.

@sospinar: Notice that the information you added in 358ed887 is incorrect: There are targets defined with transport.numerics.FEorder greater than richards.numerics.FEorder, but they are not compiled and hence not available by default. Only the targets with the same order for both models are added to the default target, see DorieCompileInstance.cmake#L114.

Is there something that needs to be double checked?

  • Table is not malformed and appears in docs output

Can this MR be accepted?

  • Added/Updated documentation
  • Pipeline passing
  • Squash option set
  • Delete branch option set
  • [ ] Added entry to CHANGELOG.md

Assignee: If the Squash option is set, check/update the commit message right before merging!

Related issues

!209 (merged)

Edited by Lukas Riedel

Merge request reports