Merge "Make sure YangInstanceIdentifier.EMPTY is retained"
[yangtools.git] / docs / src / main / asciidoc / developer / introduction.adoc
1 = Developer Guide
2
3 == Overview
4
5 === Architecture
6
7 === Concepts
8
9 === Components
10
11 ==== YANG Model API
12
13 ==== YANG Parser
14
15 ==== YANG Data API
16
17 ==== YANG Data Codecs
18
19 ==== YANG Maven Plugin
20
21 == How to / Tutorials
22
23 === Working with YANG Model
24
25 === Working with YANG Data
26
27 === Serialization / deserialization of YANG Data
28
29 === Introducing schema source repositories
30
31 === Writing YANG driven generators
32
33 === Introducing specific extension support for YANG parser
34
35 === Diagnostics