diff --git a/doc/source/conf.py b/doc/source/conf.py
index efeb3b4..1058e9c 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -37,7 +37,7 @@ source_suffix = '.rst'
 master_doc = 'index'
 
 # General information about the project.
-project = u'plasma'
+project = u'valence'
 copyright = u'2016, OpenStack Foundation'
 
 # If true, '()' will be appended to :func: etc. cross-reference text.
diff --git a/doc/source/index.rst b/doc/source/index.rst
index ea0c79d..a048ef7 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -1,9 +1,9 @@
-.. plasma documentation master file, created by
+.. Valence documentation master file, created by
    sphinx-quickstart on Tue Jul  9 22:26:36 2013.
    You can adapt this file completely to your liking, but it should at least
    contain the root `toctree` directive.
 
-Welcome to plasma's documentation!
+Welcome to valence's documentation!
 ========================================================
 
 Contents:
diff --git a/doc/source/installation.rst b/doc/source/installation.rst
index 183f65b..b47dbfe 100644
--- a/doc/source/installation.rst
+++ b/doc/source/installation.rst
@@ -4,9 +4,9 @@ Installation
 
 At the command line::
 
-    $ pip install plasma
+    $ pip install valence
 
 Or, if you have virtualenvwrapper installed::
 
-    $ mkvirtualenv plasma
-    $ pip install plasma
\ No newline at end of file
+    $ mkvirtualenv valence
+    $ pip install valence
diff --git a/doc/source/usage.rst b/doc/source/usage.rst
index 1cb0b41..c68bbee 100644
--- a/doc/source/usage.rst
+++ b/doc/source/usage.rst
@@ -2,6 +2,6 @@
 Usage
 ========
 
-To use plasma in a project::
+To use valence in a project::
 
-    import plasma
\ No newline at end of file
+    import valence