Merge "Update 'plasma' to 'valence' in Sphinx doc"

This commit is contained in:
Jenkins 2016-10-27 18:09:40 +00:00 committed by Gerrit Code Review
commit 893ecb07eb
4 changed files with 8 additions and 8 deletions

View File

@ -37,7 +37,7 @@ source_suffix = '.rst'
master_doc = 'index' master_doc = 'index'
# General information about the project. # General information about the project.
project = u'plasma' project = u'valence'
copyright = u'2016, OpenStack Foundation' copyright = u'2016, OpenStack Foundation'
# If true, '()' will be appended to :func: etc. cross-reference text. # If true, '()' will be appended to :func: etc. cross-reference text.

View File

@ -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. sphinx-quickstart on Tue Jul 9 22:26:36 2013.
You can adapt this file completely to your liking, but it should at least You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive. contain the root `toctree` directive.
Welcome to plasma's documentation! Welcome to valence's documentation!
======================================================== ========================================================
Contents: Contents:

View File

@ -4,9 +4,9 @@ Installation
At the command line:: At the command line::
$ pip install plasma $ pip install valence
Or, if you have virtualenvwrapper installed:: Or, if you have virtualenvwrapper installed::
$ mkvirtualenv plasma $ mkvirtualenv valence
$ pip install plasma $ pip install valence

View File

@ -2,6 +2,6 @@
Usage Usage
======== ========
To use plasma in a project:: To use valence in a project::
import plasma import valence