Open Hospital - Documentation

This project contains the administrator and user documentation of the Open Hospital project in AsciiDoc format.

  • Admin Manual (doc_admin/AdminManual.adoc)
  • User Manual (doc_user/UserManual.adoc)

How to build

To build the documentation you will need Ruby 2.3+, asciidoctor and asciidoctor-pdf, which you can install through gem with gem install asciidoctor-pdf --pre.

To create PDF documentation issue the command:

asciidoctor-pdf fileName.adoc [-o path/to/fileName.pdf]

To create HTML documentation issue the command

asciidoctor fileName.adoc

How to contribute

You can find the contribution guidelines in the Open Hospital wiki.
A list of open issues is available on Jira.