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'
# 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.

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.
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:

View File

@ -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
$ mkvirtualenv valence
$ pip install valence

View File

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