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
)
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 -a allow-uri-read [-o path/to/fileName.pdf]
To create HTML documentation issue the command
asciidoctor fileName.adoc
You can find the contribution guidelines in the Open Hospital wiki.
A list of open issues is available on Jira.
You can reach out to the community of contributors by joining our Slack workspace or by subscribing to our mailing list.