On Wed, Dec 22, 2010 at 3:27 PM, G Hahn <gh...@cantab.net> wrote: > Hi, > > recently, I went through the same steps on > http://www.sagemath.org/doc/developer/walk_through.html > My question on that would be: in case I add a new functionality to > Sage (...I didn't change any existing Sage files or code), where in > the Sage folder shall I place my file "file.spyx" (containing Cython > code)? Currently, I include my code by using the "load.. " command. > Therefore, hg_sage.status() doesn't show any changes to Sage. > Best, > Georg >
That is up to you (and the reviewer). Browse through the source code tree, starting at devel/sage/sage: algebras combinat geometry interacts misc probability structure all_cmdline.py crypto graphs interfaces modular quadratic_forms symbolic all_notebook.py databases groups lfunctions modules rings tensor all.py ext gsl libs monoids schemes tests calculus finance homology logic numerical server version.py categories functions __init__.py matrix parallel sets coding games __init__.pyc media plot stats and decide which place fits; repeat recursively! John -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org