Sha256: 73093c6bb0764df2ef95f11d76b10e7ecbd75577a1d85a70e6103ff6cde1832f
Contents?: true
Size: 1.78 KB
Versions: 3
Compression:
Stored size: 1.78 KB
Contents
<!DOCTYPE html> <html> <head> <title>{{name}} | doc.useless.io</title> <link href="/doc.css" media="screen" rel="stylesheet" type="text/css" /> </head> <body> <header class="api"> <h1>{{name}}</h1> {{#resources}} <section class="resource header-section"> <a class="path header-section-title" href="{{path}}">{{path}}</a> <p class="description">{{description}}</p> <table> {{#requests}} <tbody> <tr> <td><a href="{{doc_path}}">{{method}}</a></td> <td class="description">{{description}}</td> </tr> </tbody> {{/requests}} </table> </section> {{/resources}} </header> <section class="main description"> <article class="description api"> {{{description}}} <table class="stages"> <thead> <th>Specification</th> <th>Implementation</th> <th>Concept</th> <tbody> <tr> <td> {{#specification}} {{progress}} {{/specification}} </td> <td> {{#implementation}} {{progress}} {{/implementation}} </td> <td class="concept-credit" rowspan=2> {{#concept}} {{credit}} {{/concept}} </td> </tr> <tr> <td> {{#specification}} {{credit}} {{/specification}} </td> <td class="implementation-credit"> {{#implementation}} {{credit}} {{/implementation}} </td> </tr> </tbody> </table> </article> </section> </body>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
useless-doc-0.6.2 | lib/useless/doc/ui/godel/api.mustache |
useless-doc-0.6.1 | lib/useless/doc/ui/godel/api.mustache |
useless-doc-0.6.0 | lib/useless/doc/ui/godel/api.mustache |