From 4afe4eabf76e9bb40b728e96ac1de3039029ffc6 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 28 Jan 2022 23:12:48 +0100 Subject: [PATCH] tiny improvement to the doc --- docs/source/Release_Notes.rst | 8 +++++--- docs/source/app_s4u.rst | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/source/Release_Notes.rst b/docs/source/Release_Notes.rst index 8f069ce658..0d19872a4c 100644 --- a/docs/source/Release_Notes.rst +++ b/docs/source/Release_Notes.rst @@ -430,15 +430,17 @@ Version 3.30 (Not released) Release target: winter 2021 In may 2016, the future organization of the S4U activities was drafted on a Hawaiian whiteboard. We defined the life cycle of activities, their types, -and the way to combine them. All of this has been implemented since, but one piece was still missing: the capacity to express dependencies and vetoes +and the way to combine them. All of this had been implemented since, but one piece was still missing: the capacity to express dependencies and vetoes that can prevent an activity to start. The underlying idea was to be able to manage application DAGs, a la SimDag, through the S4U API, and have maestro to handle the execution of such DAGs. -This release finishes this work, which is presented in a new set of examples (examples/cpp/dag-*). The direct consequences on the code base of this +This release finishes this work, which is presented in a new set of examples (`examples/cpp/dag-*`). The direct consequences on the code base of this new feature are: * The SimDag API for the simulation of the scheduling of Directed Acyclic Graphs has been finally dropped. It was marked as deprecated for a couple of years. * The removal of SimDag led us to also remove the export to Jedule files that was tightly coupled to SimDag. The instrumentation of DAG simulation is still possible through the regular instrumentation API based on the Paje format. - \ No newline at end of file + +On the bindings front, we dropped the Lua bindings to create new platforms, as the C++ and Python interfaces are much better to that extend. +Also, the algorithm tutorial can now be taken in Python, for those of you alergic to C++. diff --git a/docs/source/app_s4u.rst b/docs/source/app_s4u.rst index 1016ecbbbb..b1be68449c 100644 --- a/docs/source/app_s4u.rst +++ b/docs/source/app_s4u.rst @@ -1274,7 +1274,7 @@ Retrieving hosts .. group-tab:: Python - See also :py:var:`simgrid.Engine.all_hosts`. + See also :py:attr:`simgrid.Engine.all_hosts`. .. automethod:: simgrid.Host.by_name .. automethod:: simgrid.Host.current -- 2.20.1