Skip to content
/ docs Public
forked from LinuxForHealth/docs

Linux For Health Documentation

Notifications You must be signed in to change notification settings

srcarrier/docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Linux for Health

Linux for Health for healthcare data interoperability

Powered by Apache Camel

Build

  1. Clone the this repo and cd docs.
git clone https://github.com/linuxforhealth/docs
  1. To build the linuxforhealth.github.io site, first install sphinx and the sphinx_rtd_theme theme.
pip install sphinx sphinx_rtd_theme

Note: Tested with Python 3.7.7 and pyenv global 3.7.7.

  1. Ensure that this line in conf.py contains the location of sphinx_rtd_theme in your environment.
sys.path.insert(0, os.path.abspath('/usr/local/lib/python3.7/site-packages'))
  1. Build the site
sphinx-build -E -b html source docs

This builds the site from the files in the 'source' directory and places the built site in a 'docs' subdirectory of the linuxforhealth/docs repo, which the repo is configured to use as the site folder.

  1. Checkout a branch, push the new site to the linuxforhealth/docs repo & merge the changes to master. The changes will automatically appear on https://linuxforhealth.github.io/docs after a few seconds. You may need to reload the pages in your browser to see changes.

References

reStructuredText markup
Sphinx quickstart
sphinx_rtd_theme config options

Connect

View the Linux for Health docs: https://linuxforhealth.github.io/docs
Check out the Linux for Health source: https://github.com/linuxforhealth/connect

About

Linux For Health Documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 65.5%
  • Batchfile 19.2%
  • Makefile 15.3%