Skip to content

Commit

Permalink
docs: new logo, panel verbiage and links
Browse files Browse the repository at this point in the history
Signed-off-by: Tibor Simko <tibor.simko@cern.ch>
  • Loading branch information
tiborsimko committed Jun 25, 2018
1 parent 01f691f commit 347f218
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 deletions.
13 changes: 7 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
======================
REANA Job Controller
REANA-Job-Controller
======================

.. image:: https://img.shields.io/travis/reanahub/reana-job-controller.svg
Expand All @@ -23,14 +23,14 @@
About
-----

REANA-Job-Controller is a component of the `REANA <http://reanahub.io/>`_
reusable analysis platform. It takes care of executing and managing jobs on
compute clouds.
REANA-Job-Controller is a component of the `REANA <http://www.reana.io/>`_
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
Expand All @@ -42,4 +42,5 @@ Useful links
- `source code <https://github.com/reanahub/reana-job-controller>`_

For more information about the REANA reusable analysis platform, please see the
general `REANA documentation <http://reana.readthedocs.io/>`_.
`REANA project <http://www.reana.io>`_ home page and the general `REANA
documentation <http://reana.readthedocs.io/>`_ pages.
Binary file modified docs/_static/logo-reana.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 8 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,21 @@
#
html_theme_options = {
'logo': 'logo-reana.png',
'description': 'REANA-Job-Controller',
'description': """<p>REANA-Job-Controller is a component of the <a
href="http://www.reana.io">REANA</a> reusable and
reproducible research data analysis
platform.</p><p>REANA-Job-Controller takes care of
executing and managing jobs on compute clouds.</p>""",
'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',
}
}

Expand Down
3 changes: 2 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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]

0 comments on commit 347f218

Please sign in to comment.