From ce5649a82b595f45fba63a857a86f8d0dd1a085e Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Mon, 2 Oct 2023 15:02:40 +0200 Subject: [PATCH] fix ascci template --- papyri/ascii.tpl.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/papyri/ascii.tpl.j2 b/papyri/ascii.tpl.j2 index 47cebab0..9bb80d17 100644 --- a/papyri/ascii.tpl.j2 +++ b/papyri/ascii.tpl.j2 @@ -138,8 +138,8 @@ {{-green("green")}} refer to items within the same document, {{blue("blue")}} external {{underline("known")}} entities, {{red("red")}} entities we were not able to find and {{yellow("yellow")}} for code, and other "raw" items, typically between double backticks. -{% if doc.textsignature %} - |{{name}}{{ bold(underline(doc.textsignature.value))}} +{% if doc.signature %} + |{{bold(underline(name))}}{{bold(underline(doc.signature.to_signature()))}} {% endif %} {% for section in doc.content if doc.content[section] %}