mirror of
https://github.com/jazzband/contextlib2.git
synced 2026-03-17 06:00:23 +00:00
Merge pull request #9 from jezdez/jazzband
Updated links for Jazzband move.
This commit is contained in:
commit
4e8376e678
4 changed files with 18 additions and 12 deletions
3
CONTRIBUTING.md
Normal file
3
CONTRIBUTING.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[](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).
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
20
README.rst
20
README.rst
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue