Closed
Description
Throughout the Mindboggle code base, I've included Examples in the documentation with lines like the following:
>>> path = os.environ['MINDBOGGLE_DATA']
>>> sulci_file = os.path.join(path, 'arno', 'features', 'sulci.vtk')
where MINDBOGGLE_DATA is an environment variable set according to the instructions in http://mindboggle.info/users/installation.html.
Is this reasonable, or is there a better way for users to try out functions?
I also created these examples with the goal of testing code within doc strings with sphinx, and of carefully unit testing everything, but haven't had time to do this.
Metadata
Metadata
Assignees
Labels
No labels