Skip to content

Commit

Permalink
docs: better structure
Browse files Browse the repository at this point in the history
* Enhances documentation structure, updates author list, updates short
  description and feature list.

Signed-off-by: Tibor Simko <[email protected]>
  • Loading branch information
tiborsimko committed Jan 25, 2018
1 parent 719cc25 commit eada161
Show file tree
Hide file tree
Showing 11 changed files with 48 additions and 43 deletions.
9 changes: 5 additions & 4 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Authors
=======

* Diego Rodriguez <[email protected]>
* Jiri Kuncar <[email protected]>
* Lukas Heinrich <[email protected]>
* Tibor Simko <[email protected]>
The list of contributors in alphabetical order:

- Anton Khodak <[email protected]>
- Diego Rodriguez <[email protected]>
- Tibor Simko <[email protected]>
24 changes: 23 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,26 @@
.. image:: https://img.shields.io/github/license/reanahub/reana-job-controller.svg
:target: https://github.com/reanahub/reana-job-controller/blob/master/COPYING

The job controller component of the REANA system.
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.

Features
--------

- submit jobs to compute cloud
- enquire about status of running jobs

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

- `documentation <https://reana-job-controller.readthedocs.io/>`_
- `releases <https://github.com/reanahub/reana-job-controller/releases>`_
- `known issues <https://github.com/reanahub/reana-job-controller/issues>`_
- `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/>`_.
2 changes: 2 additions & 0 deletions docs/authors.rst
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.. _authors:

.. include:: ../AUTHORS.rst
2 changes: 2 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.. _changes:

.. include:: ../CHANGES.rst
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
#
html_theme_options = {
'logo': 'logo-reana.png',
'description': 'REANA Job Controller',
'description': 'REANA-Job-Controller',
'github_user': 'reanahub',
'github_repo': 'reana-job-controller',
'github_button': False,
Expand Down
2 changes: 2 additions & 0 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.. _contributing:

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

This file was deleted.

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

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

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

introduction
gettingstarted
restapi
contributing
changes
Expand Down
17 changes: 4 additions & 13 deletions docs/introduction.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
.. _introduction:

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

About
-----

REANA-Job-Controller is a component of the `REANA <http://reanahub.io/>`_
system. It takes care of job execution and management. 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
--------

- submit jobs to computing cloud
- get information about running jobs on the computing cloud
.. include:: ../README.rst
:start-line: 22
2 changes: 2 additions & 0 deletions docs/license.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _license:

License
=======

Expand Down
2 changes: 2 additions & 0 deletions docs/restapi.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _restapi:

REST API
========

Expand Down

0 comments on commit eada161

Please sign in to comment.