Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Markdown: Support for nested parameters #126

Closed
christophfroehlich opened this issue Jun 16, 2023 · 0 comments 路 Fixed by #164
Closed

Markdown: Support for nested parameters #126

christophfroehlich opened this issue Jun 16, 2023 · 0 comments 路 Fixed by #164
Labels
enhancement New feature or request

Comments

@christophfroehlich
Copy link
Collaborator

I kindly submit another feature request for the markdown generation 馃槆

Currently, nested parameters are given with their leaf name, but without its parent(s).

One could simply change self.declare_parameters.code_gen_variable.name to self.declare_parameters.parameter_name, but maybe it can also be exported with this hierarchy to consider that in the jinja2 template?

Something like we have with the (manual) JTC docs would be great.
image

Is it even possible to add a description to a structure parent having no variable at this level?

My understanding of the python/jinja scripts is too low. But if someone points me in the direction I could help to implement these.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants