1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
From: Lev Lamberov <dogsleg@debian.org>
Subject: Remove badge icons from README files
This patch removes badges icons from README file. These icons are intended
rather for developers and are loaded from several external web sites.
--- a/README.rst
+++ b/README.rst
@@ -9,11 +9,11 @@
* `Issue tracker
<https://github.com/tkf/emacs-python-environment/issues>`_ (at GitHub)
* `Travis CI
- <https://travis-ci.org/tkf/emacs-python-environment>`_ |build-status|
+ <https://travis-ci.org/tkf/emacs-python-environment>`_
* `MELPA
- <http://melpa.org/#/python-environment>`_ |melpa-badge|
+ <http://melpa.org/#/python-environment>`_
* `MELPA Stable
- <http://stable.melpa.org/#/python-environment>`_ |melpa-stable-badge|
+ <http://stable.melpa.org/#/python-environment>`_
Emacs integrates well with external tools written in languages other
@@ -47,19 +47,3 @@ virtualenv, do something like this
Path to access COMMAND may be different in \*nix and in Windows, but
python-environment.el finds the right path.
-
-
-.. Build status badge
-.. |build-status|
- image:: https://secure.travis-ci.org/tkf/emacs-python-environment.png
- ?branch=master
- :target: http://travis-ci.org/tkf/emacs-python-environment
- :alt: Build Status
-.. |melpa-badge|
- image:: http://melpa.org/packages/python-environment-badge.svg
- :target: http://melpa.org/#/python-environment
- :alt: MELPA Badge
-.. |melpa-stable-badge|
- image:: http://stable.melpa.org/packages/python-environment-badge.svg
- :target: http://stable.melpa.org/#/python-environment
- :alt: MELPA Stable Badge
|