diff docs/usage/statistics.rst @ 4192:e73a69cb98dc kallithea-2.2.5-rebrand

Rename some strings examples and commands in documentation
author Bradley M. Kuhn <bkuhn@sfconservancy.org>
date Wed, 02 Jul 2014 19:04:41 -0400
parents 934906f028b5
children 03bbd33bc084
line wrap: on
line diff
--- a/docs/usage/statistics.rst	Wed May 21 17:11:02 2014 -0400
+++ b/docs/usage/statistics.rst	Wed Jul 02 19:04:41 2014 -0400
@@ -4,9 +4,9 @@
 Statistics
 ==========
 
-The RhodeCode statistics system makes heavy demands of the server resources, so
+The Kallithea statistics system makes heavy demands of the server resources, so
 in order to keep a balance between usability and performance, the statistics are
-cached inside db and are gathered incrementally, this is how RhodeCode does
+cached inside db and are gathered incrementally, this is how Kallithea does
 this:
 
 With Celery disabled
@@ -16,14 +16,14 @@
   updates statistics cache.
 - This happens on each single visit to the statistics page until all commits are
   fetched. Statistics are kept cached until additional commits are added to the
-  repository. In such a case RhodeCode will only fetch the new commits when
+  repository. In such a case Kallithea will only fetch the new commits when
   updating it's cache.
 
 
 With Celery enabled
 -------------------
 
-- On the first visit to the summary page RhodeCode will create tasks that will
+- On the first visit to the summary page Kallithea will create tasks that will
   execute on celery workers. This task will gather all of the stats until all
   commits are parsed, each task will parse 250 commits, and run the next task to
   parse next 250 commits, until all of the commits are parsed.