veekun_pokedex/pokedex
Petr Viktorin 85d779ba83 Move Markdown handling to the translation classes
- the Session has a `pokedex_link_maker` property, whose `object_url`
  method is used to make URLs in Markdown
- pokemon.names_table.name is now an ordinary Unicode column
- pokemon.name is a MarkdownString that is aware of the session and the
  language the string is in
- pokemon.name_map is a dict-like association_proxy of the above
- move.effect works similarly, with transparent $effect_chance substitution
  as before
2011-04-28 23:42:56 +03:00
..
data/csv Fix some move short effects 2011-04-28 23:42:56 +03:00
db Move Markdown handling to the translation classes 2011-04-28 23:42:56 +03:00
struct Move util.py to compatibility.py 2011-04-17 22:30:37 -07:00
tests Move Markdown handling to the translation classes 2011-04-28 23:42:56 +03:00
util Add __init__.py to pokedex/util 2011-04-28 23:31:38 +03:00
__init__.py Speed up import pokedex.db slightly. 2011-04-03 03:13:07 -07:00
compatibility.py Move util.py to compatibility.py 2011-04-17 22:30:37 -07:00
defaults.py Speed up import pokedex.db slightly. 2011-04-03 03:13:07 -07:00
formulae.py Give calculated_stat and calculated_hp the same signature. 2011-03-10 22:12:03 -08:00
lookup.py Move util.py to compatibility.py 2011-04-17 22:30:37 -07:00
main.py Add usage text for --langs 2011-04-11 17:07:39 +03:00
roomaji.py Add Czech romanization 2011-03-29 17:46:41 +03:00