Skip to content

Commit

Permalink
fix bullet points
Browse files Browse the repository at this point in the history
  • Loading branch information
brianray committed Apr 22, 2013
1 parent 7399562 commit f86033b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions EXAMPLES.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ Index of Marmir Examples

## General

#. [including images](/tests/basic_tests.py#L106-L120)
#. [explicitly defining column data types](/tests/basic_tests.py#L106-L120)
#. [Multiple Sheets - child spreadsheets](/tests/gdata_tests.py#L21-L45)
#. [Custom Date Formats](/tests/api_tests.py#L8)
* [including images](/tests/basic_tests.py*106-L120)
* [explicitly defining column data types](/tests/basic_tests.py*106-L120)
* [Multiple Sheets - child spreadsheets](/tests/gdata_tests.py*21-L45)
* [Custom Date Formats](/tests/api_tests.py*8)

## Styles

#. [Removing headers](/tests/customize_tests.py#L25-L38)
#. [Removing all styles](/tests/customize_tests.py#L41-L54)
#. [Setting font face on custom row](/tests/customize_tests.py#L57-L69)
* [Removing headers](/tests/customize_tests.py*25-L38)
* [Removing all styles](/tests/customize_tests.py*41-L54)
* [Setting font face on custom row](/tests/customize_tests.py*57-L69)

## Contributions

#. [Django Extension](/tests/django_tests.py#L32-L40)
#. [Writing to Google Data gdata](/tests/gdata_tests.py#L21-L45)
* [Django Extension](/tests/django_tests.py*32-L40)
* [Writing to Google Data gdata](/tests/gdata_tests.py*21-L45)


0 comments on commit f86033b

Please sign in to comment.