comparison docs/src/conf.py @ 51:fabd3f2271fa

Added some basic, incomplete docs on the pymonkey module, which include a doctest that's run when pymonkey is built.
author Atul Varma <varmaa@toolness.com>
date Wed, 08 Jul 2009 09:32:31 -0700
parents 7401af070bb8
children dd32a92f6b4f
comparison
equal deleted inserted replaced
50:405f03166009 51:fabd3f2271fa
190 # Documents to append as an appendix to all manuals. 190 # Documents to append as an appendix to all manuals.
191 #latex_appendices = [] 191 #latex_appendices = []
192 192
193 # If false, no module index is generated. 193 # If false, no module index is generated.
194 #latex_use_modindex = True 194 #latex_use_modindex = True
195
196 doctest_test_doctest_blocks = 'default'