Skip to content

evolvedbinary/cityehr-documentation

 
 

Repository files navigation

cityEHR Documentation

Build Status License

This repository contains the documentation for cityEHR. The documentation is authored in LwDITA XDITA format.

If you just want to read the docs click here.

When the source code of a document is updated in GitHub, we use GitHub Actions to automatically render a new HTML and PDF version of the documentation.

Documents

Title Source Location Renderings
Quick Start Guide cityehr-quick-start-guide/src/main/lwdita/quick-start-guide HTML / PDF
Modelling Guide cityehr-modelling-guide/src/main/lwdita/modelling-guide HTML / PDF

Developing the Documentation

If you wish to build the documentation on your own computer, you will need the following tools installed:

  1. If you have not already done so, clone the respoistory:
$ git clone https://github.com/cityehr/cityehr-documentation.git
  1. Enter the clone folder:
$ cd cityehr-documentation
  1. Run the following command to have Maven (mvn) render a new PDF and HTML version of the documentation:
$ mvn clean package -Dcityehr-documentation-website=true

You can find the rendered versions of the documentation in the target/ sub-folder of each module. For example:

  • cityehr-documentation-website/target/website/index.html
  • cityehr-quick-start-guide/target/quick-start-guide.pdf
  • cityehr-quick-start-guide/target/website/index.html
  • cityehr-modelling-guide/target/modelling-guide.pdf
  • cityehr-modelling-guide/target/website/index.html

About

The documentation for cityEHR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • XSLT 77.0%
  • AMPL 17.2%
  • HTML 5.8%