Skip to content

Commit

Permalink
Readme: Document constants.
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyespo committed Jan 4, 2013
1 parent 681170f commit 648a765
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,14 @@ render_page(text, filename=None, gfm=False, context=None, style_urls=[])
- `style_urls`: A list of URLs that contain CSS to include in the
rendered page

#### default_filenames

This constant contains the names Grip looks for when no file is given to.

```python
default_filenames = ['README.md', 'README.markdown']
```


Contributing
------------
Expand Down

0 comments on commit 648a765

Please sign in to comment.