From a8ce8e0d25454a4c3d7ca4eeb6a0d89fa22c4366 Mon Sep 17 00:00:00 2001 From: algerwang Date: Tue, 20 Oct 2015 17:50:58 +0800 Subject: [PATCH] update stackforge to openstack update all stackfoge to openstack Change-Id: Ie70df0f3f265324fab887769e661a7b74ea5d6dd --- CONTRIBUTING.rst | 2 +- HACKING.rst | 2 +- README.rst | 8 ++++---- doc/source/conf.py | 2 +- doc/source/index.rst | 21 ++++++++++++++++----- doc/source/installation.rst | 12 ------------ doc/source/usage.rst | 7 ------- setup.cfg | 8 ++++---- 8 files changed, 27 insertions(+), 35 deletions(-) delete mode 100644 doc/source/installation.rst delete mode 100644 doc/source/usage.rst diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index becb4f8..81acfda 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -13,4 +13,4 @@ Pull requests submitted through GitHub will be ignored. Bugs should be filed on Launchpad, not GitHub: - https://bugs.launchpad.net/http://github.com/stackforge/cloudpulse + https://bugs.launchpad.net/cloudpulse diff --git a/HACKING.rst b/HACKING.rst index 86d98ab..11e76cc 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,4 @@ -http://github.com/stackforge/cloudpulse Style Commandments +Cloudpulse Style Commandments =============================================== Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ diff --git a/README.rst b/README.rst index 45c0330..9e733e3 100644 --- a/README.rst +++ b/README.rst @@ -1,13 +1,13 @@ =============================== -http://github.com/stackforge/cloudpulse +Cloudpulse =============================== a Health-Checking Service for OpenStack deployments. * Free software: Apache license -* Documentation: http://docs.openstack.org/developer/http://github.com/stackforge/cloudpulse -* Source: http://git.openstack.org/cgit/stackforge/http://github.com/stackforge/cloudpulse -* Bugs: http://bugs.launchpad.net/cloudpulse +* Documentation: https://wiki.openstack.org/wiki/Cloudpulse +* Source: https://git.openstack.org/cgit/openstack/cloudpulse +* Bugs: https://bugs.launchpad.net/cloudpulse Features -------- diff --git a/doc/source/conf.py b/doc/source/conf.py index 91f84c6..e1f37dc 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'http://github.com/stackforge/cloudpulse' +project = u'cloudpulse' copyright = u'2013, OpenStack Foundation' # If true, '()' will be appended to :func: etc. cross-reference text. diff --git a/doc/source/index.rst b/doc/source/index.rst index 309596f..df8e12b 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1,9 +1,20 @@ -.. http://github.com/stackforge/cloudpulse 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. +.. + Copyright 2014-2015 OpenStack Foundation + All Rights Reserved. -Welcome to http://github.com/stackforge/cloudpulse's documentation! + Licensed under the Apache License, Version 2.0 (the "License"); you may + not use this file except in compliance with the License. You may obtain + a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + License for the specific language governing permissions and limitations + under the License. + +Welcome to Cloudpulse's Developer documentation! ======================================================== Contents: diff --git a/doc/source/installation.rst b/doc/source/installation.rst deleted file mode 100644 index 33899de..0000000 --- a/doc/source/installation.rst +++ /dev/null @@ -1,12 +0,0 @@ -============ -Installation -============ - -At the command line:: - - $ pip install http://github.com/stackforge/cloudpulse - -Or, if you have virtualenvwrapper installed:: - - $ mkvirtualenv http://github.com/stackforge/cloudpulse - $ pip install http://github.com/stackforge/cloudpulse diff --git a/doc/source/usage.rst b/doc/source/usage.rst deleted file mode 100644 index c08dfba..0000000 --- a/doc/source/usage.rst +++ /dev/null @@ -1,7 +0,0 @@ -======== -Usage -======== - -To use http://github.com/stackforge/cloudpulse in a project:: - - import cloudpulse diff --git a/setup.cfg b/setup.cfg index 8f4e6a9..b006b31 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,16 +38,16 @@ upload-dir = doc/build/html [compile_catalog] directory = cloudpulse/locale -domain = http://github.com/stackforge/cloudpulse +domain = cloudpulse [update_catalog] -domain = http://github.com/stackforge/cloudpulse +domain = cloudpulse output_dir = cloudpulse/locale -input_file = cloudpulse/locale/http://github.com/stackforge/cloudpulse.pot +input_file = cloudpulse/locale/cloudpulse.pot [extract_messages] keywords = _ gettext ngettext l_ lazy_gettext mapping_file = babel.cfg -output_file = cloudpulse/locale/http://github.com/stackforge/cloudpulse.pot +output_file = cloudpulse/locale/cloudpulse.pot [easy_install]