Fix itemize in docs

This commit is contained in:
lash 2023-05-24 08:47:03 +01:00
parent 2ff7724fa6
commit b8f27acc48
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
3 changed files with 22 additions and 12 deletions

View File

@ -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

View File

@ -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

View File

@ -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