mirror of
https://github.com/ehealthsuisse/EPR-by-example.git
synced 2026-08-26 10:34:19 +00:00
Read-only mirror of https://github.com/ehealthsuisse/EPR-by-example — eHealth Suisse. Issues & pull requests at the source.
- CSS 51%
- Python 41.5%
- JavaScript 7.5%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| .github/workflows | ||
| Auth_samples | ||
| files | ||
| helper | ||
| samples | ||
| XUA_samples | ||
| .gitignore | ||
| LICENSE | ||
| mkdocs.yml | ||
| README.md | ||
| requirements.txt | ||
EPR by example
This repository contains the project EPR by example. The documentation is published on https://ehealthsuisse.github.io/EPR-by-example, the repository contains the markdown sources and examples of transactions.
Automatic publication
The workflow described in .github/workflows/publish_doc.yml ensures that the documentation is build and published
in GitHub Pages each time a commit is pushed to the main branch.
Manual
The documentation can be locally built and previewed with the following commands:
pip install -r requirements.txt
# To preview the documentation on http://127.0.0.1:8000/EPR-by-example/:
mkdocs serve
# To build the documentation:
mkdocs build