From: Alexandre Terrasa Date: Tue, 24 Feb 2015 13:57:33 +0000 (+0100) Subject: src/doc: move `doc_templates` to `html_templates` group. X-Git-Tag: v0.7.2~5^2~3 X-Git-Url: http://nitlanguage.org src/doc: move `doc_templates` to `html_templates` group. At this point, anything that is related to HTML ouput is only required by the HTML rendering phase. Signed-off-by: Alexandre Terrasa --- diff --git a/src/doc/doc_templates.nit b/src/doc/html_templates/html_components.nit similarity index 99% rename from src/doc/doc_templates.nit rename to src/doc/html_templates/html_components.nit index c23e880..470cb10 100644 --- a/src/doc/doc_templates.nit +++ b/src/doc/html_templates/html_components.nit @@ -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 - diff --git a/src/doc/html_templates/html_model.nit b/src/doc/html_templates/html_model.nit index cc81114..15b2963 100644 --- a/src/doc/html_templates/html_model.nit +++ b/src/doc/html_templates/html_model.nit @@ -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