Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
document the simgrid internals
[simgrid.git] / doc / doxygen / internals.doc
index 08a2ee1..e3ecacd 100644 (file)
@@ -1,8 +1,13 @@
-/*! @page internals SimGrid internals
+/*! @page internals SimGrid Developer Guide
 
 This page does not exist yet, sorry. We are currently refurbishing the
 user documentation -- the internal documentation will follow (FIXME).
 
+All we can say for now is that once you learn a bit about the SimGrid
+internals, you will probably look a bit like this:
+
+@image html DiscoveringSimgrid.gif Discovering SimGrid's Internals.
+
 There is two main things you want to know about the internals of
 SimGrid. First, you need to understand the component organization, as
 SimGrid is heavily layered, with each level being rather highly
@@ -17,7 +22,7 @@ several pages, as follows:
  - @subpage inside_extending
  - @subpage inside_cmake
  - @subpage inside_release
- - @subpage inside_autotests
+ - @subpage inside_ci
 
 
 \htmlonly
@@ -89,4 +94,4 @@ See the \ref XBT_API section for more details.
 \subsection ug_lucas_layer Tracing simulation
 Finally, a transversal module allows you to trace your simulation. More documentation in the section \ref TRACE_doc
 
-*/
\ No newline at end of file
+*/