Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add warning to local monitoring page #410

Merged
merged 2 commits into from
Mar 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/source/how-to/using-substra/get_performances.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
How to monitor performance in local mode
========================================

.. warning::
The last time this page was tested was with **Substra 0.36.0**. Some changes might be needed if you are using a more recent Substra version.

Performances of a compute plan can be retrieved
- with the :code:`get_performances(CP_KEY)` function of the `Substra Python library <api_reference.html#sdk-reference>`_
- on the Substra GUI when using the `deployed mode <debug.html#deployed-mode>`_.
Expand Down
Loading