src/doc: move `doc_templates` to `html_templates` group.
authorAlexandre Terrasa <alexandre@moz-code.org>
Tue, 24 Feb 2015 13:57:33 +0000 (14:57 +0100)
committerAlexandre Terrasa <alexandre@moz-code.org>
Tue, 24 Feb 2015 13:57:33 +0000 (14:57 +0100)
At this point, anything that is related to HTML ouput is only required by the HTML rendering phase.

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

src/doc/html_templates/html_components.nit [moved from src/doc/doc_templates.nit with 99% similarity]
src/doc/html_templates/html_model.nit

similarity index 99%
rename from src/doc/doc_templates.nit
rename to src/doc/html_templates/html_components.nit
index c23e880..470cb10 100644 (file)
@@ -14,7 +14,7 @@
 
 # HTML templates used by Nitdoc to generate API documentation
 # Pages are assembled using `Template`
-module doc_templates
+module html_components
 
 import template
 import json::static
@@ -912,4 +912,3 @@ class TplPiwikScript
                addn "\})();"
        end
 end
-
index cc81114..15b2963 100644 (file)
@@ -17,7 +17,7 @@ module html_model
 
 import doc_base
 import doc_down
-import doc_templates
+import html_components
 import ordered_tree
 
 redef class Location