From: rnv Date: Tue, 23 Jun 2020 15:25:34 +0000 (+0300) Subject: Additional fix for the '#19480 [CEA 19477] MEDCOUPLING tutorials migration' issue. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Frnv%2F19480;p=tools%2Fmedcoupling.git Additional fix for the '#19480 [CEA 19477] MEDCOUPLING tutorials migration' issue. --- diff --git a/doc/developer/doxygen/doxfiles/index.dox b/doc/developer/doxygen/doxfiles/index.dox index a8555f444..2f690680d 100644 --- a/doc/developer/doxygen/doxfiles/index.dox +++ b/doc/developer/doxygen/doxfiles/index.dox @@ -10,7 +10,7 @@ simulation codes (meshes and fields mainly). The most common usage is to write dedicated code (C++ or Python) linking to the library. However a graphical user interface is also available; for this please refer to the MED module documentation. - If you don't know where to start, reading the \ref start "getting started" section and then -taking a look at the tutorial is probably a good way to go. +taking a look at the tutorial is probably a good way to go. - If you are looking for a very specific point (how can I build a mesh from scratch, how do I write my data to a file, etc ...), taking a look at the \ref faq "FAQ" or at the numerous \ref examples "code examples" might help. @@ -29,7 +29,7 @@ This documentation is organized as follows: - \ref library - \ref functionalities - \ref python-api -- Tutorial - MEDCoupling/MEDLoader in Python +- Tutorial - MEDCoupling/MEDLoader in Python - \ref reference - \ref medcoupling - \ref medloader diff --git a/doc/developer/doxygen/doxfiles/start/start.dox b/doc/developer/doxygen/doxfiles/start/start.dox index 4f59b088d..0b733c3d7 100644 --- a/doc/developer/doxygen/doxfiles/start/start.dox +++ b/doc/developer/doxygen/doxfiles/start/start.dox @@ -4,7 +4,7 @@ If you are completely new to MED, this page will help you grasp the main concepts used overall in the \ref library "MED world", and have an idea of what you can achieve with MED. -The tutorial is also a good way to start. +The tutorial is also a good way to start. Once you are familiar with those concepts, more detailed explanations are available in the \ref reference "reference manual".