aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-04-13 21:32:47 -0400
committerKyle Meyer <kyle@kyleam.com>2020-04-13 21:34:35 -0400
commit0dbaba61ac99f372ed430f5d491cf1cfe6a694d8 (patch)
tree32d56f1c5a361dbfa406eea1686735401a292e1b
parent84e55fc4e163f5bbd442af2b4f88931fd2818428 (diff)
downloadsnakemake-mode-0dbaba61ac99f372ed430f5d491cf1cfe6a694d8.tar.gz
README: Rewrite as a plain text file
-rw-r--r--README21
1 files changed, 10 insertions, 11 deletions
diff --git a/README b/README
index ec84d70..9913138 100644
--- a/README
+++ b/README
@@ -1,19 +1,18 @@
-[![Build Status](https://travis-ci.org/kyleam/snakemake-mode.svg?branch=master)](https://travis-ci.org/kyleam/snakemake-mode)
+Emacs support for Snakemake
+===========================
-This repo contains two Emacs libraries for [Snakemake].
+This repo contains two Emacs libraries for Snakemake [^1].
-* [snakemake-mode.el] provides a major mode for editing Snakemake
- files.
+ * snakemake-mode.el provides a major mode for editing Snakemake
+ files.
-* [snakemake.el] defines a popup interface for calling Snakemake.
+ * snakemake.el defines a popup interface for calling Snakemake.
See the header of each file for more information.
-Both of these are available on MELPA under the
-[snakemake-mode package].
+Both of these are available on MELPA under the snakemake-mode package:
-[Snakemake]: https://snakemake.readthedocs.io/en/stable/
-[snakemake-mode.el]: https://git.kyleam.com/snakemake-mode/tree/snakemake-mode.el#n24
-[snakemake.el]: https://git.kyleam.com/snakemake-mode/tree/snakemake.el#n21
-[snakemake-mode package]: https://melpa.org/#/snakemake-mode
+ https://melpa.org/#/snakemake-mode
+
+[^1]: https://snakemake.readthedocs.io/en/stable/