update stackforge to openstack
update all stackfoge to openstack Change-Id: Ie70df0f3f265324fab887769e661a7b74ea5d6dd
This commit is contained in:
parent
5360a8d4db
commit
a8ce8e0d25
@ -13,4 +13,4 @@ Pull requests submitted through GitHub will be ignored.
|
|||||||
|
|
||||||
Bugs should be filed on Launchpad, not GitHub:
|
Bugs should be filed on Launchpad, not GitHub:
|
||||||
|
|
||||||
https://bugs.launchpad.net/http://github.com/stackforge/cloudpulse
|
https://bugs.launchpad.net/cloudpulse
|
||||||
|
@ -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/
|
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
===============================
|
===============================
|
||||||
http://github.com/stackforge/cloudpulse
|
Cloudpulse
|
||||||
===============================
|
===============================
|
||||||
|
|
||||||
a Health-Checking Service for OpenStack deployments.
|
a Health-Checking Service for OpenStack deployments.
|
||||||
|
|
||||||
* Free software: Apache license
|
* Free software: Apache license
|
||||||
* Documentation: http://docs.openstack.org/developer/http://github.com/stackforge/cloudpulse
|
* Documentation: https://wiki.openstack.org/wiki/Cloudpulse
|
||||||
* Source: http://git.openstack.org/cgit/stackforge/http://github.com/stackforge/cloudpulse
|
* Source: https://git.openstack.org/cgit/openstack/cloudpulse
|
||||||
* Bugs: http://bugs.launchpad.net/cloudpulse
|
* Bugs: https://bugs.launchpad.net/cloudpulse
|
||||||
|
|
||||||
Features
|
Features
|
||||||
--------
|
--------
|
||||||
|
@ -37,7 +37,7 @@ source_suffix = '.rst'
|
|||||||
master_doc = 'index'
|
master_doc = 'index'
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'http://github.com/stackforge/cloudpulse'
|
project = u'cloudpulse'
|
||||||
copyright = u'2013, OpenStack Foundation'
|
copyright = u'2013, OpenStack Foundation'
|
||||||
|
|
||||||
# If true, '()' will be appended to :func: etc. cross-reference text.
|
# If true, '()' will be appended to :func: etc. cross-reference text.
|
||||||
|
@ -1,9 +1,20 @@
|
|||||||
.. http://github.com/stackforge/cloudpulse documentation master file, created by
|
..
|
||||||
sphinx-quickstart on Tue Jul 9 22:26:36 2013.
|
Copyright 2014-2015 OpenStack Foundation
|
||||||
You can adapt this file completely to your liking, but it should at least
|
All Rights Reserved.
|
||||||
contain the root `toctree` directive.
|
|
||||||
|
|
||||||
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:
|
Contents:
|
||||||
|
@ -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
|
|
@ -1,7 +0,0 @@
|
|||||||
========
|
|
||||||
Usage
|
|
||||||
========
|
|
||||||
|
|
||||||
To use http://github.com/stackforge/cloudpulse in a project::
|
|
||||||
|
|
||||||
import cloudpulse
|
|
@ -38,16 +38,16 @@ upload-dir = doc/build/html
|
|||||||
|
|
||||||
[compile_catalog]
|
[compile_catalog]
|
||||||
directory = cloudpulse/locale
|
directory = cloudpulse/locale
|
||||||
domain = http://github.com/stackforge/cloudpulse
|
domain = cloudpulse
|
||||||
|
|
||||||
[update_catalog]
|
[update_catalog]
|
||||||
domain = http://github.com/stackforge/cloudpulse
|
domain = cloudpulse
|
||||||
output_dir = cloudpulse/locale
|
output_dir = cloudpulse/locale
|
||||||
input_file = cloudpulse/locale/http://github.com/stackforge/cloudpulse.pot
|
input_file = cloudpulse/locale/cloudpulse.pot
|
||||||
|
|
||||||
[extract_messages]
|
[extract_messages]
|
||||||
keywords = _ gettext ngettext l_ lazy_gettext
|
keywords = _ gettext ngettext l_ lazy_gettext
|
||||||
mapping_file = babel.cfg
|
mapping_file = babel.cfg
|
||||||
output_file = cloudpulse/locale/http://github.com/stackforge/cloudpulse.pot
|
output_file = cloudpulse/locale/cloudpulse.pot
|
||||||
|
|
||||||
[easy_install]
|
[easy_install]
|
||||||
|
Loading…
Reference in New Issue
Block a user