From b8f27acc482c1bf34e4d07240d7c24a3f302afd4 Mon Sep 17 00:00:00 2001 From: lash Date: Wed, 24 May 2023 08:47:03 +0100 Subject: [PATCH] Fix itemize in docs --- Makefile | 5 ++++- README.md | 19 ++++++++++++------- doc/texinfo/attestations.texi | 10 ++++++---- 3 files changed, 22 insertions(+), 12 deletions(-) diff --git a/Makefile b/Makefile index ef4cb02..89a2281 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,9 @@ install: python make -C schema/json install make -C schema/rdf install -readme: +doc: + make -C doc/texinfo + +readme: doc make -C doc/texinfo readme pandoc -f docbook -t gfm doc/texinfo/build/docbook.xml > README.md diff --git a/README.md b/README.md index d58be9d..9cf60b7 100644 --- a/README.md +++ b/README.md @@ -36,13 +36,18 @@ NFT tooling is at the current time intended for EVM blockchains only. Four base vocabularies are used to define the attestations. -\* `http://xmlns.com/foaf/0.1/` - well-known library used to describe -human resources and relationships. \* `evm` - EVM specific resources -like transactions and account addresses. \* `cic` - concepts specific to -CICs, e.g. *Unit of Account*, *voucher validity* and other parameters -decribing kinds of economic activity. \* `ge` - subject impact types, -areas of interest and inter-currency relations according to Grassroots -Economics - the organization pioneering this work. +- `http://xmlns.com/foaf/0.1/` - well-known library used to describe + human resources and relationships. + +- `evm` - EVM specific resources like transactions and account + addresses. + +- `cic` - concepts specific to CICs, e.g. *Unit of Account*, *voucher + validity* and other parameters decribing kinds of economic activity. + +- `ge` - subject impact types, areas of interest and inter-currency + relations according to Grassroots Economics - the organization + pioneering this work. ### Including other vocabularies diff --git a/doc/texinfo/attestations.texi b/doc/texinfo/attestations.texi index 9fe1000..5142d3c 100644 --- a/doc/texinfo/attestations.texi +++ b/doc/texinfo/attestations.texi @@ -5,10 +5,12 @@ Four base vocabularies are used to define the attestations. -* @code{@url{foaf, http://xmlns.com/foaf/0.1/}} - well-known library used to describe human resources and relationships. -* @code{evm} - EVM specific resources like transactions and account addresses. -* @code{cic} - concepts specific to CICs, e.g. @emph{Unit of Account}, @emph{voucher validity} and other parameters decribing kinds of economic activity. -* @code{ge} - subject impact types, areas of interest and inter-currency relations according to Grassroots Economics - the organization pioneering this work. +@itemize +@item @code{@url{foaf, http://xmlns.com/foaf/0.1/}} - well-known library used to describe human resources and relationships. +@item @code{evm} - EVM specific resources like transactions and account addresses. +@item @code{cic} - concepts specific to CICs, e.g. @emph{Unit of Account}, @emph{voucher validity} and other parameters decribing kinds of economic activity. +@item @code{ge} - subject impact types, areas of interest and inter-currency relations according to Grassroots Economics - the organization pioneering this work. +@end itemize @subsection Including other vocabularies