diff --git a/README.rst b/README.rst index 16ec31ff..237fa7ed 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ ====================== - REANA Job Controller + REANA-Job-Controller ====================== .. image:: https://img.shields.io/travis/reanahub/reana-job-controller.svg @@ -23,14 +23,14 @@ About ----- -REANA-Job-Controller is a component of the `REANA `_ -reusable analysis platform. It takes care of executing and managing jobs on -compute clouds. +REANA-Job-Controller is a component of the `REANA `_ +reusable and reproducible research data analysis platform. It takes care of +executing and managing jobs on compute clouds. Features -------- -- submit jobs to compute cloud +- submit jobs to compute clouds - enquire about status of running jobs Useful links @@ -42,4 +42,5 @@ Useful links - `source code `_ For more information about the REANA reusable analysis platform, please see the -general `REANA documentation `_. +`REANA project `_ home page and the general `REANA +documentation `_ pages. diff --git a/docs/_static/logo-reana.png b/docs/_static/logo-reana.png index e2781ab7..28d87746 100644 Binary files a/docs/_static/logo-reana.png and b/docs/_static/logo-reana.png differ diff --git a/docs/conf.py b/docs/conf.py index 0745c876..d96f214b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -119,15 +119,21 @@ # html_theme_options = { 'logo': 'logo-reana.png', - 'description': 'REANA-Job-Controller', + 'description': """

REANA-Job-Controller is a component of the REANA reusable and + reproducible research data analysis + platform.

REANA-Job-Controller takes care of + executing and managing jobs on compute clouds.

""", 'github_user': 'reanahub', 'github_repo': 'reana-job-controller', 'github_button': False, 'github_banner': True, 'show_powered_by': False, 'extra_nav_links': { + 'REANA@DockerHub': 'https://hub.docker.com/u/reanahub/', 'REANA@GitHub': 'https://github.com/reanahub', - 'REANA@DockerHub': 'https://hub.docker.com/r/reanahub/', + 'REANA@Twitter': 'https://twitter.com/reanahub', + 'REANA@Web': 'http://www.reana.io', } } diff --git a/docs/requirements.txt b/docs/requirements.txt index 2d4e31e9..c6eac213 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ # This file is part of REANA. -# Copyright (C) 2017 CERN. +# Copyright (C) 2017, 2018 CERN. # # REANA is free software; you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software @@ -18,4 +18,5 @@ # granted to it by virtue of its status as an Intergovernmental Organization or # submit itself to any jurisdiction. +-e git+git://github.com/reanahub/reana-commons.git#egg=reana-commons -e .[all]