envoyproxy/envoy
GitHub で見るMove protodoc to `envoy_py_binary` and use a single jinja template to render
Open
#16,328 opened on 2021年5月5日
area/docsarea/protobufarea/python codehelp wanted
Repository metrics
- Stars
- (27,997 stars)
- PR merge metrics
- (平均マージ 8d) (30d で 378 merged PRs)
説明
description
protodoc will benefit quite a lot from moving to the newer envoy_py_binary format and moving tests to pytest
what would also greatly simplify the code is using the existing visitor pattern to collect up a py dictionary of the page structure and injecting that to a single template, rather than lots of snippets and \n workarounds