From a4618f87add4c4afcfd6fa98a931d1f03e5d8320 Mon Sep 17 00:00:00 2001 From: Andy Yan Date: Thu, 20 Oct 2016 16:14:32 +0800 Subject: [PATCH] Update 'plasma' to 'valence' in Sphinx doc Change-Id: I18eb965d0b5ccd21b47ac17cc7dfc4fd72248faa Signed-off-by: Andy Yan --- doc/source/conf.py | 2 +- doc/source/index.rst | 4 ++-- doc/source/installation.rst | 6 +++--- doc/source/usage.rst | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) 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