Skip to content

Commit

Permalink
Merge pull request #25 from AspenWeb/prune-dead-links
Browse files Browse the repository at this point in the history
Prune dead links to aspen.io
  • Loading branch information
chadwhitacre authored Sep 7, 2016
2 parents 8d5c9f2 + aa6e817 commit e917679
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
4 changes: 1 addition & 3 deletions aspen/simplates/json_.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,7 @@ def lazy_check():
if _json is None:
raise ImportError("Neither simplejson nor json was found. Try "
"installing simplejson to use dynamic JSON "
"simplates. See "
"http://aspen.io/simplates/json/#libraries for "
"more information.")
"simplates.")


# Main public API.
Expand Down
4 changes: 0 additions & 4 deletions aspen/simplates/renderers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
"""
This module implements pluggable content rendering.
See user docs here:
http://aspen.io/simplates/rendered/
Negotiated and rendered resources have content pages the bytes for which are
transformed based on context. The user may explicitly choose a renderer per
content page, with the default renderer per page computed from its media type.
Expand Down

0 comments on commit e917679

Please sign in to comment.