Skip to content

Commit

Permalink
website.py: Add link to algorithm building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
techtonik committed Jul 1, 2015
1 parent caccae1 commit 49da9b1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions aspen/algorithms/website.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
These functions comprise the request processing functionality of Aspen.
Per the algorithm.py module, the functions defined in this present module are
executed in the order they're defined here, with dependencies injected as
The order of functions in this module defines Aspen algorithm for request
processing. The actual parsing is done by Algorithm.from_dotted_name():
http://algorithm-py.readthedocs.org/en/1.0.0/#algorithm.Algorithm.from_dotted_name
Dependencies are injected as
specified in each function definition. Each function should return None, or a
dictionary that will be used to update the algorithm state in the calling
routine.
Expand Down

0 comments on commit 49da9b1

Please sign in to comment.