Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
No results found
Show changes
Showing
with 0 additions and 1136945 deletions
**************************
Building the documentation
**************************
.. todo::
:file:`latex` : LaTeX sources and Latexmk configuration to build reference manuals with :file:`manual_build.sh`
:file:`namelists`: Namelist blocks included in the documentation
:file:`rst` : |RST man|_ sources and Sphinx configuration to build this guide hereby with :file:`guide_build.sh`
.. |RST man| replace:: reStructuredText (rst)
.. warning::
Mention `svnignore` hidden file
File deleted
<svg xmlns="http://www.w3.org/2000/svg"
width="186" height="20">
<linearGradient id="b" x2="0" y2="100%">
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
<stop offset="1" stop-opacity=".1"/>
</linearGradient>
<mask id="a" width="186" height="20">
<rect width="186" height="20" rx="3"
fill="#fff"/>
</mask>
<g mask="url(#a)">
<path fill="#555" d="M0 0h31v20H0z" />
<path fill="#007ec6"
d="M31 0h155v20H31z"
/>
<path fill="url(#b)" d="M0 0h186v20H0z" />
</g>
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,
Verdana,Geneva,sans-serif" font-size="11">
<text x="16" y="15" fill="#010101"
fill-opacity=".3">
DOI
</text>
<text x="16" y="14">
DOI
</text>
<text x="108"
y="15" fill="#010101" fill-opacity=".3">
10.5281/zenodo.1464816
</text>
<text x="108" y="14">
10.5281/zenodo.1464816
</text>
</g>
</svg>
\ No newline at end of file
File deleted
<svg xmlns="http://www.w3.org/2000/svg"
width="186" height="20">
<linearGradient id="b" x2="0" y2="100%">
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
<stop offset="1" stop-opacity=".1"/>
</linearGradient>
<mask id="a" width="186" height="20">
<rect width="186" height="20" rx="3"
fill="#fff"/>
</mask>
<g mask="url(#a)">
<path fill="#555" d="M0 0h31v20H0z" />
<path fill="#007ec6"
d="M31 0h155v20H31z"
/>
<path fill="url(#b)" d="M0 0h186v20H0z" />
</g>
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,
Verdana,Geneva,sans-serif" font-size="11">
<text x="16" y="15" fill="#010101"
fill-opacity=".3">
DOI
</text>
<text x="16" y="14">
DOI
</text>
<text x="108"
y="15" fill="#010101" fill-opacity=".3">
10.5281/zenodo.1471689
</text>
<text x="108" y="14">
10.5281/zenodo.1471689
</text>
</g>
</svg>
\ No newline at end of file
File deleted
<svg xmlns="http://www.w3.org/2000/svg"
width="186" height="20">
<linearGradient id="b" x2="0" y2="100%">
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
<stop offset="1" stop-opacity=".1"/>
</linearGradient>
<mask id="a" width="186" height="20">
<rect width="186" height="20" rx="3"
fill="#fff"/>
</mask>
<g mask="url(#a)">
<path fill="#555" d="M0 0h31v20H0z" />
<path fill="#007ec6"
d="M31 0h155v20H31z"
/>
<path fill="url(#b)" d="M0 0h186v20H0z" />
</g>
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,
Verdana,Geneva,sans-serif" font-size="11">
<text x="16" y="15" fill="#010101"
fill-opacity=".3">
DOI
</text>
<text x="16" y="14">
DOI
</text>
<text x="108"
y="15" fill="#010101" fill-opacity=".3">
10.5281/zenodo.1471700
</text>
<text x="108" y="14">
10.5281/zenodo.1471700
</text>
</g>
</svg>
\ No newline at end of file
#!/bin/sh
## Avoid the use of shell builtin echo (for -e option)
alias echo='/bin/echo -e'
## Check dependancies
##-------------------
## Sphinx, BibTeX extension and "Read The Docs" theme
if [ -n "$( ./tools/check_pkg.py sphinx sphinxcontrib.bibtex sphinx_rtd_theme )" ]; then
echo 'One of the Python dependencies is missing => QUIT'
exit 2
fi
cd rst
echo "\t¤ Clean previous build"
make clean
echo
echo "\t¤ Generation of the guide"
make html > /dev/null
echo
echo "\t¤ End of building run"
echo "Open ./rst/build/html/NEMO_guide.html"
cd - > /dev/null
exit 0
*.aux
*.bbl
*.blg
*.fdb*
*.fls
*.idx
*.ilg
*.ind
*.lo*
*.out
*.pdf
*.pyg
*.tdo
*.toc
*.xdv
cache*
academicons
amsmath
background
bookmark
caption
catchfile
draftwatermark
enumitem
etexcmds
etoc
etoolbox
everypage
fancyvrb
fncychap
fontawesome
fontspec
framed
fvextra
geometry
graphics
grep
hyperref
imakeidx
infwarerr
koma-script
kvoptions
kvsetkeys
lastpage
latex
latexmk
lineno
ltxcmds
mathtools
minted
natbib
newfloat
pgf
psnfss
subfiles
tools
upquote
xetex
xkeyval
xstring
zapfchan
#!/bin/bash
./inc/clean.sh
./inc/build.sh
mkdir -p html_htlatex
cd tex_main
htlatex NEMO_manual "NEMO_manual,2" "" "-d../html_htlatex/" "-shell-escape"
cd -
exit 0
#!/bin/bash
#./inc/clean.sh
#./inc/build.sh
sed -i -e 's#utf8#latin1#' \
-e 's#\[outputdir=../build\]{minted}#\[\]{minted}#' \
-e '/graphicspath/ s#{../#{../../#g' \
global/packages.tex
cd ./NEMO/main
sed -i -e 's#\\documentclass#%\\documentclass#' -e '/{document}/ s#^#%#' ../subfiles/*.tex
sed -i 's#\\subfile{#\\input{#' chapters.tex appendices.tex
#latex2html -noimages -local_icons -no_footnode -split 4 -link 2 -dir ../html_LaTeX2HTML $* NEMO_manual
latex2html -debug -noreuse -init_file ../../l2hconf.pm -local_icons -dir ../build/html NEMO_manual
sed -i -e 's#%\\documentclass#\\documentclass#' -e '/{document}/ s#^%##' ../subfiles/*.tex
sed -i 's#\\input{#\\subfile{#' chapters.tex appendices.tex
cd -
sed -i -e 's#latin1#utf8#' \
-e 's#\[\]{minted}#\[outputdir=../build\]{minted}#' \
-e '/graphicspath/ s#{../../#{../#g' \
global/packages.tex
exit 0
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
File deleted
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
File deleted