From a944cb21725f0ddd339cb7a7dc30d249c8a0cae7 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 13 May 2016 06:10:39 +0200 Subject: [PATCH 1/1] doc: improve section titles --- doc/doxygen/platform.doc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/doxygen/platform.doc b/doc/doxygen/platform.doc index e29169cf72..37a50e0031 100644 --- a/doc/doxygen/platform.doc +++ b/doc/doxygen/platform.doc @@ -1648,7 +1648,7 @@ Here is an example of trace when no file name is provided: | trace | yes | String | Identifier of the referenced trace (specified of the trace's \c id attribute) | | element | yes | String | The identifier of the referenced entity as given by its \c id attribute | -\section pf_hints Hints and tips, or how to write a platform efficiently +\section pf_hints Hints, tips and frequently requested features Now you should know at least the syntax and be able to create a platform by your own. However, after having ourselves wrote some platforms, there @@ -1804,7 +1804,7 @@ characteristics (lookup : time to resolve a route): \li Cluster: Cluster routing, specific to cluster tag, should not be used. -\subsection pf_switch How to describe a switch given that is no switch tag? +\subsection pf_switch I want to describe a switch but there is no switch tag! Actually we did not include switch tag, ok. But when you're trying to simulate a switch, the only major impact it has when you're using @@ -1816,7 +1816,7 @@ link one. That's why we are used to describe a switch using a link tag (as a link is not an edge by a hyperedge, you can connect more than 2 other links to it). -\subsection pf_multicabinets How to model multi-cabinets clusters? +\subsection pf_multicabinets I want to describe multi-cabinets clusters! You have several possibilities, as usual when modeling things. If your cabinets are homogeneous and the intercabinet network negligible for @@ -1836,7 +1836,7 @@ the <cluster> internals is certainly to create one separate <cluster> per cabinet and interconnect them together. This is what we did in the G5K example platform for the Graphen cluster. -\subsection pf_platform_multipath How to express multipath routing in platform files? +\subsection pf_platform_multipath I want to express multipath routing in platform files! It is unfortunately impossible to express the fact that there is more than one routing path between two given hosts. Let's consider the -- 2.20.1