An open API service indexing awesome lists of open source software.

https://github.com/epam/lifescience

Documentation on EPAM Life Sciences open source solutions
https://github.com/epam/lifescience

Last synced: 12 months ago
JSON representation

Documentation on EPAM Life Sciences open source solutions

Awesome Lists containing this project

README

          

# Lifesciences Open Source portal documentation

## Overview

The repository contains sources for the EPAM Lifesciences Open Source portal.

https://lifescience.opensource.epam.com

## Build using Docker

U=$UID docker-compose up

## Build using epmlsop builder

sh build.sh

## Build instructions

To compile site install [Sphinx](http://sphinx-doc.org/)

sudo pip install -r requirements.txt

and then run:

make html

Optionally you could also install the [livereload](https://livereload.readthedocs.org/en/latest/) package, run
`python watch.py` and see how the documentation recompiles/updates as you modify sources.