-
-
Notifications
You must be signed in to change notification settings - Fork 704
Closed
Description
Currently Sage will refrain from doctesting a file if the string "nodoctest" is in the first 50 characters. 50 characters is pretty short, and I think it's also good to encourage people to start the line with nodoctest. So I would propose that we change "somewhere in the first 50 characters" to "one of the first 10 lines starts with '# nodocteset' or '.. nodoctest'".
Depends on #12415
Depends on #14331
Component: doctest framework
Author: David Roe, Jeroen Demeyer
Reviewer: Jeroen Demeyer, David Roe
Merged: sage-5.9.beta2
Issue created by migration from https://trac.sagemath.org/ticket/13062