README

Documentation Statusarrow-up-right

openIMIS Documentation

This repository contains the user documentation of openIMIS, please refer to the openIMIS Wikiarrow-up-right for further documentation like installation guides, functional specification and import tools templates.

Contribution

The ReStructured format is used to document openIMIS, follow instructions herearrow-up-right to contribute to this existing documentation.

The ReadTheDocs documentation will be generated upon commit to the master branch.

Build locally

sphinx-autobuild . _build/html --port 5000
pip install -U sphinx
pip install -U sphinx-rtd-theme

PDF and HTML code can be generated locally by running those commands

  • for PDF

first generate the LATEX file(s)

sphinx-build -b latex .\ .\_build\latex\

Then use your favorite latex tool to generate the PDF

or

Generate HTML pages

Translation

Drag and drop the files and folders from _build/gettext to lokalise project openIMIS doc

Do the translations

Last updated

Was this helpful?