From 0117ffda38e05af350477de497b05de973999c3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20J=2E=20P=C3=A9rez=20Irizarry?= Date: Thu, 10 Oct 2013 10:25:19 -0400 Subject: [PATCH] Move docs, provide link in README. --- README.md | 2 +- modules/doc/README.md | 50 +++++++++++++++++++ .../doc}/prelude-python.md | 0 3 files changed, 51 insertions(+), 1 deletion(-) create mode 100644 modules/doc/README.md rename {module-docs => modules/doc}/prelude-python.md (100%) diff --git a/README.md b/README.md index 00f8f93..c8cf38d 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ there are such). ## Enabling additional modules -By default most of the modules that ship with Prelude are not loaded. +By default most of the modules that ship with Prelude are not loaded. For more information on the functionality provided by these modules visit the [docs](modules/doc/README.md). ```lisp ;;; Uncomment the modules you'd like to use and restart Prelude afterwards diff --git a/modules/doc/README.md b/modules/doc/README.md new file mode 100644 index 0000000..492a8c9 --- /dev/null +++ b/modules/doc/README.md @@ -0,0 +1,50 @@ +# Emacs Prelude Modules + +Prelude provides extra functionality through modules. Some modules may +require extra steps to enable all functionality. These steps and the +functionality provided by these modules are documented on the +following links. + +- C + +- Clojure + +- Coffee + +- Common-Lisp + +- CSS + +- Emacs-Lisp + +- ERC + +- Erlang + +- Haskell + +- JS + +- Latex + +- Lisp + +- Markdown + +- MediaWiki + +- Org + +- Perl + +- [Python](prelude-python.md) + +- Ruby + +- Scala + +- Scheme + +- Scss + +- Web diff --git a/module-docs/prelude-python.md b/modules/doc/prelude-python.md similarity index 100% rename from module-docs/prelude-python.md rename to modules/doc/prelude-python.md