forked from TamilClass/amuthaa
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ashwin Balamohan
committed
Jan 10, 2013
1 parent
dbc7d41
commit f78edf1
Showing
44 changed files
with
114 additions
and
7,693 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
*.log | ||
*.pot | ||
# Compiled python modules. | ||
*.pyc | ||
local_settings.py | ||
|
||
# Setuptools distribution folder. | ||
/dist/ | ||
|
||
# Python egg metadata, regenerated from source files by setuptools. | ||
/*.egg-info |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
eclipse.preferences.version=1 | ||
encoding//amuthaa/TamilLetter.py=utf-8 | ||
encoding//amuthaa/TamilNoun.py=utf-8 | ||
encoding//amuthaa/TamilVerb.py=utf-8 | ||
encoding//amuthaa/TamilWord.py=utf-8 | ||
encoding//amuthaa/test/test_TamilLetter.py=utf-8 | ||
encoding//amuthaa/test/test_TamilWord.py=utf-8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v<0.1>, <2012-01-09> -- Initial release. | ||
v<0.1.0>, <2012-01-09> -- Initial release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
include *.txt | ||
include *.rst | ||
recursive-include docs *.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
======= | ||
amuthaa | ||
======= | ||
|
||
amuthaa provides a number of tools to handle the processing of Tamil letters and words. | ||
|
||
Typical usage often looks like this:: | ||
|
||
|
||
=========== | ||
Towel Stuff | ||
=========== | ||
|
||
Towel Stuff provides such and such and so and so. You might find | ||
it most useful for tasks involving <x> and also <y>. Typical usage | ||
often looks like this:: | ||
|
||
#!/usr/bin/env python | ||
|
||
from towelstuff import location | ||
from towelstuff import utils | ||
|
||
if utils.has_towel(): | ||
print "Your towel is located:", location.where_is_my_towel() | ||
|
||
(Note the double-colon and 4-space indent formatting above.) | ||
|
||
Paragraphs are separated by blank lines. *Italics*, **bold**, | ||
and ``monospace`` look like this. | ||
|
||
|
||
A Section | ||
========= | ||
|
||
Lists look like this: | ||
|
||
* First | ||
|
||
* Second. Can be multiple lines | ||
but must be indented properly. | ||
|
||
A Sub-Section | ||
------------- | ||
|
||
Numbered lists look like you'd expect: | ||
|
||
1. hi there | ||
|
||
2. must be going | ||
|
||
Urls are http://like.this and links can be | ||
written `like this <http://www.example.com/foo/bar>`_. |
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.