From c96d42a3b6606ca07cd3918dadd31e3591c66d8b Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Wed, 1 Jul 2015 18:55:37 +0300 Subject: [PATCH 1/2] core-algorithms: Improve docs, see #464 --- doc/core-algorithms/index.html.spt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/core-algorithms/index.html.spt b/doc/core-algorithms/index.html.spt index d1709c314..3b33c3082 100644 --- a/doc/core-algorithms/index.html.spt +++ b/doc/core-algorithms/index.html.spt @@ -18,7 +18,10 @@ for line in open(srcfile):

Aspen's request-processing algorithm is implemented with a module called algorithm. If you -want to modify Aspen's behavior you should read up on the +Aspen's behavior +you should read up on the algorithm module and refer to the algorithm definitions below and in the Aspen source code.

From ed34667bb5692426f8d1602c4321fe27ca392443 Mon Sep 17 00:00:00 2001 From: anatoly techtonik Date: Thu, 2 Jul 2015 16:15:54 +0300 Subject: [PATCH 2/2] core-algorithms: Point to master and hope it won't change --- doc/core-algorithms/index.html.spt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/core-algorithms/index.html.spt b/doc/core-algorithms/index.html.spt index 3b33c3082..33194bb5d 100644 --- a/doc/core-algorithms/index.html.spt +++ b/doc/core-algorithms/index.html.spt @@ -19,7 +19,7 @@ for line in open(srcfile): with a module called algorithm. If you want to modify - + Aspen's behavior you should read up on the algorithm module