From 851b5f0beccc7037af611beb962a49d34af58a8a Mon Sep 17 00:00:00 2001 From: Ryan Long Date: Sat, 13 Jun 2020 16:52:10 -0400 Subject: [PATCH 1/3] 64 Added python logo image to README.md inline --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0a02d387..79f9d267 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # A sample Python project +![alt text](https://www.python.org/static/img/python-logo.png "Sample inline image") + A sample project that exists as an aid to the [Python Packaging User Guide][packaging guide]'s [Tutorial on Packaging and Distributing Projects][distribution tutorial]. From 77db8e659eb38fc6507589f010d57c35e9e63ee2 Mon Sep 17 00:00:00 2001 From: Ryan Long Date: Sun, 14 Jun 2020 11:10:11 -0400 Subject: [PATCH 2/3] 119 updated python logo --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79f9d267..636fc69c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ # A sample Python project -![alt text](https://www.python.org/static/img/python-logo.png "Sample inline image") +![Python Logo](https://www.python.org/static/community_logos/python-logo.png "Sample inline image") + + +![license][license] +![last commit][last_commit] + +![tweet me][twitter_shield] +![discord server][discord_server] A sample project that exists as an aid to the [Python Packaging User Guide][packaging guide]'s [Tutorial on Packaging and Distributing @@ -35,5 +42,9 @@ may be appropriate. [distribution tutorial]: https://packaging.python.org/tutorials/packaging-projects/ [src]: https://github.com/pypa/sampleproject [rst]: http://docutils.sourceforge.net/rst.html -[md]: https://tools.ietf.org/html/rfc7764#section-3.5 "CommonMark variant" [md use]: https://packaging.python.org/specifications/core-metadata/#description-content-type-optional + +[twitter_shield]: https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Ftwitter.com%2FSaltyCatFish +[license]: https://img.shields.io/badge/license-MIT-brightgreen +[last_commit]: https://img.shields.io/github/last-commit/saltycatfish/sampleproject +[discord_server]: https://img.shields.io/discord/314944764648620033 \ No newline at end of file From 0ceff90ee5d3dea7c305848d941bfeae9bfbfee9 Mon Sep 17 00:00:00 2001 From: Ryan Long Date: Sun, 14 Jun 2020 11:13:38 -0400 Subject: [PATCH 3/3] 119 updated python logo (removed some other code from my own fork) --- README.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/README.md b/README.md index 636fc69c..256f305b 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,6 @@ ![Python Logo](https://www.python.org/static/community_logos/python-logo.png "Sample inline image") - -![license][license] -![last commit][last_commit] - -![tweet me][twitter_shield] -![discord server][discord_server] - A sample project that exists as an aid to the [Python Packaging User Guide][packaging guide]'s [Tutorial on Packaging and Distributing Projects][distribution tutorial]. @@ -42,9 +35,5 @@ may be appropriate. [distribution tutorial]: https://packaging.python.org/tutorials/packaging-projects/ [src]: https://github.com/pypa/sampleproject [rst]: http://docutils.sourceforge.net/rst.html +[md]: https://tools.ietf.org/html/rfc7764#section-3.5 "CommonMark variant" [md use]: https://packaging.python.org/specifications/core-metadata/#description-content-type-optional - -[twitter_shield]: https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Ftwitter.com%2FSaltyCatFish -[license]: https://img.shields.io/badge/license-MIT-brightgreen -[last_commit]: https://img.shields.io/github/last-commit/saltycatfish/sampleproject -[discord_server]: https://img.shields.io/discord/314944764648620033 \ No newline at end of file