Ignore:
Timestamp:
Jun 16, 2010, 2:50:06 PM (14 years ago)
Author:
steve
Message:

Changed the logging levels in log.py so that the information about openning the
file ./anuga.log is now only an info log as opposed to critical log. I.e. by default
doesn't write to the console.

Location:
trunk/anuga_core/documentation/user_manual
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/documentation/user_manual/anuga_user_manual.tex

    r7828 r7848  
    1 % Complete documentation on the extended LaTeX markup used for Python
     1% Complete documentation on the extended LaTeX markup used for Python
    22% documentation is available in ''Documenting Python'', which is part
    33% of the standard documentation for Python.  It may be found online
     
    2626\documentclass{manual}
    2727
     28
    2829\usepackage{graphicx}
    2930\usepackage[english]{babel}
    3031\usepackage{datetime}
    3132\usepackage[hang,small,bf]{caption}
     33
    3234
    3335\input{definitions}
     
    46294631
    46304632\begin{verbatim}
    4631 convariance_value, alpha = $\backslash$
     4633convariance_value, alpha = \
    46324634        find_optimal_smoothing_parameter(data_file=fileName,
    46334635                                         alpha_list=[0.0001, 0.01, 1],
Note: See TracChangeset for help on using the changeset viewer.