[SciPy-Dev] Help with updating scipy.signal docstring

Warren Weckesser warren.weckesser at enthought.com
Sat May 22 21:27:52 EDT 2010


Hi,

I just updated the scipy.signal docstring in the web doc editor.  Now I 
would like to commit this to the trunk.  If I go to the "patch" page 
(i.e. click on "Patch", select only scipy.signal, and then click on 
"Generate patch"), I get a patch whose first few lines are:

--- scipy/signal/__init__.py.old
+++ scipy/signal/__init__.py
@@ -1,3 +1,201 @@
+"""


It looks like it is creating a patch to change 
scipy/signal/__init__.py.  But this docstring is actually in 
scipy/signal/info.py; __init__.py imports __doc__ from info.py.  So, is 
what I am doing actually the correct way to get these changes into trunk?

Warren




More information about the SciPy-Dev mailing list