Sure. We are glad to help people out with this. We have a guide at https://github.com/sympy/sympy/wiki/Development-workflow that describes the process of using git and pushing your patch to GitHub. So I would start there. Let us know if you have any questions based on this. Basically what you need to do is (if you haven't already):
- Clone SymPy - Add your changes to the clone - Fork SymPy on GitHub - Do the necessary steps so that you can push to your fork (add a remote, add your ssh keys, etc.; these are all described in the wiki page) - Create a pull request And from there we will discuss your changes on the pull request. So let us know if you are able to perform the above steps. I know that git can be a bit confusing to new users, but once you get the hang of it, it makes a lot of things a lot easier. Aaron Meurer On Wed, Sep 5, 2012 at 2:30 PM, Sachin Joglekar <[email protected]> wrote: > m actually new to open source coding and sympy..can you please guide me as > to how i should submit the module? > > > On Wednesday, September 5, 2012 7:42:37 AM UTC+5:30, Aaron Meurer wrote: >> >> As far as I know we don't. I think it would make a useful addition. >> It would be great if you could submit it. >> >> Aaron Meurer >> >> On Sun, Sep 2, 2012 at 11:21 AM, Sachin Joglekar >> <[email protected]> wrote: >> > Does sympy have any method to generate the Sum Of Products form of a >> > function from its truth table? in our college we have developed a module >> > using sympy and its been very helpful in saving tym in designing >> > circuits..Can we use it to contribute to sympy in some way? >> > >> > -- >> > You received this message because you are subscribed to the Google >> > Groups >> > "sympy" group. >> > To view this discussion on the web visit >> > https://groups.google.com/d/msg/sympy/-/Q2swCbGlla0J. >> > To post to this group, send email to [email protected]. >> > To unsubscribe from this group, send email to >> > [email protected]. >> > For more options, visit this group at >> > http://groups.google.com/group/sympy?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/sympy/-/LcO_K90M6_EJ. > > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
