-
Notifications
You must be signed in to change notification settings - Fork 349
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
23 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
.\" Title: json2xml | ||
.\" Author: Ladislav Lhotka <[email protected]> | ||
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/> | ||
.\" Date: 2020-03-06 | ||
.\" Date: 2020-07-06 | ||
.\" Manual: pyang manual | ||
.\" Source: json2xml-2.2.1 | ||
.\" Source: json2xml-2.3.2 | ||
.\" Language: English | ||
.\" | ||
.TH "JSON2XML" "1" "2020\-03\-06" "json2xml\-2\&.2\&.1" "pyang manual" | ||
.TH "JSON2XML" "1" "2020\-07\-06" "json2xml\-2\&.3\&.2" "pyang manual" | ||
.\" ----------------------------------------------------------------- | ||
.\" * Define some portability stuff | ||
.\" ----------------------------------------------------------------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
.\" Title: pyang | ||
.\" Author: Martin Björklund <[email protected]> | ||
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/> | ||
.\" Date: 2020-03-06 | ||
.\" Date: 2020-07-06 | ||
.\" Manual: pyang manual | ||
.\" Source: pyang-2.2.1 | ||
.\" Source: pyang-2.3.2 | ||
.\" Language: English | ||
.\" | ||
.TH "PYANG" "1" "2020\-03\-06" "pyang\-2\&.2\&.1" "pyang manual" | ||
.TH "PYANG" "1" "2020\-07\-06" "pyang\-2\&.3\&.2" "pyang manual" | ||
.\" ----------------------------------------------------------------- | ||
.\" * Define some portability stuff | ||
.\" ----------------------------------------------------------------- | ||
|
@@ -1318,6 +1318,11 @@ is a slash ("/") separated path to a subtree to print\&. For example "/nacm/grou | |
Print the top\-level groupings defined in the module\&. | ||
.RE | ||
.PP | ||
\fB\-\-tree\-print\-structures\fR | ||
.RS 4 | ||
Print the ietf\-yang\-structure\-ext:structure structures defined in the module\&. | ||
.RE | ||
.PP | ||
\fB\-\-tree\-print\-yang\-data\fR | ||
.RS 4 | ||
Print the ietf\-restconf:yang\-data structures defined in the module\&. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
.\" Title: yang2dsdl | ||
.\" Author: Ladislav Lhotka <[email protected]> | ||
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/> | ||
.\" Date: 2020-03-06 | ||
.\" Date: 2020-07-06 | ||
.\" Manual: pyang manual | ||
.\" Source: yang2dsdl-2.2.1 | ||
.\" Source: yang2dsdl-2.3.2 | ||
.\" Language: English | ||
.\" | ||
.TH "YANG2DSDL" "1" "2020\-03\-06" "yang2dsdl\-2\&.2\&.1" "pyang manual" | ||
.TH "YANG2DSDL" "1" "2020\-07\-06" "yang2dsdl\-2\&.3\&.2" "pyang manual" | ||
.\" ----------------------------------------------------------------- | ||
.\" * Define some portability stuff | ||
.\" ----------------------------------------------------------------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
"""The pyang library for parsing, validating, and converting YANG modules""" | ||
|
||
__version__ = '2.3.1' | ||
__date__ = '2020-06-29' | ||
__version__ = '2.3.2' | ||
__date__ = '2020-07-06' |