Ensuring all impl and test tags show in the docs #2419
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What is the change? Why is it being made?
There were 3
impltags missing from requirements and 7testtags. This was due to a combination of two things:__init__.pyfiles.I have resolved these issues, as you can see from the PDF in the docs build on GitHub Actions:
closes #2417
SCR Information
Change Type: docs
One-Sentence Rationale: All requirements should have both test and impl tags, correct and visible in the docs.
One-line Impact on Requirements: Three requirements had Implementation tags that were not being shown in the docs but are now: R_ARMI_DEPL_TABLES, R_ARMI_DEPL_ABC, and R_ARMI_ASSEM_HEIGHT_PRES. And seven requirements had test tags that were not being rendered in the docs but are now: R_ARMI_GRID_HEX, R_ARMI_GRID_SYMMETRY, R_ARMI_GRID_SYMMETRY_LOC, R_ARMI_GRID_EQUIVALENTS, R_ARMI_GRID_HEX_TYPE, R_ARMI_GRID_GLOBAL_POS, and R_ARMI_GRID_ELEM_LOC.
Checklist
docfolder.pyproject.toml.