Skip to content

Files

Latest commit

af6822b · May 4, 2022

History

History
20 lines (12 loc) · 1.27 KB

README.md

File metadata and controls

20 lines (12 loc) · 1.27 KB

Documentation for RHoMIS 2.0

RHoMIS 2.0 documentation built using sphinx.

Install dependencies with pip install -r requirements.txt. Make the documentation with the command make html. The documentation can then be found in the _build directory. To view the documentation in your browser, open the file _build/html/index.html in your browser.

The links in this documentation are different for the staging and production versions of RHoMIS. If building the staging documentation, build the docs with the command:

make html DOCENV=staging

If building the production version of the documentation, build the docs with the command

make html DOCENV=production

Feel free to add to or change any of the documentation. If you would like to add any extra sections, add a file in the source directory, then be sure to reference it in the toctree (found in the index.rst file). Click here for further information on using sphinx. The documentation in the source folder is written using restructured text. Click here for information on using restructured text.

If you have any issues, I may have left out a dependency or a step, please let me know and we will fix as soon as possible!