From da1bab8545f54e3866263323d3dc9f67867e8f8c Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 27 Sep 2019 01:37:23 +0200 Subject: sort glossaries --- _exts/ebicsdomain.py | 1 + libeufin/ebics.rst | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/_exts/ebicsdomain.py b/_exts/ebicsdomain.py index 70b15c22..4dcc30c1 100644 --- a/_exts/ebicsdomain.py +++ b/_exts/ebicsdomain.py @@ -7,6 +7,7 @@ EBICS documentation domain. """ import re +import unicodedata from docutils import nodes from typing import List, Optional, Iterable, Dict, Tuple diff --git a/libeufin/ebics.rst b/libeufin/ebics.rst index d952ce99..862cec24 100644 --- a/libeufin/ebics.rst +++ b/libeufin/ebics.rst @@ -8,10 +8,13 @@ EBICS Implementation Notes It is not a specification, and it does not replace the official EBICS specification. +.. contents:: Table of Contents + EBICS Glossary ============== .. glossary:: + :sorted: A004 Electronic signature process, used in H004, deprecated in H005 with EBICS 3.0. @@ -168,6 +171,7 @@ Relevant Order Types -------------------- .. ebics:orders:: + :sorted: BTD **Only EBICS3.0+**. Business Transaction Format Download. @@ -244,6 +248,7 @@ The following order types are, for now, not relevant for LibEuFin: .. ebics:orders:: + :sorted: AZV Type: Upload. -- cgit v1.2.3