Sha256: 07112858b4b49a418d7e2c9a12842d1af3c07509fb04b4b60b5d2a36180ad41a
Contents?: true
Size: 1.97 KB
Versions: 1
Compression:
Stored size: 1.97 KB
Contents
<!DOCTYPE html> <html lang="en"> <head> <title>{{name}} {{kind}} Reference</title> <link rel="stylesheet" type="text/css" href="{{path_to_root}}css/jazzy.css" /> <link rel="stylesheet" type="text/css" href="{{path_to_root}}css/github_syntax_highlighting.css" /> <meta charset='utf-8'> <script src="{{path_to_root}}js/jquery.min.js" defer></script> <script src="{{path_to_root}}js/jazzy.js" defer></script> </head> <body id="reference" class="Swift"> <a title="{{name}} {{kind}} Reference"></a> <header> <div class="content-wrapper"> <p class="header-text"><a href="{{path_to_root}}index.html">{{module_name}} Docs</a> ({{doc_coverage}}% documented)</p> {{#github_url}} <p id="header-links"><a href="{{github_url}}"><img id="header-icon" src="{{path_to_root}}img/gh.png" height="16px" width="16px" />View on GitHub</a></p> {{/github_url}} {{#dash_url}} <p id="header-links"><a href="{{dash_url}}"><img id="header-icon" src="{{path_to_root}}img/dash.png" height="16px" width="16px" />Install in Dash</a></p> {{/dash_url}} </div> </header> <section id="valence"> <div class="content-wrapper"> <p id="hierarchial_navigation"> <a href="{{path_to_root}}index.html" id="design_resources_link">{{module_name}} Reference</a> <img id="carat" src="{{path_to_root}}img/carat.png" height="10px" width="6px" /> {{name}} {{kind}} Reference </p> </div> </section> <div class="content-wrapper"> {{> jazzy/partials/nav}} <div class="pixel-line"></div> <div class="rubber-band-gap"></div> <article class="chapter"> <a name="/{{usr}}"></a> <h1 class="chapter-name">{{name}}</h1> <section> <section class="section"> {{{overview}}} </section> {{> jazzy/partials/tasks}} </section> {{> jazzy/partials/footer}} </article> </div> </body> </div> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jazzy-0.0.15 | lib/jazzy/doc.mustache |