Fix itemize in docs
This commit is contained in:
parent
2ff7724fa6
commit
b8f27acc48
5
Makefile
5
Makefile
@ -16,6 +16,9 @@ install: python
|
|||||||
make -C schema/json install
|
make -C schema/json install
|
||||||
make -C schema/rdf install
|
make -C schema/rdf install
|
||||||
|
|
||||||
readme:
|
doc:
|
||||||
|
make -C doc/texinfo
|
||||||
|
|
||||||
|
readme: doc
|
||||||
make -C doc/texinfo readme
|
make -C doc/texinfo readme
|
||||||
pandoc -f docbook -t gfm doc/texinfo/build/docbook.xml > README.md
|
pandoc -f docbook -t gfm doc/texinfo/build/docbook.xml > README.md
|
||||||
|
19
README.md
19
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.
|
Four base vocabularies are used to define the attestations.
|
||||||
|
|
||||||
\* `http://xmlns.com/foaf/0.1/` - well-known library used to describe
|
- `http://xmlns.com/foaf/0.1/` - well-known library used to describe
|
||||||
human resources and relationships. \* `evm` - EVM specific resources
|
human resources and relationships.
|
||||||
like transactions and account addresses. \* `cic` - concepts specific to
|
|
||||||
CICs, e.g. *Unit of Account*, *voucher validity* and other parameters
|
- `evm` - EVM specific resources like transactions and account
|
||||||
decribing kinds of economic activity. \* `ge` - subject impact types,
|
addresses.
|
||||||
areas of interest and inter-currency relations according to Grassroots
|
|
||||||
Economics - the organization pioneering this work.
|
- `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
|
### Including other vocabularies
|
||||||
|
|
||||||
|
@ -5,10 +5,12 @@
|
|||||||
|
|
||||||
Four base vocabularies are used to define the attestations.
|
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.
|
@itemize
|
||||||
* @code{evm} - EVM specific resources like transactions and account addresses.
|
@item @code{@url{foaf, http://xmlns.com/foaf/0.1/}} - well-known library used to describe human resources and relationships.
|
||||||
* @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{evm} - EVM specific resources like transactions and account addresses.
|
||||||
* @code{ge} - subject impact types, areas of interest and inter-currency relations according to Grassroots Economics - the organization pioneering this work.
|
@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
|
@subsection Including other vocabularies
|
||||||
|
Loading…
Reference in New Issue
Block a user