<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Bug with YDK Documentation Generation in Tools</title>
    <link>https://community.cisco.com/t5/tools/bug-with-ydk-documentation-generation/m-p/3566309#M2988</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! Do you have a link in the ydk-gen github repo to the file you re talking about?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jun 2017 15:29:55 GMT</pubDate>
    <dc:creator>abhirame</dc:creator>
    <dc:date>2017-06-21T15:29:55Z</dc:date>
    <item>
      <title>Bug with YDK Documentation Generation</title>
      <link>https://community.cisco.com/t5/tools/bug-with-ydk-documentation-generation/m-p/3566308#M2987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found a bug with ydk-gen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you generate documentation using the --generate-doc flag the html files reference a CSS file that does not exist.&amp;nbsp; This line gets put in the HTML &amp;lt;head&amp;gt; section of every page...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;link rel="stylesheet" href="_static/css/width.css" type="text/css"&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you look in the "_static" directory you will see this file does not exist but the "theme.css" does exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you edit this to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;lt;link rel="stylesheet" href="_static/css/theme.css" type="text/css"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Then the pages load correctly.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 21:04:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/bug-with-ydk-documentation-generation/m-p/3566308#M2987</guid>
      <dc:creator>brfoster</dc:creator>
      <dc:date>2017-06-20T21:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: Bug with YDK Documentation Generation</title>
      <link>https://community.cisco.com/t5/tools/bug-with-ydk-documentation-generation/m-p/3566309#M2988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! Do you have a link in the ydk-gen github repo to the file you re talking about?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 15:29:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/bug-with-ydk-documentation-generation/m-p/3566309#M2988</guid>
      <dc:creator>abhirame</dc:creator>
      <dc:date>2017-06-21T15:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Bug with YDK Documentation Generation</title>
      <link>https://community.cisco.com/t5/tools/bug-with-ydk-documentation-generation/m-p/3566310#M2989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I’m sorry, not sure what you are asking?  I just did…&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;virtualenv -p python2.7 ydk-gen-venv-27&lt;/P&gt;&lt;P&gt;source ydk-gen-venv-27/bin/activate&lt;/P&gt;&lt;P&gt;cd PythonProjects/&lt;/P&gt;&lt;P&gt;git clone https://github.com/CiscoDevNet/ydk-gen.git&lt;/P&gt;&lt;P&gt;cd ydk-gen&lt;/P&gt;&lt;P&gt;pip install -r requirements.txt&lt;/P&gt;&lt;P&gt;python generate.py --python --bundle profiles/bundles/cisco-ios-xe_16_5_1.json -v --generate-doc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, I tried to access the “index.html” file that gets created under…&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/home/gibson/PythonProjects/ydk-gen/gen-api/python/cisco_ios_xe-bundle/docs_expanded&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And that is where I found the mal-formed HTML files with the incorrect CSS file name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 16:00:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/bug-with-ydk-documentation-generation/m-p/3566310#M2989</guid>
      <dc:creator>brfoster</dc:creator>
      <dc:date>2017-06-21T16:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Bug with YDK Documentation Generation</title>
      <link>https://community.cisco.com/t5/tools/bug-with-ydk-documentation-generation/m-p/3566311#M2990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Makes sense now. Thanks! This will be fixed soon on the ydk-gen repo &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 17:44:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/bug-with-ydk-documentation-generation/m-p/3566311#M2990</guid>
      <dc:creator>abhirame</dc:creator>
      <dc:date>2017-06-21T17:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: Bug with YDK Documentation Generation</title>
      <link>https://community.cisco.com/t5/tools/bug-with-ydk-documentation-generation/m-p/3566312#M2991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brent,&lt;/P&gt;&lt;P&gt;In case it helps, note that XE docs are currently hosted at &lt;A href="http://ydk.cisco.com/py/docs/ydk.models.cisco_ios_xe.html" title="http://ydk.cisco.com/py/docs/ydk.models.cisco_ios_xe.html"&gt;http://ydk.cisco.com/py/docs/ydk.models.cisco_ios_xe.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also, Python package is now in PyPi at &lt;A href="https://pypi.org/project/ydk-models-cisco-ios-xe/" title="https://pypi.org/project/ydk-models-cisco-ios-xe/"&gt;ydk-models-cisco-ios-xe · Warehouse (PyPI)&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2017 15:38:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/bug-with-ydk-documentation-generation/m-p/3566312#M2991</guid>
      <dc:creator>saalvare</dc:creator>
      <dc:date>2017-06-28T15:38:09Z</dc:date>
    </item>
  </channel>
</rss>

