GithubHelp home page GithubHelp logo

clarotech / documentation Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ehrbase/documentation

0.0 1.0 0.0 2.38 MB

License: Apache License 2.0

Makefile 8.29% Batchfile 10.62% Python 81.09%

documentation's Introduction

EHRbase Documentation

How to view it?

Visite http://docs.ehrbase.org/en/latest/ to view the latest version of the documentation rendered as html

How to build it?

When you want to build the documentation locally, we recommend to use the latest version of Sphinx. Download from http://www.sphinx-doc.org/en/master/

Installation should be straight forward.

After successful installation, add also the HTML Domain by executing: pip install sphinxcontrib-httpdomain

If you get the error ModuleNotFoundError: No module named 'sphinx_rtd_theme' then install the missing theme separately:

pip install sphinx_rtd_theme

To build the project (for example as html pages), type:

make html

Linux installation and build

Prerequisite: sphnix needs python 3.6+, if you have python 2 installed, it won't work.

Installation:

$ apt install python3-sphinx $ make html

If the command above returned an error, try to install a newer version of sphinx, the installed version is 1.6.7.

$ pip install "Sphinx=2.4.3" $ python -m pip list | grep Sphinx $ make html

If the command above returned a module not found error for pip install.

$ pip install sphinx_rtd_theme $ python -m pip list | grep sphinx $ make html

The command above should build the documentation in the build/ folder.

Note: everytime make html is executed, before execure rm -R build to force updating all the files.

License

EHRbase Documentation uses the Apache 2 license.

documentation's People

Contributors

adilmushtaq avatar axelsiebert avatar birgerhaarbrandt avatar birgitsaalfeld avatar chevalleyc avatar eriksundvall avatar eriktute avatar jakesmolka avatar joostholslag avatar normanweinert avatar ppazos avatar sidharthramesh avatar stefanspiska avatar subigre avatar tobihein avatar wlad avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.