Skip to content

Commit

Permalink
Merge 93b7b9b into ef03f5d
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborsimko committed Jan 26, 2018
2 parents ef03f5d + 93b7b9b commit 4677ea4
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 25 deletions.
3 changes: 2 additions & 1 deletion AUTHORS.rst
@@ -1,7 +1,8 @@
Authors
=======

The list of contributors in alphabetical order:

* Diego Rodriguez <diego.rodriguez@cern.ch>
* Jiri Kuncar <jiri.kuncar@cern.ch>
* Lukas Heinrich <lukas.heinrich@gmail.com>
* Tibor Simko <tibor.simko@cern.ch>
25 changes: 24 additions & 1 deletion README.rst
Expand Up @@ -20,4 +20,27 @@
.. image:: https://img.shields.io/github/license/reanahub/reana-workflow-engine-yadage.svg
:target: https://github.com/reanahub/reana-workflow-engine-yadage/blob/master/COPYING

The workflow engine yadage component of the REANA system.
About
-----

REANA-Workflow-Engine-Yadage is a component of the `REANA
<http://reanahub.io/>`_ reusable analysis platform. It takes care of
instantiating, executing and managing `Yadage
<https://github.com/diana-hep/yadage>`_ based computational workflows.

Features
--------

- start Yadage workflows
- control workflow steps

Useful links
------------

- `documentation <https://reana-workflow-engine-yadage.readthedocs.io/>`_
- `releases <https://github.com/reanahub/reana-workflow-engine-yadage/releases>`_
- `known issues <https://github.com/reanahub/reana-workflow-engine-yadage/issues>`_
- `source code <https://github.com/reanahub/reana-workflow-engine-yadage>`_

For more information about the REANA reusable analysis platform, please see the
general `REANA documentation <http://reana.readthedocs.io/>`_.
2 changes: 2 additions & 0 deletions docs/authors.rst
@@ -1 +1,3 @@
.. _authors:

.. include:: ../AUTHORS.rst
2 changes: 2 additions & 0 deletions docs/changes.rst
@@ -1 +1,3 @@
.. _changes:

.. include:: ../CHANGES.rst
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -62,7 +62,7 @@

# General information about the project.
project = 'reana'
copyright = '2017, info@reana.io'
copyright = '2017, 2018, info@reana.io'
author = 'info@reana.io'

# The version info for the project you're documenting, acts as replacement for
Expand Down Expand Up @@ -112,7 +112,7 @@
#
html_theme_options = {
'logo': 'logo-reana.png',
'description': 'REANA Workflow Engine Yadage',
'description': 'REANA-Workflow-Engine-Yadage',
'github_user': 'reanahub',
'github_repo': 'reana-workflow-engine-yadage',
'github_button': False,
Expand Down
2 changes: 2 additions & 0 deletions docs/contributing.rst
@@ -1 +1,3 @@
.. _contributing:

.. include:: ../CONTRIBUTING.rst
4 changes: 0 additions & 4 deletions docs/gettingstarted.rst

This file was deleted.

7 changes: 5 additions & 2 deletions docs/index.rst
@@ -1,11 +1,14 @@
.. include:: ../README.rst
:end-before: About

.. include:: ../README.rst
:start-after: -----
:end-before: Features

.. toctree::
:numbered:
:maxdepth: 2

introduction
gettingstarted
contributing
changes
license
Expand Down
19 changes: 4 additions & 15 deletions docs/introduction.rst
@@ -1,18 +1,7 @@
.. _introduction:

Introduction
============

About
-----

REANA-Workflow-Engine-Yadage is a component of the `REANA
<http://reanahub.io/>`_ system. It takes care of instantiating and managing
`Yadage <https://github.com/diana-hep/yadage>`_ workflows. Please see the
`general REANA documentation <http://reana.readthedocs.io/>`_ if you would like
to know more about the use of this component within the wider REANA framework.

Features
--------

- start workflows
- control workflow steps
- support for `Yadage <https://github.com/diana-hep/yadage>`_ workflows
.. include:: ../README.rst
:start-line: 22
2 changes: 2 additions & 0 deletions docs/license.rst
@@ -1,3 +1,5 @@
.. _license:

License
=======

Expand Down

0 comments on commit 4677ea4

Please sign in to comment.