Rename nimble to mogan(part two)
Today we decided to rename Nimble project since it's same as a Cinder driver name. The new name of this project is called Mogan. For convenience of reviewing, this is a part two which includes doc and releasenotes folders. Change-Id: Ie69c9800ea6605697285bd31b9a908a2cce8befe
This commit is contained in:
parent
69ff7725dc
commit
b9a6f065b2
@ -37,7 +37,7 @@ source_suffix = '.rst'
|
||||
master_doc = 'index'
|
||||
|
||||
# General information about the project.
|
||||
project = u'nimble'
|
||||
project = u'mogan'
|
||||
copyright = u'2016, OpenStack Foundation'
|
||||
|
||||
# If true, '()' will be appended to :func: etc. cross-reference text.
|
||||
|
@ -1,9 +1,9 @@
|
||||
.. nimble documentation master file, created by
|
||||
.. mogan 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 nimble's documentation!
|
||||
Welcome to mogan's documentation!
|
||||
========================================================
|
||||
|
||||
Contents:
|
||||
|
@ -4,9 +4,9 @@ Installation
|
||||
|
||||
At the command line::
|
||||
|
||||
$ pip install nimble
|
||||
$ pip install mogan
|
||||
|
||||
Or, if you have virtualenvwrapper installed::
|
||||
|
||||
$ mkvirtualenv nimble
|
||||
$ pip install nimble
|
||||
$ mkvirtualenv mogan
|
||||
$ pip install mogan
|
||||
|
@ -2,6 +2,6 @@
|
||||
Usage
|
||||
========
|
||||
|
||||
To use nimble in a project::
|
||||
To use mogan in a project::
|
||||
|
||||
import nimble
|
||||
import mogan
|
||||
|
@ -55,7 +55,7 @@ source_suffix = '.rst'
|
||||
master_doc = 'index'
|
||||
|
||||
# General information about the project.
|
||||
project = u'nimble Release Notes'
|
||||
project = u'mogan Release Notes'
|
||||
copyright = u'2016, OpenStack Foundation'
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
|
@ -1,5 +1,5 @@
|
||||
============================================
|
||||
nimble Release Notes
|
||||
Mogan Release Notes
|
||||
============================================
|
||||
|
||||
.. toctree::
|
||||
|
Loading…
Reference in New Issue
Block a user