diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-04-13 21:34:43 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-04-13 21:34:43 -0400 |
commit | 147807e9bdec5d98d9a00207bb9d5564f3973744 (patch) | |
tree | ba19b81e76a6b1a4ba2c8fc174259ee4d36be6c7 | |
parent | 8c89d9110444bcb4952b0f1413080eac14b72ed3 (diff) | |
parent | 8599b5437416edf5f2ec85652eb671c6e5253fc9 (diff) | |
download | snakemake-mode-147807e9bdec5d98d9a00207bb9d5564f3973744.tar.gz |
Merge branch 'readme-updates'
-rw-r--r-- | README | 39 | ||||
-rw-r--r-- | README.md | 19 |
2 files changed, 39 insertions, 19 deletions
@@ -0,0 +1,39 @@ + +Emacs support for Snakemake +=========================== + +This repo contains two Emacs libraries for Snakemake [^1]. + + * snakemake-mode.el provides a major mode for editing Snakemake + files. + + * 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: + + https://melpa.org/#/snakemake-mode + +[^1]: https://snakemake.readthedocs.io/en/stable/ + + +Contributing +------------ + +Please send bug reports, feature requests, and other questions to + + snakemake-mode@inbox.kyleam.com + +You can browse previous discussion and development via the +public-inbox [^2] archives at + + https://inbox.kyleam.com/snakemake-mode/ + +If you'd like to contribute a patch, thank you! Please send +it to the same address. + +For more information on sending patches, visit +<https://git-send-email.io/>. + +[^2]: https://public-inbox.org/README diff --git a/README.md b/README.md deleted file mode 100644 index 52cc3fd..0000000 --- a/README.md +++ /dev/null @@ -1,19 +0,0 @@ - -[![Build Status](https://travis-ci.org/kyleam/snakemake-mode.svg?branch=master)](https://travis-ci.org/kyleam/snakemake-mode) - -This repo contains two Emacs libraries for [Snakemake]. - -* [snakemake-mode.el] provides a major mode for editing Snakemake - files. - -* [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]. - -[Snakemake]: https://bitbucket.org/snakemake/snakemake/wiki/Home -[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 |