[SciPy-Dev] Recommended procedure for splitting a file while keeping the web doc editor in sync?
Warren Weckesser
warren.weckesser at enthought.com
Sat Jun 19 16:12:01 EDT 2010
Pauli Virtanen wrote:
> Sat, 19 Jun 2010 12:30:37 -0500, Warren Weckesser wrote:
>
>> In preparation for getting some FIR filter patches into trunk, I would
>> like to split the existing FIR filter functions in
>> signal/filter_design.py into a separate file, fir_filter_design.py. Is
>> there anything special I should do to ensure that the web doc editor
>> stays in sync with this change?
>>
>
> If the documentation of the functions has been edited, it's best to get
> the patch from
>
> http://docs.scipy.org/scipy/patch/
>
> for the changes in the stuff in the module (if any), and apply it first.
>
> Otherwise, you'll need to persistently bug me to make the corresponding
> moves manually in the SQL db. (The app does not track moves automatically
> at the moment.)
>
>
Pauli,
In r6544, the functions kaiserord and firwin were moved from
signal.filter_design to signal.fir_filter_design. Could you update the
db when you get a chance? Thanks.
Warren
More information about the SciPy-Dev
mailing list