Skip to content

Commit

Permalink
docs: single-page RTFD outline
Browse files Browse the repository at this point in the history
* Addresses reanahub/reana#335.
  • Loading branch information
Diego Rodriguez committed Jul 28, 2020
1 parent 9bf44e1 commit 5e212dd
Show file tree
Hide file tree
Showing 12 changed files with 48 additions and 66 deletions.
19 changes: 3 additions & 16 deletions CONTRIBUTING.rst
@@ -1,10 +1,7 @@
Contributing
============

Issues
------

Bug reports, feature requests, and other contributions are welcome. If you find
Bug reports, issues, feature requests, and other contributions are welcome. If you find
a demonstrable problem that is caused by the REANA code, please:

1. Search for `already reported problems
Expand All @@ -13,21 +10,11 @@ a demonstrable problem that is caused by the REANA code, please:
latest `master` branch.
3. Create an issue, ideally with **a test case**.

Pull requests
-------------

If you create a feature branch, you can run the tests to ensure that everything
is operating correctly:
If you create a pull request fixing a bug or implementing a feature, you can, you can run
the tests to ensure that everything is operating correctly:

.. code-block:: console
$ ./run-tests.sh
Each pull request should preserve or increase code coverage.

Kanban
------

We are using Kanban technique for keeping track of ongoing tasks. Please see
our `Kanban boards <https://github.com/orgs/reanahub/projects>`_ and look for
issues that are "ready for work".
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
MIT License

Copyright (C) 2017, 2018 CERN.
Copyright (C) 2017-2020 CERN.

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
33 changes: 20 additions & 13 deletions README.rst
@@ -1,6 +1,6 @@
==============================
REANA-Workflow-Engine-Yadage
==============================
############################
REANA-Workflow-Engine-Yadage
############################

.. image:: https://img.shields.io/travis/reanahub/reana-workflow-engine-yadage.svg
:target: https://travis-ci.org/reanahub/reana-workflow-engine-yadage
Expand All @@ -21,27 +21,34 @@
:target: https://github.com/psf/black

About
-----
=====

REANA-Workflow-Engine-Yadage is a component of the `REANA
<http://www.reana.io/>`_ reusable and reproducible research data 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

Usage
=====

The detailed information on how to install and use REANA can be found in
`docs.reana.io <https://docs.reana.io>`_.

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>`_
- `REANA project home page <http://www.reana.io/>`_
- `REANA user documentation <https://docs.reana.io>`_
- `REANA user support forum <https://forum.reana.io>`_

For more information about the REANA reusable analysis platform, please see the
`REANA project <http://www.reana.io>`_ home page and the general `REANA
documentation <http://reana.readthedocs.io/>`_ pages.
- `REANA-Workflow-Engine-Yadage releases <https://reana-workflow-engine-yadage.readthedocs.io/en/latest#changes>`_
- `REANA-Workflow-Engine-Yadage docker images <https://hub.docker.com/r/reanahub/reana-workflow-engine-yadage>`_
- `REANA-Workflow-Engine-Yadage developer documentation <https://reana-workflow-engine-yadage.readthedocs.io/>`_
- `REANA-Workflow-Engine-Yadage known issues <https://github.com/reanahub/reana-workflow-engine-yadage/issues>`_
- `REANA-Workflow-Engine-Yadage source code <https://github.com/reanahub/reana-workflow-engine-yadage>`_
Binary file removed docs/_static/logo-reana.png
Binary file not shown.
3 changes: 0 additions & 3 deletions docs/authors.rst

This file was deleted.

3 changes: 0 additions & 3 deletions docs/changes.rst

This file was deleted.

6 changes: 3 additions & 3 deletions docs/conf.py
Expand Up @@ -62,7 +62,7 @@

# General information about the project.
project = "reana"
copyright = "2017-2019, info@reana.io"
copyright = "2017-2020, info@reana.io"
author = "info@reana.io"

# The version info for the project you're documenting, acts as replacement for
Expand Down Expand Up @@ -111,7 +111,6 @@
# documentation.
#
html_theme_options = {
"logo": "logo-reana.png",
"description": """<p>REANA-Workflow-Engine-Yadage is a component of the <a
href="http://www.reana.io">REANA</a> reusable and
reproducible research data analysis
Expand All @@ -130,12 +129,13 @@
"REANA@Twitter": "https://twitter.com/reanahub",
"REANA@Web": "http://www.reana.io",
},
"nosidebar": True,
}

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["_static"]
# html_static_path = ["_static"]

# Custom sidebar templates, maps document names to template names.
html_sidebars = {
Expand Down
3 changes: 0 additions & 3 deletions docs/contributing.rst

This file was deleted.

28 changes: 20 additions & 8 deletions docs/index.rst
Expand Up @@ -2,14 +2,26 @@
:end-before: About

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

.. toctree::
:numbered:
Features:

introduction
contributing
changes
license
authors
.. include:: ../README.rst
:start-line: 33
:end-before: Useful links

.. include:: ../CHANGES.rst

.. include:: ../CONTRIBUTING.rst

License
=======

.. include:: ../LICENSE

In applying this license, CERN does not waive the privileges and immunities
granted to it by virtue of its status as an Intergovernmental Organization or
submit itself to any jurisdiction.

.. include:: ../AUTHORS.rst
7 changes: 0 additions & 7 deletions docs/introduction.rst

This file was deleted.

8 changes: 0 additions & 8 deletions docs/license.rst

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -24,7 +24,7 @@

extras_require = {
"debug": ["wdb", "ipdb", "Flask-DebugToolbar",],
"docs": ["Sphinx>=1.4.4", "sphinx-rtd-theme>=0.1.9",],
"docs": ["Sphinx>=1.5.1", "sphinx-rtd-theme>=0.1.9",],
"tests": tests_require,
}

Expand Down

0 comments on commit 5e212dd

Please sign in to comment.