changeset 4968:584693b3deb0

docs/usage: fix section 'trending source files' The source code reference for the 'trending source files' dictionary was no longer correct, so update it. Additionally, some small rewording.
author Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
date Sat, 04 Apr 2015 21:39:07 +0200
parents 4185f87f0ee0
children e5ab200892e3
files docs/usage/general.rst
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/docs/usage/general.rst	Sat Apr 04 21:29:00 2015 +0200
+++ b/docs/usage/general.rst	Sat Apr 04 21:39:07 2015 +0200
@@ -113,10 +113,10 @@
 Trending source files
 ---------------------
 
-Trending source files are calculated based on a pre-defined dict of known
-types and extensions. If you miss some extension or would like to scan some
-custom files, it is possible to add new types in the ``LANGUAGES_EXTENSIONS_MAP`` dict
-located in ``kallithea/lib/celerylib/tasks.py``.
+Trending source files are calculated based on a predefined dictionary of known
+types and extensions. If an extension is missing or you would like to scan
+custom files, it is possible to extend the ``LANGUAGES_EXTENSIONS_MAP``
+dictionary located in ``kallithea/config/conf.py`` with new types.
 
 
 Cloning remote repositories