Updated links for Jazzband move.

This commit is contained in:
Jannis Leidel 2016-07-27 16:41:38 +02:00
parent 6482530d18
commit b12f399859
4 changed files with 18 additions and 12 deletions

3
CONTRIBUTING.md Normal file
View file

@ -0,0 +1,3 @@
[![Jazzband](https://jazzband.co/static/img/jazzband.svg)](https://jazzband.co/)
This is a [Jazzband](https://jazzband.co/) project. By contributing you agree to abide by the [Contributor Code of Conduct](https://jazzband.co/about/conduct) and follow the [guidelines](https://jazzband.co/about/guidelines).

View file

@ -1,3 +1,2 @@
include *.py *.txt *.rst MANIFEST.in
include *.py *.txt *.rst *.md MANIFEST.in
recursive-include docs *.rst *.py make.bat Makefile

View file

@ -1,15 +1,19 @@
.. image:: https://jazzband.co/static/img/badge.svg
:target: https://jazzband.co/
:alt: Jazzband
.. image:: https://readthedocs.org/projects/contextlib2/badge/?version=latest
:target: https://contextlib2.readthedocs.org/
:alt: Latest Docs
:target: https://contextlib2.readthedocs.org/
:alt: Latest Docs
.. image:: https://img.shields.io/travis/ncoghlan/contextlib2/master.svg
:target: http://travis-ci.org/ncoghlan/contextlib2
.. image:: https://img.shields.io/travis/jazzband/contextlib2/master.svg
:target: http://travis-ci.org/jazzband/contextlib2
.. image:: https://coveralls.io/repos/github/ncoghlan/contextlib2/badge.svg?branch=master
:target: https://coveralls.io/github/ncoghlan/contextlib2?branch=master
.. image:: https://coveralls.io/repos/github/jazzband/contextlib2/badge.svg?branch=master
:target: https://coveralls.io/github/jazzband/contextlib2?branch=master
.. image:: https://landscape.io/github/ncoghlan/contextlib2/master/landscape.svg
:target: https://landscape.io/github/ncoghlan/contextlib2/
.. image:: https://landscape.io/github/jazzband/contextlib2/master/landscape.svg
:target: https://landscape.io/github/jazzband/contextlib2/
contextlib2 is a backport of the `standard library's contextlib
module <https://docs.python.org/3.5/library/contextlib.html>`_ to

View file

@ -696,8 +696,8 @@ Development and Support
contextlib2 is developed and maintained on GitHub_. Problems and suggested
improvements can be posted to the `issue tracker`_.
.. _GitHub: https://github.com/ncoghlan/contextlib2
.. _issue tracker: https://github.com/ncoghlan/contextlib2/issues
.. _GitHub: https://github.com/jazzband/contextlib2
.. _issue tracker: https://github.com/jazzband/contextlib2/issues
.. include:: ../NEWS.rst