icalendar/docs
Andreas Ruppen 885a547d34 Handle UnicodeEncodeError in Error messages. Depending on the input, I might be that instead of collecting the thrown error message, python throws a new UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in position 96: ordinal not in range(128). So we use the six library and unicode function to properly treat the error message before adding it to the stack of already collected error messages. 2016-11-22 21:11:16 +01:00
..
Makefile use sphinx_rdt_theme and document how to generate docs 2014-11-20 13:14:45 +01:00
about.rst [docs] fix links 2014-09-05 10:11:44 +00:00
api.rst include also prop api doc 2014-11-20 13:20:22 +01:00
conf.py Docs: Fallback to default theme 2015-01-19 14:27:36 +01:00
credits.rst Handle UnicodeEncodeError in Error messages. Depending on the input, I might be that instead of collecting the thrown error message, python throws a new UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in position 96: ordinal not in range(128). So we use the six library and unicode function to properly treat the error message before adding it to the stack of already collected error messages. 2016-11-22 21:11:16 +01:00
index.rst [docs] add API docs 2014-09-05 10:24:56 +00:00
install.rst Grammar Change 2015-09-16 11:20:40 -05:00
license.rst documentation file layout restructuring 2012-11-23 13:49:07 +01:00
usage.rst Usage typo fixes (#198) 2016-10-26 00:52:28 -05:00