summaryrefslogtreecommitdiff
path: root/docs/build/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/build/index.rst')
-rw-r--r--docs/build/index.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/build/index.rst b/docs/build/index.rst
index 721d7bf..a0d28e1 100644
--- a/docs/build/index.rst
+++ b/docs/build/index.rst
@@ -1,13 +1,13 @@
-===================================
-Welcome to Dogpile's documentation!
-===================================
+========================================
+Welcome to dogpile.core's documentation!
+========================================
-`Dogpile <http://bitbucket.org/zzzeek/dogpile>`_ provides the *dogpile* lock,
+`dogpile.core <http://bitbucket.org/zzzeek/dogpile>`_ provides the *dogpile* lock,
one which allows a single thread or process to generate
an expensive resource while other threads/processes use the "old" value, until the
"new" value is ready.
-Dogpile is at the core of the `dogpile.cache <http://bitbucket.org/zzzeek/dogpile.cache>`_ package
+dogpile.core is at the core of the `dogpile.cache <http://bitbucket.org/zzzeek/dogpile.cache>`_ package
which provides for a basic cache API and sample backends based on the dogpile concept.