Skip to content

Commit 0321ace

Browse files
committed
docs: more obvious sample link, and remove twitter
1 parent 22ec834 commit 0321ace

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

README.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,19 @@ Dinghy
55
Dinghy, a GitHub activity digest tool.
66

77
|pypi-badge| |pyversions-badge| |license-badge|
8-
|sponsor-badge| |mastodon-nedbat| |twitter-nedbat|
8+
|sponsor-badge| |mastodon-nedbat|
99

1010
Dinghy uses the GitHub GraphQL API to find recent activity on releases, issues
1111
and pull requests, and writes a compact HTML digest `like this <sample_>`_.
1212

1313

14+
Sample Digest
15+
=============
16+
17+
Here's a sample of a Dinghy digest reporting on `some PSF repos: black,
18+
requests, and PEPs <sample_>`_.
19+
20+
1421
Getting Started
1522
===============
1623

@@ -194,9 +201,6 @@ starting point for your own publishing.
194201
.. |mastodon-nedbat| image:: https://img.shields.io/badge/dynamic/json?style=flat&labelColor=450657&logo=mastodon&logoColor=ffffff&link=https%3A%2F%2Fhachyderm.io%2F%40nedbat&url=https%3A%2F%2Fhachyderm.io%2Fusers%2Fnedbat%2Ffollowers.json&query=totalItems&label=Mastodon
195202
:target: https://hachyderm.io/@nedbat
196203
:alt: nedbat on Mastodon
197-
.. |twitter-nedbat| image:: https://img.shields.io/twitter/follow/nedbat.svg?label=nedbat&style=flat&logo=twitter&logoColor=4FADFF
198-
:target: https://twitter.com/nedbat
199-
:alt: nedbat on Twitter
200204
.. |sponsor-badge| image:: https://img.shields.io/badge/%E2%9D%A4-Sponsor%20me-brightgreen?style=flat&logo=GitHub
201205
:target: https://github.com/sponsors/nedbat
202206
:alt: Sponsor me on GitHub

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ long_description_content_type = text/x-rst
99
url = https://github.com/nedbat/dinghy
1010
project_urls =
1111
# For some reason, these appear in reverse order on pypi...
12-
Twitter = https://twitter.com/nedbat
1312
Mastodon = https://hachyderm.io/@nedbat
1413
Funding = https://github.com/sponsors/nedbat
1514
Issues = https://github.com/nedbat/dinghy/issues

0 commit comments

Comments
 (0)