dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #21146
Rename Python demos
-
To:
DOLFIN Mailing List <dolfin@xxxxxxxxxxxxxxxxxxx>
-
From:
"Garth N. Wells" <gnw20@xxxxxxxxx>
-
Date:
Tue, 01 Feb 2011 15:02:23 +0000
-
User-agent:
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7
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
Follow ups