Skip to content

Commit f84aada

Browse files
Docs Update
1 parent 3898670 commit f84aada

File tree

1 file changed

+3
-2
lines changed
  • Root/Smell/Complexity/MaintainabilityIndex

1 file changed

+3
-2
lines changed

Root/Smell/Complexity/MaintainabilityIndex/README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@
88

99
MaintainabilityIndex
1010
====================
11-
The maintainablity [index](
12-
www.projectcodemeter.com/cost_estimation/help/GL_maintainability.htm)
11+
The maintainablity `index
12+
<www.projectcodemeter.com/cost_estimation/help/GL_maintainability.htm>`_
1313
is a software metric which measures how
1414
maintanable a source code is.
1515

1616
The maintainability index is always in the range 0-100 and is ranked
1717
as follow:
18+
1819
* A `MI` in the range 0-9 maps to a code extremely difficult to maintain.
1920
* A `MI` in the range 10-19 maps to a maintainable code.
2021
* A `MI` in the range 20-100 maps to a code highly maintainable.

0 commit comments

Comments
 (0)