REANA-Client is a component of the REANA reusable and reproducible research data analysis @@ -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 = { diff --git a/docs/contributing.rst b/docs/contributing.rst deleted file mode 100644 index 46281822..00000000 --- a/docs/contributing.rst +++ /dev/null @@ -1,3 +0,0 @@ -.. _contributing: - -.. include:: ../CONTRIBUTING.rst diff --git a/docs/index.rst b/docs/index.rst index 3822771b..117f687e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,17 +1,39 @@ + .. include:: ../README.rst :end-before: About .. include:: ../README.rst - :start-after: ----- - :end-before: Features - -.. toctree:: - :numbered: - - introduction - cliapi - apidocs - contributing - changes - license - authors + :start-after: ===== + :end-before: Useful links + + +CLI API +======= + +.. include:: cmd_list.txt + :literal: + +.. click:: reana_client.cli:cli + :prog: reana-client + :show-nested: + +API docs +======== + +.. automodule:: reana_client.api.client + :members: create_workflow_from_json, upload_file, start_workflow, download_file + +.. 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 diff --git a/docs/introduction.rst b/docs/introduction.rst deleted file mode 100644 index 4a0e8c4a..00000000 --- a/docs/introduction.rst +++ /dev/null @@ -1,7 +0,0 @@ -.. _introduction: - -Introduction -============ - -.. include:: ../README.rst - :start-line: 25 diff --git a/docs/license.rst b/docs/license.rst deleted file mode 100644 index ec63ef70..00000000 --- a/docs/license.rst +++ /dev/null @@ -1,8 +0,0 @@ -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.