|
90 | 90 | <li class="toctree-l1 current"><a class="current reference internal" href="">About YDK</a><ul>
|
91 | 91 | <li class="toctree-l2"><a class="reference internal" href="#license">License</a></li>
|
92 | 92 | <li class="toctree-l2"><a class="reference internal" href="#version">Version</a></li>
|
93 |
| -<li class="toctree-l2"><a class="reference internal" href="#changelog">Changelog</a></li> |
| 93 | +<li class="toctree-l2"><a class="reference internal" href="#release-changes">Release Changes</a></li> |
94 | 94 | </ul>
|
95 | 95 | </li>
|
96 | 96 | <li class="toctree-l1"><a class="reference internal" href="getting_started.html">Getting Started</a></li>
|
97 | 97 | <li class="toctree-l1"><a class="reference internal" href="developer_guide.html">Developer Guide</a></li>
|
98 | 98 | <li class="toctree-l1"><a class="reference internal" href="api_guide.html">API Guide</a></li>
|
99 | 99 | <li class="toctree-l1"><a class="reference internal" href="faq.html">Questions and Answers</a></li>
|
100 |
| -<li class="toctree-l1"><a class="reference internal" href="ydk.models.ydktest.html">ydktest bundle API</a></li> |
| 100 | +<li class="toctree-l1"><a class="reference internal" href="ydk.models.openconfig.html">openconfig bundle API</a></li> |
| 101 | +<li class="toctree-l1"><a class="reference internal" href="ydk.models.ietf.html">ietf bundle API</a></li> |
101 | 102 | </ul>
|
102 | 103 |
|
103 | 104 |
|
|
142 | 143 |
|
143 | 144 | <div class="section" id="about-ydk">
|
144 | 145 | <h1>About YDK<a class="headerlink" href="#about-ydk" title="Permalink to this headline">¶</a></h1>
|
145 |
| -<p>A Software Development Kit that provides API’s that are modeled in YANG.</p> |
| 146 | +<p>The YANG Development Kit (YDK) is a software development tool, which provides API for building applications based on YANG models. |
| 147 | +The YDK allows generate YANG model API and provides services to apply generated API over various communication protocols. |
| 148 | +Currently implemented protocols are: Netconf, Restconf, OpenDaylight and gNMI. |
| 149 | +YDK provides CRUD and protocol specific services over above protocols. |
| 150 | +YDK also provides codec services to translate API models to/from XML and JSON encoded strings.</p> |
| 151 | +<p>The YDK is a multi-language software. Currently supported languages are Python, Go, and C++.</p> |
146 | 152 | <div class="section" id="license">
|
147 | 153 | <h2>License<a class="headerlink" href="#license" title="Permalink to this headline">¶</a></h2>
|
148 |
| -<p>Copyright 2016 Cisco Systems. All rights reserved</p> |
149 |
| -<p>Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at:</p> |
| 154 | +<p>Copyright 2016-2019 Cisco Systems. All rights reserved</p> |
| 155 | +<p>Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. |
| 156 | +See the NOTICE file distributed with this work for additional information regarding copyright ownership. |
| 157 | +The ASF licenses this file to you under the Apache License, Version 2.0 (the “License”); |
| 158 | +you may not use this file except in compliance with the License. |
| 159 | +You may obtain a copy of the License at:</p> |
150 | 160 | <blockquote>
|
151 | 161 | <div><a class="reference external" href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a></div></blockquote>
|
152 |
| -<p>Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.</p> |
| 162 | +<p>Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an |
| 163 | +“AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 164 | +See the License for the specific language governing permissions and limitations under the License.</p> |
| 165 | +<p>Some of the source files in this release have been modified by Yan Gorelik, YDK Solutions. |
| 166 | +All modifications in original files under CiscoDevNet domain introduced since October 2019 are copyrighted |
| 167 | +and protected under Apache License, Version 2.0.</p> |
153 | 168 | </div>
|
154 | 169 | <div class="section" id="version">
|
155 | 170 | <h2>Version<a class="headerlink" href="#version" title="Permalink to this headline">¶</a></h2>
|
156 | 171 | <p>Version : 0.8.5.3</p>
|
157 |
| -<p>This ydk-py is generated using <a class="reference external" href="https://github.com/CiscoDevNet/ydk-gen">ydk-gen</a>.</p> |
158 |
| -<p>To check out the version of ydk-gen used to generate this ydk-py, use the below commands:</p> |
159 |
| -<div class="highlight-bash"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span class="normal">1</span> |
160 |
| -<span class="normal">2</span></pre></div></td><td class="code"><div class="highlight"><pre><span></span>$ git clone https://github.com/ygorelik/ydk-gen.git |
161 |
| -$ git checkout 7ac01be620c9a0f631b1eb24eb405fbfb00eb143 |
| 172 | +<p>This YDK documentation was generated using |
| 173 | +<a class="reference external" href="https://github.com/ygorelik/ydk-gen/blob/master/generate.py">ydk-gen/generate.py</a> script.</p> |
| 174 | +<p>To check out this version of ydk-gen use the below commands:</p> |
| 175 | +<div class="highlight-sh"><div class="highlight"><pre><span></span>$ git clone https://github.com/ygorelik/ydk-gen.git |
| 176 | +$ git checkout fbe17423d1e71f189a22fd6bd11f969474dfde6a |
162 | 177 | </pre></div>
|
163 |
| -</td></tr></table></div> |
164 | 178 | </div>
|
165 |
| -<div class="section" id="changelog"> |
166 |
| -<h2>Changelog<a class="headerlink" href="#changelog" title="Permalink to this headline">¶</a></h2> |
| 179 | +</div> |
| 180 | +<div class="section" id="release-changes"> |
| 181 | +<h2>Release Changes<a class="headerlink" href="#release-changes" title="Permalink to this headline">¶</a></h2> |
167 | 182 | <blockquote>
|
168 | 183 | <div><ul class="simple">
|
169 |
| -<li><a class="reference external" href="https://github.com/CiscoDevNet/ydk-py/blob/master/CHANGES.md">Changelog</a></li> |
| 184 | +<li><a class="reference external" href="https://github.com/ygorelik/ydk-gen/blob/master/CHANGES.md">Changelog</a></li> |
170 | 185 | </ul>
|
171 | 186 | </div></blockquote>
|
172 | 187 | </div>
|
|
0 commit comments