[pygccxml-commit] SF.net SVN: pygccxml: [1213] pyplusplus_dev/docs
Brought to you by:
mbaas,
roman_yakovenko
|
From: <rom...@us...> - 2007-12-30 08:25:26
|
Revision: 1213
http://pygccxml.svn.sourceforge.net/pygccxml/?rev=1213&view=rev
Author: roman_yakovenko
Date: 2007-12-30 00:25:29 -0800 (Sun, 30 Dec 2007)
Log Message:
-----------
docs update
Modified Paths:
--------------
pyplusplus_dev/docs/documentation/warnings.rest
pyplusplus_dev/docs/history/history.rest
Removed Paths:
-------------
pyplusplus_dev/docs/documentation/feedback.html
pyplusplus_dev/docs/to_pyste_comparison.html
pyplusplus_dev/docs/todo.txt
Deleted: pyplusplus_dev/docs/documentation/feedback.html
===================================================================
--- pyplusplus_dev/docs/documentation/feedback.html 2007-12-30 08:17:57 UTC (rev 1212)
+++ pyplusplus_dev/docs/documentation/feedback.html 2007-12-30 08:25:29 UTC (rev 1213)
@@ -1,9 +0,0 @@
-<html>
-<head>
-<meta http-equiv="refresh" content="0; URL=./warnings.html">
-</head>
-<body>
-Automatic redirection failed, please go to
-<a href="./warnings.html">./warnings.html</a>
-</body>
-</html>
Modified: pyplusplus_dev/docs/documentation/warnings.rest
===================================================================
--- pyplusplus_dev/docs/documentation/warnings.rest 2007-12-30 08:17:57 UTC (rev 1212)
+++ pyplusplus_dev/docs/documentation/warnings.rest 2007-12-30 08:25:29 UTC (rev 1213)
@@ -128,8 +128,10 @@
.. code-block:: Python
messages.disable( messages.W1020 )
+
+ #you also can disable warnings reporting at all:
+ messages.disable( *messages.all_warning_msgs )
-
Logging API
-----------
Modified: pyplusplus_dev/docs/history/history.rest
===================================================================
--- pyplusplus_dev/docs/history/history.rest 2007-12-30 08:17:57 UTC (rev 1212)
+++ pyplusplus_dev/docs/history/history.rest 2007-12-30 08:25:29 UTC (rev 1213)
@@ -43,6 +43,8 @@
* Py++ will not expose free operators, if at least one of the classes, it works
on, is not exposed.
Many thanks to Meghana Haridev for reporting the bug.
+
+2. Added ability to completely disable warnings reporting.
-------------
Version 0.9.0
Deleted: pyplusplus_dev/docs/to_pyste_comparison.html
===================================================================
--- pyplusplus_dev/docs/to_pyste_comparison.html 2007-12-30 08:17:57 UTC (rev 1212)
+++ pyplusplus_dev/docs/to_pyste_comparison.html 2007-12-30 08:25:29 UTC (rev 1213)
@@ -1,9 +0,0 @@
-<html>
-<head>
-<meta http-equiv="refresh" content="0; URL=./comparisons/pyste.html">
-</head>
-<body>
-Automatic redirection failed, please go to
-<a href="./comparisons/pyste.html">./comparisons/pyste.html</a>
-</body>
-</html>
Deleted: pyplusplus_dev/docs/todo.txt
===================================================================
--- pyplusplus_dev/docs/todo.txt 2007-12-30 08:17:57 UTC (rev 1212)
+++ pyplusplus_dev/docs/todo.txt 2007-12-30 08:25:29 UTC (rev 1213)
@@ -1,4 +0,0 @@
-Todo
-----
-
-- Provide a way to customize log messages (i.e. set verbosity level)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|