From 458596c55fe8cdfd2d6f04f8f6f4e2cb394cd8ae Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sat, 29 Apr 2017 00:02:14 -0400 Subject: [PATCH] README.md: link to generated manual --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 083308e..8da62db 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ functions and XSLT templates that take XSLT as input and produce XSLT as output. The system is fully tested---see the test cases for additional -documentation as this project gets under way. This README will serve -as an informal manual until official documentation is produced. +documentation as this project gets under way. The manual is "woven" from +literate sources; [a compiled version is available online][manual]. ## Higher-Order Functions @@ -114,3 +114,5 @@ PARTICULAR PURPOSE. See the GNU General Public License for more details. [nova-ho]: http://conferences.idealliance.org/extreme/html/2006/Novatchev01/EML2006Novatchev01.html [xslt-30-ho]: http://www.w3.org/TR/xslt-30/#dt-higher-order-operand +[manual]: https://mikegerwitz.com/hoxsl/manual/ +