~ubuntu-branches/ubuntu/raring/simgrid/raring

« back to all changes in this revision

Viewing changes to doc/html/internals.js

  • Committer: Package Import Robot
  • Author(s): Martin Quinson
  • Date: 2013-01-31 00:24:51 UTC
  • mfrom: (10.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20130131002451-krejhf7w7h24lpsc
Tags: 3.9~rc1-1
* New upstream release: the "Grasgory" release. Major changes:
  - Gras was completely removed from this version.
  - Documentation reorganization to ease browsing it.
  - New default value for the TCP_gamma parameter: 4MiB

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
var internals =
 
2
[
 
3
    [ "Overview of the toolkit components", "internals.html#ug_overview", [
 
4
      [ "Programmation environments layer", "internals.html#ug_overview_envs", null ],
 
5
      [ "Simulation kernel layer", "internals.html#ug_overview_kernel", null ],
 
6
      [ "Base layer", "internals.html#ug_overview_fondation", null ],
 
7
      [ "Tracing simulation", "internals.html#ug_lucas_layer", null ]
 
8
    ] ],
 
9
    [ "Documenting SimGrid", "inside_doxygen.html", [
 
10
      [ "Adding a new module to the reference guide", "inside_doxygen.html#inside_doxygen_module", [
 
11
        [ "Declaring the module to doxygen", "inside_doxygen.html#inside_doxygen_module_create", null ],
 
12
        [ "Adding symbols to your module", "inside_doxygen.html#inside_doxygen_module_populate", null ],
 
13
        [ "Documenting the symbols of your module", "inside_doxygen.html#inside_doxygen_module_document", null ]
 
14
      ] ],
 
15
      [ "Adding a new page to the user guide", "inside_doxygen.html#inside_doxygen_page", [
 
16
        [ "Writing a new documentation page", "inside_doxygen.html#inside_doxygen_page_write", null ],
 
17
        [ "Registering a documentation page to doxygen", "inside_doxygen.html#inside_doxygen_page_doxy", null ],
 
18
        [ "Registering a documentation page to cmake", "inside_doxygen.html#inside_doxygen_page_cmake", null ]
 
19
      ] ],
 
20
      [ "Adding an image to the documentation", "inside_doxygen.html#inside_doxygen_image", null ],
 
21
      [ "Working on the website", "inside_doxygen.html#inside_doxygen_website", null ],
 
22
      [ "Regenerating the documentation", "inside_doxygen.html#inside_doxygen_regen", null ]
 
23
    ] ],
 
24
    [ "Extending SimGrid", "inside_extending.html", [
 
25
      [ "How to add a new MSG function?", "inside_extending.html#simgrid_dev_guide_api", null ],
 
26
      [ "How to add a new model in surf?", "inside_extending.html#simgrid_dev_guide_model", null ],
 
27
      [ "What is How to add a new tag for xml files?", "inside_extending.html#simgrid_dev_guide_tag", null ]
 
28
    ] ],
 
29
    [ "Modifying the cmake files", "inside_cmake.html", [
 
30
      [ "Generalities on Cmake", "inside_cmake.html#inside_cmake_intro", [
 
31
        [ "What is Cmake?", "inside_cmake.html#inside_cmake_what", null ],
 
32
        [ "Why cmake?", "inside_cmake.html#inside_cmake_why", null ]
 
33
      ] ],
 
34
      [ "How to add source files?", "inside_cmake.html#inside_cmake_addsrc", null ],
 
35
      [ "How to add examples?", "inside_cmake.html#cmake_dev_guide_ex", null ],
 
36
      [ "How to add tests?", "inside_cmake.html#inside_cmake_addtest", [
 
37
        [ "Unit testing in SimGrid", "inside_cmake.html#inside_cmake_addtest_unit", null ],
 
38
        [ "Integration testing in SimGrid", "inside_cmake.html#inside_cmake_addtest_integration", null ],
 
39
        [ "Performance testing in SimGrid", "inside_cmake.html#inside_cmake_addtest_perf", null ]
 
40
      ] ]
 
41
    ] ],
 
42
    [ "SimGrid Developer Guide - Releasing", "inside_release.html", [
 
43
      [ "Releasing the main library", "inside_release.html#inside_release_c", [
 
44
        [ "Before releasing", "inside_release.html#inside_release_c_preconditions", null ],
 
45
        [ "Building the source archive", "inside_release.html#inside_release_c_source", null ],
 
46
        [ "Binary distribution under Win32", "inside_release.html#inside_release_c_win32", null ],
 
47
        [ "Check list after releasing", "inside_release.html#inside_release_c_postchecks", null ]
 
48
      ] ],
 
49
      [ "Releasing the bindings", "inside_release.html#inside_release_bindings", null ]
 
50
    ] ],
 
51
    [ "Automatic Testing Infrastructure", "inside_autotests.html", [
 
52
      [ "How to run test in pipol?", "inside_autotests.html#xps_dev_guide_pipol", [
 
53
        [ "What is PIPOL?", "inside_autotests.html#inside_autotests_dev_guide_pipol_general", null ],
 
54
        [ "From PIPOL frontend", "inside_autotests.html#inside_autotests_dev_guide_pipol_frontend", null ],
 
55
        [ "From a computer", "inside_autotests.html#inside_autotests_dev_guide_pipol_home", null ]
 
56
      ] ],
 
57
      [ "How to use nightly builds?", "inside_autotests.html#inside_autotests_dev_guide_pipol_nightly", null ],
 
58
      [ "How to report tests in cdash?", "inside_autotests.html#inside_autotests_dev_guide_cdash", null ],
 
59
      [ "Infrastructure of the SimGrid Performance Regresion tests", "inside_autotests.html#inside_autotests_perf", [
 
60
        [ "How to execute g5k campaign?", "inside_autotests.html#inside_autotests_dev_guide_g5k_campaign", null ],
 
61
        [ "How to analyze logs?", "inside_autotests.html#inside_autotests_dev_guide_g5k_log", null ]
 
62
      ] ]
 
63
    ] ]
 
64
];
 
 
b'\\ No newline at end of file'