From e683b3c9273d15784039bebd6b593ceb5e389178 Mon Sep 17 00:00:00 2001 From: Daniel Bucher Date: Wed, 3 Sep 2014 16:44:16 -0300 Subject: [PATCH] Add keywords tutorial page. --- app/assets/stylesheets/keywords.css | 3 +++ app/views/tutorials/keywords.html.erb | 20 ++++++++++++++++++++ 2 files changed, 23 insertions(+), 0 deletions(-) create mode 100644 app/assets/stylesheets/keywords.css create mode 100644 app/views/tutorials/keywords.html.erb 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 @@ +

Keywords

+ +
+ +

Module

+ +

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.

+ +

Range

+ +

Represents numerical intervals that may contain the value calculated for a given metric. Ranges combined with readings provide interpretations for metric results.

+ +

Reading

+ +

The interpretation given to a metric result (e.g., "Good", "Complex", "A"). Readings combined with ranges provide interpretations for metric results.

+ +

Reading Group

+ +

A set of readings that make sense when grouped together (e.g., "Good" and "Bad", "Simple" and "Complex").

+ -- libgit2 0.21.2