Skip to content

Commit

Permalink
Document official Poetry badge (#8066)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen authored Jul 6, 2023
1 parent 79f2668 commit d31dfa8
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Poetry: Python packaging and dependency management made easy

[![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/)
[![Stable Version](https://img.shields.io/pypi/v/poetry?label=stable)][PyPI Releases]
[![Pre-release Version](https://img.shields.io/github/v/release/python-poetry/poetry?label=pre-release&include_prereleases&sort=semver)][PyPI Releases]
[![Python Versions](https://img.shields.io/pypi/pyversions/poetry)][PyPI]
Expand Down
30 changes: 30 additions & 0 deletions docs/community.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: "Community"
draft: false
type: docs
layout: single

menu:
docs:
weight: 105
---

# Community

## Badge

For any projects using Poetry, you may add its official badge somewhere prominent like the README.

[![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/)

**Markdown**
```md
[![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/)
```

**reStructuredText**
```rst
.. image:: https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json
:alt: Poetry
:target: https://python-poetry.org/
```

0 comments on commit d31dfa8

Please sign in to comment.