File: 0001-clean-documentation.diff

package info (click to toggle)
suggest-el 0.7-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 188 kB
  • sloc: lisp: 871; makefile: 17; sh: 7
file content (28 lines) | stat: -rw-r--r-- 1,254 bytes parent folder | download | duplicates (3)
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
From: Lev Lamberov <dogsleg@debian.org>
Subject: Remove badge icons and screenshot from README file

This patch removes badge icons and screenshot from README file. These
icons are intended rather for developers. They are loaded from an
external web site and not included in the original source.

--- a/README.md
+++ b/README.md
@@ -1,9 +1,5 @@
 # suggest.el
 
-[![Build Status](https://travis-ci.org/Wilfred/suggest.el.svg?branch=master)](https://travis-ci.org/Wilfred/suggest.el)
-[![Coverage Status](https://coveralls.io/repos/github/Wilfred/suggest.el/badge.svg?branch=master)](https://coveralls.io/github/Wilfred/suggest.el?branch=master)
-[![MELPA](http://melpa.org/packages/suggest-badge.svg)](http://melpa.org/#/suggest)
-
 suggest.el is an Emacs package for **discovering elisp functions based
 on examples**. You supply an example input and output, and it makes suggestions.
 
@@ -13,8 +9,6 @@ Interested readers may enjoy my blog pos
 * [Synthesising Elisp Code](http://www.wilfred.me.uk/blog/2017/07/02/synthesising-elisp-code/)
 * [Suggest.el: Synthesising Constants](http://www.wilfred.me.uk/blog/2017/08/06/suggest-el-synthesising-constants/)
 
-![suggest](suggest_screenshot.png)
-
 ## Examples
 
 suggest.el knows many string functions: