Sha256: 8fbbaca1482ab68ea14b25984ef5016ed962e6f3556ecaba7d566e8c39c3db6d
Contents?: true
Size: 1.39 KB
Versions: 9
Compression:
Stored size: 1.39 KB
Contents
<%#= README.md.erb is used to auto-generate README.md. %> <%#= To manually maintain README.md throw away README.md.erb and manually edit README.md %> ![Apply Measures Now Dialog](./docs/apply_measures_now.png?raw=true) *Each parametric schedule will have a series of arguments including one or more profile, and optionally a ceiling and floor value which can be used in the profile formulas.* Additional documentation will follow at a later date. ###### (Automatically generated documentation below) # <%= name %> ## Description <%= description %> ## Modeler Description <%= modelerDescription %> ## Measure Type <%= measureType %> ## Taxonomy <%= taxonomy %> ## Arguments <% arguments.each do |argument| %> ### <%= argument[:display_name] %> <%= argument[:description] %> **Name:** <%= argument[:name] %>, **Type:** <%= argument[:type] %>, **Units:** <%= argument[:units] %>, **Required:** <%= argument[:required] %>, **Model Dependent:** <%= argument[:model_dependent] %> <% if argument[:type] == "Choice" && !argument[:model_dependent]%> **Choice Display Names** <%= argument[:choice_display_names] %> <% end %> <% end %> <% if arguments.size == 0 %> <%= "This measure does not have any user arguments" %> <% end %> <% if outputs.size > 0 %> ## Outputs <% output_names = [] %> <% outputs.each do |output| %> <% output_names << output[:display_name] %> <% end %> <%= output_names.join(", ") %> <% end %>
Version data entries
9 entries across 9 versions & 1 rubygems