From 793f999f1eb0cc38ff3cac74b18b80017c930d36 Mon Sep 17 00:00:00 2001 From: Jon Friedman Date: Fri, 9 May 2014 12:47:24 -0700 Subject: [PATCH 1/2] recipe for sphinx-doc.el --- recipes/sphinx-doc.rcp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes/sphinx-doc.rcp diff --git a/recipes/sphinx-doc.rcp b/recipes/sphinx-doc.rcp new file mode 100644 index 00000000..b8e59e94 --- /dev/null +++ b/recipes/sphinx-doc.rcp @@ -0,0 +1,5 @@ +(:name sphinx-doc + :website "https://github.com/naiquevin/sphinx-doc.el" + :description "Generate Sphinx friendly docstrings for Python functions in Emacs" + :type github + :pkgname "naiquevin/sphinx-doc.el") From 3f2968c36806ce3026d1a3e46be3c3337383dac4 Mon Sep 17 00:00:00 2001 From: Jon Friedman Date: Mon, 12 May 2014 14:57:35 -0700 Subject: [PATCH 2/2] removed website from sphinx-doc.el recipe --- recipes/sphinx-doc.rcp | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes/sphinx-doc.rcp b/recipes/sphinx-doc.rcp index b8e59e94..2d661c16 100644 --- a/recipes/sphinx-doc.rcp +++ b/recipes/sphinx-doc.rcp @@ -1,5 +1,4 @@ (:name sphinx-doc - :website "https://github.com/naiquevin/sphinx-doc.el" :description "Generate Sphinx friendly docstrings for Python functions in Emacs" :type github :pkgname "naiquevin/sphinx-doc.el")