Fixed common comments in initial commit
Some common comments from different members in initial repo commit are fixed in this patch. Change-Id: I3714dd1f95ac08cce88882e8029386268b8be3dd
This commit is contained in:
parent
274f489911
commit
7aa49e858f
@ -1,4 +1,4 @@
|
||||
higgins Style Commandments
|
||||
Higgins Style Commandments
|
||||
===============================================
|
||||
|
||||
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/
|
||||
|
10
README.rst
10
README.rst
@ -1,10 +1,10 @@
|
||||
===============================
|
||||
higgins
|
||||
===============================
|
||||
=======
|
||||
Higgins
|
||||
=======
|
||||
|
||||
Container Management service for OpenStack
|
||||
|
||||
Please feel here a long description which must be at least 3 lines wrapped on
|
||||
Please fill here a long description which must be at least 3 lines wrapped on
|
||||
80 cols, so that distribution package maintainers can use it in their packages.
|
||||
Note that this is a hard requirement.
|
||||
|
||||
@ -12,6 +12,8 @@ Note that this is a hard requirement.
|
||||
* Documentation: http://docs.openstack.org/developer/higgins
|
||||
* Source: http://git.openstack.org/cgit/openstack/higgins
|
||||
* Bugs: http://bugs.launchpad.net/python-higgins
|
||||
* Blueprints:** https://blueprints.launchpad.net/higgins
|
||||
* REST Client:** http://git.openstack.org/cgit/openstack/python-higginsclient
|
||||
|
||||
Features
|
||||
--------
|
||||
|
@ -22,7 +22,6 @@ sys.path.insert(0, os.path.abspath('../..'))
|
||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
||||
extensions = [
|
||||
'sphinx.ext.autodoc',
|
||||
#'sphinx.ext.intersphinx',
|
||||
'oslosphinx'
|
||||
]
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
You can adapt this file completely to your liking, but it should at least
|
||||
contain the root `toctree` directive.
|
||||
|
||||
Welcome to higgins's documentation!
|
||||
Welcome to Higgins's documentation!
|
||||
========================================================
|
||||
|
||||
Contents:
|
||||
|
@ -19,7 +19,7 @@ test_higgins
|
||||
Tests for `higgins` module.
|
||||
"""
|
||||
|
||||
from higgins.tests import base
|
||||
from higgins.tests.unit import base
|
||||
|
||||
|
||||
class TestHiggins(base.TestCase):
|
@ -16,7 +16,6 @@ classifier =
|
||||
Programming Language :: Python :: 2
|
||||
Programming Language :: Python :: 2.7
|
||||
Programming Language :: Python :: 3
|
||||
Programming Language :: Python :: 3.3
|
||||
Programming Language :: Python :: 3.4
|
||||
|
||||
[files]
|
||||
|
Loading…
x
Reference in New Issue
Block a user