From 7a9798d91ca12ddc87904f5d9999ca87007a94be Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Thu, 4 Aug 2016 17:43:55 -0700 Subject: [PATCH] Fix oslo.delimiter references Change-Id: I71407e3a968897b869683f194bd6fd2318714f06 --- CONTRIBUTING.rst | 2 +- doc/source/conf.py | 2 +- doc/source/installation.rst | 2 +- doc/source/usage.rst | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index a2a0328..1ffb3c0 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -14,4 +14,4 @@ Pull requests submitted through GitHub will be ignored. Bugs should be filed on Launchpad, not GitHub: - https://bugs.launchpad.net/oslo.delimiter + https://bugs.launchpad.net/delimiter diff --git a/doc/source/conf.py b/doc/source/conf.py index f5456d1..f151a13 100755 --- 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'oslo.delimiter' +project = u'delimiter' copyright = u'2014, OpenStack Foundation' # If true, '()' will be appended to :func: etc. cross-reference text. diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 153f6d6..d001d12 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -4,4 +4,4 @@ At the command line:: - $ pip install oslo.delimiter + $ pip install delimiter diff --git a/doc/source/usage.rst b/doc/source/usage.rst index 4b5405b..7c5c18f 100644 --- a/doc/source/usage.rst +++ b/doc/source/usage.rst @@ -2,6 +2,6 @@ Usage ======= -To use oslo.delimiter in a project:: +To use delimiter in a project:: - import oslo_delimiter + import delimiter