Merge "Update 'plasma' to 'valence' in Sphinx doc"
This commit is contained in:
commit
893ecb07eb
@ -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.
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
@ -2,6 +2,6 @@
|
||||
Usage
|
||||
========
|
||||
|
||||
To use plasma in a project::
|
||||
To use valence in a project::
|
||||
|
||||
import plasma
|
||||
import valence
|
||||
|
Loading…
Reference in New Issue
Block a user