Changeset 2788
- Timestamp:
- May 1, 2006, 9:00:27 PM (19 years ago)
- Location:
- documentation/user_manual
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
documentation/user_manual/anuga_installation_guide.tex
r2428 r2788 57 57 \url{http://www-md.fsl.noaa.gov/eft/developer/netCDFPythonInterface.html} 58 58 (The file netcdf.dll shipped with python-scientific must be copied to a 59 location somewhere on the system PATH - e.g.\ in C:\\bin)59 location somewhere on the system PATH - e.g.\ in \verb|C:\bin|) 60 60 \item A C compiler such as gcc (from GNU in case of Linux and MinGW in case of Windows) 61 61 \end{itemize} … … 68 68 \item visual python \url{http://vpython.org} 69 69 \item matplotlib (pylab) for quality 2d plotting 70 \item VTK \url{http://mayavi.sourceforge.net/dwnld/vtk/win32/} 71 \end{itemize} 70 \item VTK \url{http://mayavi.sourceforge.net/dwnld/vtk/win32/} 71 \end{itemize} 72 72 73 73 … … 85 85 the pythonpath, e.g.\ 86 86 \begin{verbatim} 87 PYTHONPATH= V:\1\cit\risk_assessment_methods_project\inundation\sandpits\onielsen\anuga\inundation87 PYTHONPATH=C:\anuga\inundation 88 88 \end{verbatim} 89 89 -
documentation/user_manual/anuga_user_manual.tex
r2782 r2788 2146 2146 % 2147 2147 2148 begin{latexonly}2149 \renewcommand{\indexname}{Module Index}2150 end{latexonly}2151 \input{mod\jobname.ind} % Module Index2152 2153 begin{latexonly}2154 \renewcommand{\indexname}{Index}2155 end{latexonly}2156 \input{\jobname.ind} % Index2148 %begin{latexonly} 2149 %\renewcommand{\indexname}{Module Index} 2150 %end{latexonly} 2151 %\input{mod\jobname.ind} % Module Index 2152 % 2153 %begin{latexonly} 2154 %\renewcommand{\indexname}{Index} 2155 %end{latexonly} 2156 %\input{\jobname.ind} % Index 2157 2157 2158 2158
Note: See TracChangeset
for help on using the changeset viewer.