Changeset 241
- Timestamp:
- 05/21/10 14:24:20 (6 years ago)
- Files:
-
- 4 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r144 r241 1 1 #--------------------------------------------------- 2 VERSION = 0. 1a22 VERSION = 0.2a1 3 3 #--------------------------------------------------- 4 4 … … 8 8 epydoc --config mystic.epydoc 9 9 mkdir html 10 mv -f shared, opthtml/mystic-${VERSION}10 mv -f shared,mpi html/mystic-${VERSION} 11 11 12 12 # remind to search for /'</ and delete ' -
mystic.epydoc
r238 r241 4 4 # dotted names, module filenames, or package directory names. 5 5 # Alases for this option include "objects" and "values". 6 modules: mystic/mystic, mystic/models, mystic/m ath6 modules: mystic/mystic, mystic/models, mystic/mystic/math 7 7 #modules: mystic/mystic 8 8 -
mystic/Make.mm
r240 r241 6 6 mystic \ 7 7 models \ 8 _math \8 mystic/math \ 9 9 10 10 OTHER_DIRS = \ -
mystic/setup.py
r240 r241 30 30 packages = ['mystic','mystic.models','mystic.math'], 31 31 package_dir = {'mystic':'mystic','mystic.models':'models', 32 'mystic.math':' _math'},32 'mystic.math':'mystic/math'}, 33 33 """ 34 34
Note: See TracChangeset
for help on using the changeset viewer.