I would like to suggest that we rename the Python demos in a similar way to what we've done for C++ demo executables, e.g.
poisson/demo.py -> poisson/poisson-demo.py On reason for this is compatibility with the documentation system. At the moment, the documentation system appends a number to each 'demo.py' file to distinguish it from other demo files. This is really confusing because the number will, in general, different from the section number in the docs, e.g. 1. Poisson demo (file: demo6.py) . . . 6. Some other demo X (file: demo2.py) 7. Some other demo Y (file: demo1.py) Garth _______________________________________________ Mailing list: https://launchpad.net/~dolfin Post to : [email protected] Unsubscribe : https://launchpad.net/~dolfin More help : https://help.launchpad.net/ListHelp

