Skip to content

Commit

Permalink
chore(docs): alphabetize api ref and add rdfgraph
Browse files Browse the repository at this point in the history
  • Loading branch information
rokroskar committed Jul 20, 2022
1 parent 9c624d3 commit 4cabb76
Showing 1 changed file with 19 additions and 12 deletions.
31 changes: 19 additions & 12 deletions docs/reference/api.rst
Expand Up @@ -20,12 +20,12 @@ Renku Python API

The following sections describe the Renku Python API. If you work with the R programming language, you can also use this API through the reticulate package. For more information, visit `our dedicated tutorial <https://renkulab.io/projects/learn-renku/renku-api-from-r>`_.

.. _api-project:
.. _api-activity:

``Project``
-----------
``Activity``
------------

.. automodule:: renku.ui.api.models.project
.. automodule:: renku.ui.api.models.activity

.. _api-dataset:

Expand All @@ -34,23 +34,30 @@ The following sections describe the Renku Python API. If you work with the R pro

.. automodule:: renku.ui.api.models.dataset

.. _api-parameter:

``Inputs, Outputs, and Parameters``
-----------------------------------

.. automodule:: renku.ui.api.models.parameter

.. _api-plan:

``Plan, CompositePlan``
-----------------------

.. automodule:: renku.ui.api.models.plan

.. _api-activity:
.. _api-project:

``Activity``
------------
``Project``
-----------

.. automodule:: renku.ui.api.models.activity
.. automodule:: renku.ui.api.models.project

.. _api-parameter:
.. _api-rdfgraph:

``Inputs, Outputs, and Parameters``
-----------------------------------
``RDF Graph``
------------

.. automodule:: renku.ui.api.models.parameter
.. automodule:: renku.ui.api.graph.rdf

0 comments on commit 4cabb76

Please sign in to comment.