veekun_pokedex/pokedex/db
Petr Viktorin 059f7dfc55 Autofill empty labels in Markdown links
- as_text() is now a function that takes the session as an argument
- likewise as_html(), which also takes URL makers and the language
- since there should be only one link extension, it is registered by
  setting default_link_extension, not appending to markdown_extensions.
  This only affects the __html__ attribute.
2011-04-28 23:42:56 +03:00
..
__init__.py Fix default language assignment once and for all. 2011-04-10 00:54:14 -07:00
dependencies.py load: Add --recursive option. 2011-04-03 03:17:08 -07:00
load.py Load translations in pokedex load. 2011-04-11 17:07:38 +03:00
markdown.py Autofill empty labels in Markdown links 2011-04-28 23:42:56 +03:00
multilang.py Typo: multilang docstring was wrong 2011-04-17 22:34:02 -07:00
tables.py Use relationship() instead of the deprecated relation(). #596 2011-04-28 23:31:38 +03:00
translations.py Reading, merging, and writing translations 2011-04-11 17:03:27 +03:00
util.py order_by_name: properly fall back to the specified languages, or identifier 2011-04-28 23:31:38 +03:00