|
2 | 2 | Cookiecutter for Birdhouse |
3 | 3 | ========================== |
4 | 4 |
|
5 | | -.. image:: https://img.shields.io/badge/docs-latest-brightgreen.svg |
6 | | - :target: http://cookiecutter-birdhouse.readthedocs.org/en/latest/?badge=latest |
7 | | - :alt: Documentation Status |
8 | | - |
9 | | -.. image:: https://github.com/bird-house/cookiecutter-birdhouse/actions/workflows/main.yml/badge.svg |
10 | | - :target: https://github.com/bird-house/cookiecutter-birdhouse/actions/workflows/main.yml |
11 | | - :alt: GitHub Workflows |
12 | | - |
13 | | -.. image:: https://readthedocs.org/projects/cookiecutter-pypackage/badge/?version=latest |
14 | | - :target: https://cookiecutter-pypackage.readthedocs.io/en/latest/?badge=latest |
15 | | - :alt: Documentation Status |
16 | | - |
17 | | -.. image:: https://img.shields.io/github/license/bird-house/cookiecutter-birdhouse.svg |
18 | | - :target: https://github.com/bird-house/cookiecutter-birdhouse/blob/master/LICENSE |
19 | | - :alt: GitHub license |
20 | | - |
21 | | -.. image:: https://badges.gitter.im/bird-house/birdhouse.svg |
22 | | - :target: https://gitter.im/bird-house/birdhouse?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge |
23 | | - :alt: Join the chat at https://gitter.im/bird-house/birdhouse |
| 5 | +|build| |docs| |license| |gitter| |
24 | 6 |
|
25 | 7 | Cookiecutter_ template for a Python package. |
26 | 8 |
|
@@ -197,16 +179,33 @@ Make a new version of this Cookiecutter in the following steps: |
197 | 179 |
|
198 | 180 | See the bump-my-version_ documentation for details. |
199 | 181 |
|
| 182 | +.. _0.2.x: https://github.com/bird-house/cookiecutter-birdhouse/tree/0.2.x |
200 | 183 | .. _Cookiecutter: https://github.com/audreyr/cookiecutter |
201 | 184 | .. _Cruft: https://cruft.github.io/cruft/ |
202 | | -.. _`cookiecutter-pypackage tutorial`: https://cookiecutter-pypackage.readthedocs.io/en/latest/tutorial.html |
203 | | -.. _cruft_skip: https://github.com/bird-house/emu/commit/fb1ff9ffdf9e7f0282b36ff0727996cba3bf081a |
204 | | -.. _cruft_link: https://github.com/bird-house/finch/pull/128/commits/0b0d7f37966cbb5bf345dfd4b4ac7953f38f4867 |
205 | 185 | .. _GitHub_Workflows: https://docs.github.com/en/actions/using-workflows |
206 | | -.. _Tox: http://testrun.org/tox/ |
207 | | -.. _Sphinx: http://sphinx-doc.org/ |
| 186 | +.. _Mkdocs: https://pypi.org/project/mkdocs/ |
| 187 | +.. _PyPI: https://pypi.python.org/pypi |
208 | 188 | .. _ReadTheDocs: https://readthedocs.io/ |
| 189 | +.. _Sphinx: http://sphinx-doc.org/ |
| 190 | +.. _Tox: http://testrun.org/tox/ |
| 191 | +.. _`cookiecutter-pypackage tutorial`: https://cookiecutter-pypackage.readthedocs.io/en/latest/tutorial.html |
209 | 192 | .. _bump-my-version: https://github.com/callowayproject/bump-my-version |
210 | | -.. _0.2.x: https://github.com/bird-house/cookiecutter-birdhouse/tree/0.2.x |
211 | | -.. _PyPI: https://pypi.python.org/pypi |
212 | | -.. _Mkdocs: https://pypi.org/project/mkdocs/ |
| 193 | +.. _cruft_link: https://github.com/bird-house/finch/pull/128/commits/0b0d7f37966cbb5bf345dfd4b4ac7953f38f4867 |
| 194 | +.. _cruft_skip: https://github.com/bird-house/emu/commit/fb1ff9ffdf9e7f0282b36ff0727996cba3bf081a |
| 195 | + |
| 196 | + |
| 197 | +.. |docs| image:: https://img.shields.io/badge/docs-latest-brightgreen.svg |
| 198 | + :target: http://cookiecutter-birdhouse.readthedocs.org/en/latest/?badge=latest |
| 199 | + :alt: Documentation Status |
| 200 | + |
| 201 | +.. |build| image:: https://github.com/bird-house/cookiecutter-birdhouse/actions/workflows/main.yml/badge.svg |
| 202 | + :target: https://github.com/bird-house/cookiecutter-birdhouse/actions/workflows/main.yml |
| 203 | + :alt: GitHub Workflows |
| 204 | + |
| 205 | +.. |license| image:: https://img.shields.io/github/license/bird-house/cookiecutter-birdhouse.svg |
| 206 | + :target: https://github.com/bird-house/cookiecutter-birdhouse/blob/master/LICENSE |
| 207 | + :alt: License |
| 208 | + |
| 209 | +.. |gitter| image:: https://badges.gitter.im/bird-house/birdhouse.svg |
| 210 | + :target: https://gitter.im/bird-house/birdhouse?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge |
| 211 | + :alt: Bird-house Gitter chat |
0 commit comments