Skip to content

Commit

Permalink
docs: single-page RTFD outline
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidalgarcia committed Jul 29, 2020
1 parent 8dff8ba commit f3964a8
Show file tree
Hide file tree
Showing 12 changed files with 59 additions and 81 deletions.
19 changes: 3 additions & 16 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
@@ -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 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (C) 2018 CERN.
Copyright (C) 2018-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
32 changes: 19 additions & 13 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
==============
pytest-REANA
==============
############
pytest-REANA
############

.. image:: https://img.shields.io/pypi/pyversions/pytest-reana.svg
:target: https://pypi.org/pypi/pytest-reana
Expand All @@ -24,14 +24,14 @@
:target: https://github.com/psf/black

About
-----
=====

pytest-REANA is a component of the `REANA <http://www.reana.io/>`_ reusable and
reproducible research data analysis platform. It provides pytest fixtures and
test utilities.

Features
--------
========

- pytest fixtures
- mocking OpenAPI client with request format validation
Expand All @@ -41,14 +41,20 @@ Features
- mocking database access
- includes sample workspace directory

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://pytest-reana.readthedocs.io/>`_
- `releases <https://github.com/reanahub/pytest-reana/releases>`_
- `known issues <https://github.com/reanahub/pytest-reana/issues>`_
- `source code <https://github.com/reanahub/pytest-reana>`_
- `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.
- `pytest-REANA releases <https://pytest-reana.readthedocs.io/en/latest#changes>`_
- `pytest-REANA developer documentation <https://pytest-reana.readthedocs.io/>`_
- `pytest-REANA known issues <https://github.com/reanahub/pytest-reana/issues>`_
- `pytest-REANA source code <https://github.com/reanahub/pytest-reana>`_
Binary file removed docs/_static/logo-reana.png
Binary file not shown.
15 changes: 0 additions & 15 deletions docs/api.rst

This file was deleted.

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.

3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

# General information about the project.
project = "reana"
copyright = "2018-2019, info@reana.io"
copyright = "2018-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 @@ -121,6 +121,7 @@
"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,
Expand Down
3 changes: 0 additions & 3 deletions docs/contributing.rst

This file was deleted.

43 changes: 34 additions & 9 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,40 @@
:end-before: About

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

.. toctree::
:numbered:
Features:

introduction
api
contributing
changes
license
authors
.. include:: ../README.rst
:start-after: ========
:end-before: Useful links

API
===

Fixtures
--------
.. automodule:: pytest_reana.fixtures
:members:

Plugin
------
.. automodule:: pytest_reana.plugin
:members:

.. 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.

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

This file was deleted.

0 comments on commit f3964a8

Please sign in to comment.