Skip to content

Commit

Permalink
Merge pull request #465 from techtonik/patch-1
Browse files Browse the repository at this point in the history
website.py: Add link to algorithm building docs
  • Loading branch information
pjz committed Jul 2, 2015
2 parents caccae1 + 49da9b1 commit babcdab
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 babcdab

Please sign in to comment.