Hi,

Travis recently advertised the add_docstring and add_newdoc functions,
which are used to add documentation to functions written in C.  This
brings the advantage that you don't have to recompile everytime you
change a docstrings, and also that the docstrings are much simpler to
format (no more "\n\" tokens all over the place).

I took all the docstrings from numpy.core.src.multiarray and formatted
them to be used with add_docstring.  I have two questions:

Would anyone mind if the change was made?  If not, where should they
go? (numpy/add_newdocs.py or numpy/core/something)

Thanks for the feedback.
Stéfan

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to