Skip to content
svallin edited this page Jul 2, 2016 · 3 revisions

Introduction

The pyang -f jstree generates a web page with a tree control to navigate the model. It mimics the text-based tree output

Javascript Tree

The Javascript tree output creates a html/javascript page with the model. Mouse-over gives description for nodes and detailed type information for types. It also shows the path for each node.

![https://raw.githubusercontent.com/mbj4668/pyang/master/doc/img/if-jstree.png] (https://raw.githubusercontent.com/mbj4668/pyang/master/doc/img/if-jstree.png)

Clone this wiki locally