Changeset 241


Ignore:
Timestamp:
05/21/10 14:24:20 (6 years ago)
Author:
mmckerns
Message:

epydoc barfs at mystic.math, so moving to mystic/math

Files:
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • Makefile

    r144 r241  
    11#--------------------------------------------------- 
    2 VERSION = 0.1a2 
     2VERSION = 0.2a1 
    33#--------------------------------------------------- 
    44 
     
    88        epydoc --config mystic.epydoc 
    99        mkdir html 
    10         mv -f shared,opt html/mystic-${VERSION} 
     10        mv -f shared,mpi html/mystic-${VERSION} 
    1111 
    1212# remind to search for /'</ and delete ' 
  • mystic.epydoc

    r238 r241  
    44# dotted names, module filenames, or package directory names. 
    55# Alases for this option include "objects" and "values". 
    6 modules: mystic/mystic, mystic/models, mystic/math 
     6modules: mystic/mystic, mystic/models, mystic/mystic/math 
    77#modules: mystic/mystic 
    88 
  • mystic/Make.mm

    r240 r241  
    66    mystic \ 
    77    models \ 
    8     _math \ 
     8    mystic/math \ 
    99 
    1010OTHER_DIRS = \ 
  • mystic/setup.py

    r240 r241  
    3030      packages = ['mystic','mystic.models','mystic.math'], 
    3131      package_dir = {'mystic':'mystic','mystic.models':'models', 
    32                      'mystic.math':'_math'}, 
     32                     'mystic.math':'mystic/math'}, 
    3333""" 
    3434 
Note: See TracChangeset for help on using the changeset viewer.