src/doc/commands/templates: rename `templates_term` in `term_model`
authorAlexandre Terrasa <alexandre@moz-code.org>
Fri, 22 Jun 2018 03:49:38 +0000 (23:49 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Fri, 22 Jun 2018 14:47:10 +0000 (10:47 -0400)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

src/doc/templates/term_model.nit [moved from src/doc/templates/templates_term.nit with 99% similarity]
src/doc/term/term.nit

similarity index 99%
rename from src/doc/templates/templates_term.nit
rename to src/doc/templates/term_model.nit
index b4fc2fe..4a442c5 100644 (file)
@@ -16,7 +16,7 @@
 #
 # This module introduces Markdown rendering services in model entities.
 # With the `no_color` option set to `false`, the output can be highlighted for console.
-module templates_term
+module term_model
 
 import model_collect
 import console
index de36f05..d653969 100644 (file)
@@ -15,7 +15,7 @@
 module term
 
 import commands::commands_parser
-import templates::templates_term
+import templates::term_model
 
 redef class CommandParser