Skip to content

Commit 6a2e5ac

Browse files
cmdoretPanaetius
andauthored
docs: link renku tutorials from docs (#3026)
Co-authored-by: Ralf Grubenmann <[email protected]>
1 parent c89aba7 commit 6a2e5ac

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

docs/reference/api.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
Renku Python API
1919
================
2020

21+
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>`_.
22+
2123
.. _api-project:
2224

2325
``Project``

docs/spelling_wordlist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ Reproducibility
182182
reproducibly
183183
resolvers
184184
resync
185+
reticulate
185186
reusability
186187
Reusability
187188
righthand

renku/ui/cli/dataset.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,9 @@
452452
name and version: ``<data-dir>/<dataset-name>-<version>``. Export fails if the
453453
destination directory is not empty.
454454
455+
.. note:: See our `dataset versioning tutorial
456+
<https://renkulab.io/projects/learn-renku/dataset-crates/dataset-versioning>`_
457+
for example recipes using tags for data management.
455458
456459
Listing all files in the project associated with a dataset.
457460

0 commit comments

Comments
 (0)