1
0
Fork 0
forked from github/pelican
pelican-theme/pelican
Justin Mayer 7eae9b1abc Reduce warnings and errors in sample content
This reduces the warnings and errors when generating the sample content
from twelve to one (intentional) warning. The latter is expected by
assertLogCountEqual() in the "test_basic_generation_works" test.
2020-04-14 21:39:47 +02:00
..
plugins Remove py2-isms and avoid sys.path hacks 2019-12-01 18:33:11 +03:00
tests Reduce warnings and errors in sample content 2020-04-14 21:39:47 +02:00
themes Add HTML meta generator tag to theme base templates 2020-04-14 17:47:07 +02:00
tools Quote Makefile paths so it handles spaces 2020-04-13 11:17:39 +02:00
__init__.py Exit web server gracefully when user taps CTRL-C 2020-01-19 09:07:02 +01:00
__main__.py Initial pass of removing Python 2 support 2019-11-26 06:16:41 +09:00
cache.py Convert super() calls to py3 style 2019-11-26 06:17:04 +09:00
contents.py Set timezone when assigning max datetime to drafts 2020-04-14 13:48:03 +02:00
generators.py Add settings for custom Jinja globals and tests (#2715) 2020-04-12 17:03:53 +02:00
log.py Fix LOG_FILTER to act on exact messages 2020-04-12 21:00:27 +03:00
paginator.py Initial pass of removing Python 2 support 2019-11-26 06:16:41 +09:00
readers.py Skip MD metadata parsing in latest Python-Markdown 2020-04-12 11:40:58 +02:00
rstdirectives.py Initial pass of removing Python 2 support 2019-11-26 06:16:41 +09:00
server.py Initial pass of removing Python 2 support 2019-11-26 06:16:41 +09:00
settings.py Add settings for custom Jinja globals and tests (#2715) 2020-04-12 17:03:53 +02:00
urlwrappers.py Convert super() calls to py3 style 2019-11-26 06:17:04 +09:00
utils.py Convert super() calls to py3 style 2019-11-26 06:17:04 +09:00
writers.py remove pelican.signals in favor of pelican.plugins.signals 2019-12-01 18:14:13 +03:00