diff --git a/app/assets/stylesheets/keywords.css b/app/assets/stylesheets/keywords.css new file mode 100644 index 0000000..1cce020 --- /dev/null +++ b/app/assets/stylesheets/keywords.css @@ -0,0 +1,3 @@ +.keyword-explanation { + padding-bottom: 20px; +} diff --git a/app/views/tutorials/keywords.html.erb b/app/views/tutorials/keywords.html.erb new file mode 100644 index 0000000..afc580e --- /dev/null +++ b/app/views/tutorials/keywords.html.erb @@ -0,0 +1,20 @@ +
Represents a fragment of the software. Every node in the processing tree generated by the Kalibro processor is a module. It can be a software package, file or the whole software.
+ +Represents numerical intervals that may contain the value calculated for a given metric. Ranges combined with readings provide interpretations for metric results.
+ +The interpretation given to a metric result (e.g., "Good", "Complex", "A"). Readings combined with ranges provide interpretations for metric results.
+ +A set of readings that make sense when grouped together (e.g., "Good" and "Bad", "Simple" and "Complex").
+ -- libgit2 0.21.2