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