Add choice element rendering in documentation#1613
Add choice element rendering in documentation#1613PeterC-DLS merged 3 commits intonexusformat:mainfrom
Conversation
|
@PeterC-DLS Any idea why the CI does not get executed? |
|
We have chosen to set the Approval rule for running fork PR workflows to "Only users who have never had a commit or pull request merged into this repository will require approval to run workflows" - see (https://docs.github.com/en/actions/how-tos/manage-workflow-runs/approve-runs-from-forks) |
|
I don't seem to have permissions to give approval unless I'm missing something. |
|
Perhaps they can try rebasing it |
50fac34 to
7b2d11e
Compare
There was a problem hiding this comment.
Apart from refactoring the way we extract tag names (group, field, attribute, link, choice) from XML nodes it looks good.
Edit: I'll refactor the tag stuff in another PR. #1624
|
@PeterC-DLS This is a fix for showing |
|
This fails for me on rebasing to the main branch owing to the bug fixed in #1608 |
|
@PeterC-DLS I synchronized the branch with the current state of |

This PR adds support for rendering
<choice>elements in the HTML documentation and ensures that all elements (fields, groups, choices, links) are rendered in their original XML document order. Closes #1439