--- /dev/null
+
+.. raw:: latex
+
+ \clearpage
+
+.. _SOLVERLAB: https://www.nano.uni-jena.de/en/solverlab.html
+.. _SALOME: http://www.salome-platform.org
+.. _SPHINX: http://sphinx-doc.org
+.. _MATPLOTLIB: https://matplotlib.org
+.. _PANDAS: https://pandas.pydata.org
+.. _NavToolPlt: http://matplotlib.org/users/navigation_toolbar.html?highlight=toolbar
+.. _C++: http://www.cplusplus.com/
+.. _CMake: https://cmake.org/
+.. _Python: https://docs.python.org/3.5
+.. _Python3: https://docs.python.org/3.5
+.. _ParaView: http://www.paraview.org
+.. _Anaconda: https://docs.continuum.io/anaconda/pkg-docs#
+.. _Miniconda: http://conda.pydata.org/miniconda.html
+.. _Git: https://git-scm.com
+.. _Git-windows: https://git-scm.com
+.. _GitCheatSheet: https://services.github.com/kit/downloads/github-git-cheat-sheet.pdf
+.. _SolverlabCheatSheet: ../solverlab-cheat-sheet.pdf
+.. _SolverlabGuiPdf: ./../../src/solverlabDocuments/solverlabGUI.pdf
+.. _SolverlabManualPdf: https://github.com/ndjinga/SOLVERLAB/blob/master/README.md
+.. _SolverlabPresentationPdf: https://github.com/ndjinga/SOLVERLAB/blob/master/CoreFlows/Documentation/PhysicalModels.md
+.. _CLI: https://en.wikipedia.org/wiki/Command-line_interface
+.. _Tar: https://en.wikipedia.org/wiki/Tar_(computing)
+.. _OS: https://en.wikipedia.org/wiki/Operating_system
+.. _VCS: https://en.wikipedia.org/wiki/Version_control
+.. _CVS: https://fr.wikipedia.org/wiki/Concurrent_versions_system
+.. _SVN: https://en.wikipedia.org/wiki/Apache_Subversion
+.. _GUI: https://en.wikipedia.org/wiki/Graphical_user_interface
+.. _RestructuredText: https://en.wikipedia.org/wiki/ReStructuredText
+.. _PyQt5: https://pypi.org/project/PyQt5
+.. _ConfigParser: https://docs.python.org/3/library/configparser.html
+.. _PyInstaller: https://www.pyinstaller.org
+.. _PyInstallerManual: https://pyinstaller.readthedocs.io/en/stable
+.. _Corteo: http://www.lps.umontreal.ca/~schiette/index.php?n=Recherche.Corteo
+.. _highlight: http://www.andre-simon.de/doku/highlight/en/highlight.php
+.. _CSV: https://en.wikipedia.org/wiki/Comma-separated_values
+.. _MinGW: http://www.mingw.org
+.. _GNU: https://www.gnu.org/home.en.html
+.. _GNUgcc: https://www.gnu.org/software/gcc
+.. _7-zip: https://www.7-zip.org
+.. _Solveralabinstall: https://github.com/ndjinga/SOLVERLAB#compile-and-install-solverlab
+.. _SolverlabDiffusion: https://github.com/ndjinga/SOLVERLAB/blob/master/CoreFlows/Documentation/PhysicalModels/DiffusionEq.ipynb
export PETSC_ARCH=@PETSC_ARCH@
export PETSC_INCLUDES=@PETSC_INCLUDES_INSTALL@
export PETSC_LIBRARIES=@PETSC_DIR@/@PETSC_ARCH@/lib
+export PETSC4PY_ROOT_DIR=@PETSC4PY_ROOT_DIR@
+export SLEPC4PY_ROOT_DIR=@SLEPC4PY_ROOT_DIR@
export MEDFILE_ROOT_DIR=@MEDFILE_ROOT_DIR@
export MEDFILE_INCLUDE_DIRS=@MEDFILE_INCLUDE_DIRS@
export MEDFILE_LIBRARIES=@MEDFILE_LIBRARIES_INSTALL@