Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tiny improvement to the doc
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Fri, 28 Jan 2022 22:12:48 +0000 (23:12 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Fri, 28 Jan 2022 22:13:12 +0000 (23:13 +0100)
docs/source/Release_Notes.rst
docs/source/app_s4u.rst

index 8f069ce..0d19872 100644 (file)
@@ -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++.
index 1016ecb..b1be684 100644 (file)
@@ -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