From 8499cbc297b2e49ed60fc51ec303bd14efc0e599 Mon Sep 17 00:00:00 2001 From: Alexandre Terrasa Date: Tue, 24 Feb 2015 14:57:33 +0100 Subject: [PATCH] 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 --- .../html_components.nit} | 3 +-- src/doc/html_templates/html_model.nit | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) rename src/doc/{doc_templates.nit => html_templates/html_components.nit} (99%) 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 -- 1.7.9.5