On Thu, 29 Oct 2015, John H Palmieri wrote:
Since we can already detect doctests, and among those we can already detect the various doctest flags, we should be able to hide those flags. The TESTS blocks are a different situation. If we insist that TESTS blocks are always the last thing in the docstring, I can imagine it working.
Stupid question, but is there any list of possible blocks? (I.e. how well structured our documentation is?) Artificial example: if I add functions doing some numerical computation, can I just add
NUMERICAL STABILITY:: -blocks? -- Jori Mäntysalo
