mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
To be used with automatic generation of YANG documentation extracted from sysrepo at build time. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
10 lines
320 B
Plaintext
10 lines
320 B
Plaintext
config BR2_PACKAGE_PYTHON_YANGDOC
|
|
bool "python-yangdoc"
|
|
select BR2_PACKAGE_PYTHON_LIBYANG #runtime
|
|
help
|
|
YANG documentation viewer based on libyang, similar output to
|
|
that of pyang -f jstree. The default output is a standalone
|
|
HTML file, called yangtree.html
|
|
|
|
https://pypi.org/project/yangdoc/
|