How do I change reST report_level? 2.7, ZWiki pages
24 Oct
2003
24 Oct
'03
10:22 p.m.
Howdy, I'm making ZWiki reStructuredText pages and getting warnings, info (1), which I'd like to suppress. I've tried changing the default report_level parameter in /products/reStructuredText/__init__.py from 1 to 2 def HTML(src, writer='html4zope', report_level=2, stylesheet='default.css', input_encoding=default_input_encoding, output_encoding=default_output_encoding): And in ZWikiPage.py changed report_level=0 to report_level=2 if reStructuredText: t = reStructuredText.HTML(t,report_level=2)#doesn't hide em I'm still getting the warnings. TIA for any suggestions. Kent
8200
Age (days ago)
8200
Last active (days ago)
0 comments
1 participants
participants (1)
-
Kent Tenney