Sha256: eb2f5b98c71bb228cb128901cbf1b660a18e60b87f9a90ac9faaf17a923146f0

Contents?: true

Size: 1.24 KB

Versions: 22

Compression:

Stored size: 1.24 KB

Contents

!!!
%html
  %head
    %title Documentaiton for #{header["script"]}
    %link{:rel => "stylesheet", :href => "stylesheet.css"}
  %body
    %figure#relations
      - if header["requires"]
        %h2 Requires
        %ul
          - [header["requires"]].flatten.each do |r|
            %li #{r}
      - if header["provides"]
        %h2 Provides
        %ul
          - [header["provides"]].flatten.each do |p|
            %li #{p}

    %header
      - if header["script"]
        %h1 #{header["script"]}
      - if header["description"]
        %p #{header["description"]}

      %dl
        - if header["license"]
          %dt License:
          %dd #{header["license"]}

        - if header["authors"]
          %dt Authors:
          %dd #{[header["authors"]].flatten.join(", ")}
        - if header["author"]
          %dt Author:
          %dd #{header["author"]}


    - paragraphs.each do |paragraph|
      - unless paragraph.annotation.empty?
        %section
          = paragraph.formatted_annotation
      - unless paragraph.source.empty?
        %figure
          %ol
            - 1.upto(paragraph.source.split("\n").size) do |line|
              %li #{line + paragraph.starting_line + skipped_lines}          
          %code<= paragraph.formatted_source

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
jsus-0.4.0 markup/template.haml
jsus-0.3.6 markup/template.haml
jsus-0.3.5 markup/template.haml
jsus-0.3.4 markup/template.haml
jsus-0.3.3 markup/template.haml
jsus-0.3.2 markup/template.haml
jsus-0.3.1 markup/template.haml
jsus-0.3.0 markup/template.haml
jsus-0.2.7 markup/template.haml
jsus-0.2.6 markup/template.haml
jsus-0.2.5 markup/template.haml
jsus-0.2.4 markup/template.haml
jsus-0.2.3 markup/template.haml
jsus-0.2.2 markup/template.haml
jsus-0.2.1 markup/template.haml
jsus-0.2.0 markup/template.haml
jsus-0.1.22 markup/template.haml
jsus-0.1.21 markup/template.haml
jsus-0.1.20 markup/template.haml
jsus-0.1.19 markup/template.haml