We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the complexity of protodoc seems to have outgrown the python templating pattern used
this is resulting in a lot of \n and {indent} fu and making it increasingly difficult to work with
\n
{indent}
one possible solution to this problem is to use python only to create structured variables that a proper templating/markup lang like jinja can consume
The text was updated successfully, but these errors were encountered:
cc @htuch
Sorry, something went wrong.
@phlax seems totally reasonable.
protodoc: Use jinja for rendering proto docs (#15352)
51db799
Partial fix for #15351 Signed-off-by: Ryan Northey <ryan@synca.io>
protodoc uses jinja now
phlax
No branches or pull requests
description
the complexity of protodoc seems to have outgrown the python templating pattern used
this is resulting in a lot of
\n
and{indent}
fu and making it increasingly difficult to work withone possible solution to this problem is to use python only to create structured variables that a proper templating/markup lang like jinja can consume
The text was updated successfully, but these errors were encountered: