italia / eudi-wallet-it-docs

Italian EUDI Wallet Technical Specifications
Creative Commons Zero v1.0 Universal
51 stars 15 forks source link

EUDI Wallet Technical Specifications

GitHub release Get invited Docs Italia Documentation


Table of Contents

Intro

This repository hosts the sphinx project tree of National Wallet Technical Specifications.

This repository may contain contents to be considered experimental until the publication of the first stable release, v1.0.

Preview

The stable release in different languages is published at the link below:

Preview of a branch

Preview of other branches can be navigated by adding the branch name in the webpath, as follows:

Preview of released versions

Released versions can be navigated by adding the tag in the webpath leaded by a v, as follows:

Documentation

This repository is structured to be compliant with Docs Italia. This is why the content of the relevant folders will be compiled and rendered inside such platform. Docs Italia is designed to support documents, localized in different languages and for this reason it is the reference platform for displaying this standard.

Build

HTML

pip install -r requirements.txt

# italian version
sphinx-build -b html -d html/it/doctrees docs/it/  html/it

# english version
sphinx-build -b html -d html/en/doctrees docs/en/  html/en

ODT

sudo apt install pandoc
sphinx-build -b singlehtml docs/it/  html/
cd html
pandoc -o eidas-it-wallet-docs.odt index.html

Versioning

This project participates in the versioning model Semantic Versioning.

Furthermore, this project uses the git branches and tags in the following way:

Each time a release is created or edited, a preview is built based on the tag the release refers to. See the preview section for more.

How to contribute

Don't hesitate to submit Pull Requests or raise Issues if you encounter any problems.

License

The project is covered by a CC-0 license.