From 8557c9daab136948200ccaefc934267c0eee35ca Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Thu, 20 Oct 2011 19:42:45 +0200 Subject: [PATCH] [docs] rename libraries -> lib --- docs/entropy/api/epydoc.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/entropy/api/epydoc.cfg b/docs/entropy/api/epydoc.cfg index 6186324ab..002a13344 100644 --- a/docs/entropy/api/epydoc.cfg +++ b/docs/entropy/api/epydoc.cfg @@ -1,7 +1,7 @@ [epydoc] name: Entropy Framework url: http://www.sabayon.org/ -modules: ../../../libraries/entropy +modules: ../../../lib/entropy output: html target: docs/ graph: all @@ -10,4 +10,4 @@ private: no sourcecode: yes include-log: no frames: no -css: entropy.css \ No newline at end of file +css: entropy.css