Skip to content

Commit

Permalink
Add module docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
akhayyat committed Aug 5, 2014
1 parent b98f5a4 commit 1e3ee85
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions page_order.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
"""
Page Order
==========
Adds a `page_order` attribute to all pages if one is not defined.
"""

from pelican import signals

def set_page_order(generator):
Expand Down

0 comments on commit 1e3ee85

Please sign in to comment.