Changeset 985
- Timestamp:
- 10/24/08 22:31:14 (2 months ago)
- Files:
-
- branches/dutfoy/devel/doc/configure.ac (modified) (1 diff)
- branches/dutfoy/devel/doc/src/DocumentationGuide/OpenTURNS_DocumentationGuide.tex (modified) (4 diffs)
- branches/dutfoy/devel/doc/src/ExamplesGuide (moved) (moved from branches/dutfoy/devel/doc/src/ExampleGuide)
- branches/dutfoy/devel/doc/src/ExamplesGuide/Makefile.am (modified) (2 diffs)
- branches/dutfoy/devel/doc/src/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/dutfoy/devel/doc/configure.ac
r977 r985 113 113 src/ReferenceGuide/Makefile 114 114 src/ContributionGuide/Makefile 115 src/Example Guide/Makefile115 src/ExamplesGuide/Makefile 116 116 ]) 117 117 # src/CodingRulesGuide/Makefile branches/dutfoy/devel/doc/src/DocumentationGuide/OpenTURNS_DocumentationGuide.tex
r984 r985 75 75 \begin{itemize} 76 76 \item[$\bullet$] {\itshape Open TURNS - Reference Guide}, 77 \item[$\bullet$] {\itshape Open TURNS - Example Guide}.77 \item[$\bullet$] {\itshape Open TURNS - Examples Guide}. 78 78 \end{itemize} 79 79 … … 89 89 \item[$\bullet$] {\bf Link with the Open TURNS Methodology} : this field recalls the position of the algorithm in the Global Methodology. It precises to which step of the Global Methodology it participates. 90 90 \item[$\bullet$] {\bf References and theoretical basics} : this field gives some usefull references to the User who wants to know more about the method. It recalls, too, some limits in the use of the method. 91 \item[$\bullet$] {\bf Examples} : this field applies the method on a simple example. Most of the forms of this documentation present the analytical example of a cantilever beam, of Young's modulus E, length L, section modulus I, which undergoes a concentrated bending force at one end. We study then the vertical displacement of the extreme end.92 \end{itemize} 93 94 To have an example of the use of a particular algorithm or of a particular method, the User is invited to refer either to the documentation {\itshape Reference Guide - Open TURNS} in its section {Example} or to the documentation {\itshape Example Guide - Open TURNS} which applies the Global Methodology on a particular example.\\91 \item[$\bullet$] {\bf Examples} : this field applies the method on some examples. Most of the forms of this documentation present the analytical example of a cantilever beam, of Young's modulus E, length L, section modulus I, which undergoes a concentrated bending force at one end. We study then the vertical displacement of the extreme end. 92 \end{itemize} 93 94 To have an example of the use of a particular algorithm or of a particular method, the User is invited to refer either to the documentation {\itshape Reference Guide - Open TURNS} in its section {Example} or to the documentation {\itshape Examples Guide - Open TURNS} which applies the Global Methodology on a particular example.\\ 95 95 96 96 Some hyperlinks are present to facilitate the navigation between the documentation {\itshape Uncertainty Reference Guide - Open TURNS} and the others ones. 97 97 98 98 99 \subsection{ ExampleGuide}100 101 This Guide applies the whole Global Methodology on the following analytical example : the evaluation of the height of an embankment to protect from flows.\\99 \subsection{Examples Guide} 100 101 This Guide applies the whole Global Methodology on some analytical examples. For now, there is only one example: the case of a cantilever beam wich undergoes a concentrated bending force at one end.\\ 102 102 103 103 The User may find in this documentation a complete probabilistic uncertainty treatment study.\\ 104 The first example is performed on the analytical example of a cantilever beam wich undergoes a concentrated bending force at one end.\\105 104 106 105 The User is invited to refer to that documentation in particular to apprehend properly the signification of the results of the methods preconised in the Globel Methodology.\\ 107 106 108 Some links are present to facilitate the navigation between the documentation {\itshape Example Guide - Open TURNS} and the {\itshape Reference Guide - Open TURNS} one.107 Some links are present to facilitate the navigation between the documentation {\itshape Examples Guide - Open TURNS} and the {\itshape Reference Guide - Open TURNS} one. 109 108 110 109 … … 141 140 The presentation follows the steps preconised in the Global Methodology.\\ 142 141 143 The User is invited to consult this documentation before implementating a study through the TUI : he will probably find there an example of what he wants to perform. The documentation is made to enable the User to make some cut/copy from the documentation into his study.\\ 144 145 An example of complete uncertainty study is given at the end of the documentation : the analytical example of a cantilever beam wich undergoes a concentrated bending force at one end. 142 The User is invited to consult this documentation before implementating a study through the TUI : he will probably find there an example of what he wants to perform. The documentation is made to enable the User to make some cut/copy from the documentation into his study. 146 143 147 144 \section{Software Source.} … … 201 198 \item {\itshape Reference Guide} : \\ 202 199 source file $OpenTURNS\_ReferenceGuide.tex$, 203 \item {\itshape Example Guide} : \\204 source file $OpenTURNS\_Example Guide.tex$.200 \item {\itshape Examples Guide} : \\ 201 source file $OpenTURNS\_ExamplesGuide.tex$. 205 202 \end{itemize} 206 203 \item[$\bullet$] {\bf TextualUserInterface} : branches/dutfoy/devel/doc/src/ExamplesGuide/Makefile.am
r984 r985 26 26 27 27 EXTRA_DIST = \ 28 OpenTURNS_Example Guide.tex \28 OpenTURNS_ExamplesGuide.tex \ 29 29 poutre.pdf \ 30 30 convergenceGrapheDS.pdf\ … … 43 43 scriptExample_beam.py 44 44 45 OpenTURNS_Example Guide.pdf : $(EXTRA_DIST)45 OpenTURNS_ExamplesGuide.pdf : $(EXTRA_DIST) 46 46 47 pdf-local : OpenTURNS_Example Guide.pdf48 doc_DATA = OpenTURNS_Example Guide.pdf47 pdf-local : OpenTURNS_ExamplesGuide.pdf 48 doc_DATA = OpenTURNS_ExamplesGuide.pdf branches/dutfoy/devel/doc/src/Makefile.am
r984 r985 25 25 include $(top_srcdir)/config/common.am 26 26 27 SUBDIRS = ArchitectureGuide DocumentationGuide ReferenceGuide UseCasesGuide UserManual Example Guide WrapperGuide GNU_free_documentation_licence ContributionGuide ExampleGuide #CodingRulesGuide28 DIST_SUBDIRS = ArchitectureGuide DocumentationGuide ReferenceGuide UseCasesGuide UserManual Example Guide WrapperGuide GNU_free_documentation_licence ContributionGuide ExampleGuide #CodingRulesGuide27 SUBDIRS = ArchitectureGuide DocumentationGuide ReferenceGuide UseCasesGuide UserManual ExamplesGuide WrapperGuide GNU_free_documentation_licence ContributionGuide ExampleGuide #CodingRulesGuide 28 DIST_SUBDIRS = ArchitectureGuide DocumentationGuide ReferenceGuide UseCasesGuide UserManual ExamplesGuide WrapperGuide GNU_free_documentation_licence ContributionGuide ExampleGuide #CodingRulesGuide 29 29 30 30 EXTRA_DIST = logoOpenTURNS.jpg
