Skip to content

Commit

Permalink
Update boilerplates.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Aug 30, 2015
1 parent d3e304f commit b50f06d
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 28 deletions.
2 changes: 2 additions & 0 deletions .cookiecutterrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ default_context:

c_extension_optional: 'no'
c_extension_support: 'no'
codacy: 'yes'
codeclimate: 'yes'
codecov: 'yes'
command_line_interface: 'no'
coveralls: 'yes'
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
dist
build
eggs
.eggs
parts
bin
var
Expand All @@ -28,6 +29,7 @@ pip-log.txt
.tox
.coverage.*
nosetests.xml
coverage.xml
htmlcov

# Translations
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ When `reporting a bug <https://github.com/ionelmc/python-manhole/issues>`_ pleas
Documentation improvements
==========================

manhole could always use more documentation, whether as part of the
official manhole docs, in docstrings, or even on the web in blog posts,
Manhole could always use more documentation, whether as part of the
official Manhole docs, in docstrings, or even on the web in blog posts,
articles, and such.

Feature requests and feedback
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ include README.rst

include tox.ini .travis.yml appveyor.yml

global-exclude *.py[cod] __pycache__ *.so
global-exclude *.py[cod] __pycache__ *.so *.dylib
47 changes: 26 additions & 21 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,63 +1,68 @@
===============================
python-manhole
===============================
=======
Manhole
=======

.. list-table::
:stub-columns: 1

* - docs
- |docs|
* - tests
- | |travis| |appveyor|
| |coveralls| |codecov| |landscape| |scrutinizer|
- | |travis| |requires|
| |coveralls| |codecov| |landscape| |scrutinizer| |codacy| |codeclimate|
* - package
- |version| |downloads|

..
|wheel| |supported-versions| |supported-implementations|
- |version| |downloads| |wheel| |supported-versions| |supported-implementations|

.. |docs| image:: https://readthedocs.org/projects/python-manhole/badge/?style=flat
:target: https://readthedocs.org/projects/python-manhole
:alt: Documentation Status

.. |travis| image:: http://img.shields.io/travis/ionelmc/python-manhole/master.svg?style=flat&label=Travis
.. |travis| image:: https://travis-ci.org/ionelmc/python-manhole.svg?branch=master
:alt: Travis-CI Build Status
:target: https://travis-ci.org/ionelmc/python-manhole

.. |appveyor| image:: https://img.shields.io/appveyor/ci/ionelmc/python-manhole/master.svg?style=flat&label=AppVeyor
:alt: AppVeyor Build Status
:target: https://ci.appveyor.com/project/ionelmc/python-manhole
.. |requires| image:: https://requires.io/github/ionelmc/python-manhole/requirements.svg?branch=master
:alt: Requirements Status
:target: https://requires.io/github/ionelmc/python-manhole/requirements/?branch=master

.. |coveralls| image:: http://img.shields.io/coveralls/ionelmc/python-manhole/master.svg?style=flat&label=Coveralls
.. |coveralls| image:: https://coveralls.io/repos/ionelmc/python-manhole/badge.svg?branch=master&service=github
:alt: Coverage Status
:target: https://coveralls.io/r/ionelmc/python-manhole

.. |codecov| image:: http://img.shields.io/codecov/c/github/ionelmc/python-manhole/master.svg?style=flat&label=Codecov
.. |codecov| image:: https://codecov.io/github/ionelmc/python-manhole/coverage.svg?branch=master
:alt: Coverage Status
:target: https://codecov.io/github/ionelmc/python-manhole

.. |landscape| image:: https://landscape.io/github/ionelmc/python-manhole/master/landscape.svg?style=flat
:target: https://landscape.io/github/ionelmc/python-manhole/master
:alt: Code Quality Status

.. |version| image:: http://img.shields.io/pypi/v/manhole.svg?style=flat
.. |codacy| image:: https://img.shields.io/codacy/REPLACE_WITH_PROJECT_ID.svg?style=flat
:target: https://www.codacy.com/app/ionelmc/python-manhole
:alt: Codacy Code Quality Status

.. |codeclimate| image:: https://codeclimate.com/github/ionelmc/python-manhole/badges/gpa.svg
:target: https://codeclimate.com/github/ionelmc/python-manhole
:alt: CodeClimate Quality Status

.. |version| image:: https://img.shields.io/pypi/v/manhole.svg?style=flat
:alt: PyPI Package latest release
:target: https://pypi.python.org/pypi/manhole

.. |downloads| image:: http://img.shields.io/pypi/dm/manhole.svg?style=flat
.. |downloads| image:: https://img.shields.io/pypi/dm/manhole.svg?style=flat
:alt: PyPI Package monthly downloads
:target: https://pypi.python.org/pypi/manhole

.. |wheel| image:: https://pypip.in/wheel/manhole/badge.svg?style=flat
.. |wheel| image:: https://img.shields.io/pypi/wheel/manhole.svg?style=flat
:alt: PyPI Wheel
:target: https://pypi.python.org/pypi/manhole

.. |supported-versions| image:: https://pypip.in/py_versions/manhole/badge.svg?style=flat
.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/manhole.svg?style=flat
:alt: Supported versions
:target: https://pypi.python.org/pypi/manhole

.. |supported-implementations| image:: https://pypip.in/implementation/manhole/badge.svg?style=flat
:alt: Supported implementations
.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/manhole.svg?style=flat
:alt: Supported imlementations
:target: https://pypi.python.org/pypi/manhole

.. |scrutinizer| image:: https://img.shields.io/scrutinizer/g/ionelmc/python-manhole/master.svg?style=flat
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Welcome to manhole's documentation!
======================================
Welcome to Manhole's documentation!
=====================================

Contents:

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/manhole.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
manhole
=============================
=======

.. automodule:: manhole
:members:
2 changes: 1 addition & 1 deletion docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
Usage
=====

To use manhole in a project::
To use Manhole in a project::

import manhole

0 comments on commit b50f06d

Please sign in to comment.