# HG changeset patch # User Thomas De Schampheleire # Date 2015-04-04 19:39:07 # Node ID 584693b3deb07e6929c8d18bcebb2f5aaa46b4e1 # Parent 4185f87f0ee0d8dc9ae38672324eb3a0e0f7144c 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. diff --git a/docs/usage/general.rst b/docs/usage/general.rst --- a/docs/usage/general.rst +++ b/docs/usage/general.rst @@ -113,10 +113,10 @@ using @mention notation. 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