From ffb671c61a24a9086343b54bad080e145ff33fc5 Mon Sep 17 00:00:00 2001 From: Dererk Date: Tue, 15 Nov 2016 14:18:46 -0300 Subject: New upstream version 7.8.1 --- scripts/document_path_handlers.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/document_path_handlers.py') diff --git a/scripts/document_path_handlers.py b/scripts/document_path_handlers.py index 692c8e0..4c2e378 100755 --- a/scripts/document_path_handlers.py +++ b/scripts/document_path_handlers.py @@ -9,8 +9,8 @@ print(""".. title: Path Handlers for Nikola .. slug: path-handlers .. author: The Nikola Team -Nikola supports special links with the syntax ``link://kind/name``. Here is -the description for all the supported kinds. +Nikola supports special links with the syntax ``link://kind/name``. In the templates you can also +use ``_link(kind, name)`` Here is the description for all the supported kinds. .. class:: dl-horizontal """) @@ -18,5 +18,5 @@ the description for all the supported kinds. for k in sorted(n.path_handlers.keys()): v = n.path_handlers[k] print(k) - print('\n'.join(' '+l.strip() for l in v.__doc__.splitlines())) + print('\n'.join(' ' + l.strip() for l in v.__doc__.splitlines())) print() -- cgit v1.2.3