On Fri, Jun 15, 2012 at 6:14 PM, Aaron Meurer <[email protected]> wrote: > Those files were not autogenerated. They were created manually.
Thanks Aaron. Okay. I added a file perm_group.txt with some obvious text and modified the combinatorics/index.txt to add that file, then recompiled. Looks great! > > Aaron Meurer > > On Friday, June 15, 2012, David Joyner wrote: >> >> On Fri, Jun 15, 2012 at 5:52 PM, Aaron Meurer <[email protected]> wrote: >> > You need to edit the relevant .txt file in doc/src and add them >> > manually (see the other files for how to do this). >> >> If the file sympy/doc/src/modules/combinatorics/permutations.txt >> is auto-generated from the module permutations.py, then my question is: >> How do I get the file perm_groups.py to generate perm_groups.txt? >> >> >> > >> > Aaron Meurer >> > >> > On Jun 15, 2012, at 3:46 PM, David Joyner <[email protected]> wrote: >> > >> >> Thanks Matthew, I got it working - on Lion even. >> >> >> >> However, the perm_groups module docstrings are not being >> >> integrated into the reference manual. I don't know how that works. >> >> I added an import statement to the init file, but still no go. >> >> (I'm assuming all the main classes and public functions are supposed >> >> to be imported in sympy by default - is that right?) >> >> >> >> Can someone tell me a little on the mechanism of how the >> >> manual gets built? >> >> >> >> On Fri, Jun 15, 2012 at 12:53 PM, Matthew Rocklin <[email protected]> >> >> wrote: >> >>>>> git remote add -f his_username >> >>>>> git://github.com/his_username/sympy.git >> >>>> >> >>>> git remote add -f amakelov git://github.com/amakelov/sympy.git >> >>>> >> >>>> did not work and returned: >> >>>> >> >>>> "fatal: Not a git repository (or any of the parent directories): >> >>>> .git" >> >>>> >> >>>> I hve no idea what that means! >> >>> >> >>> >> >>> Sorry, I forgot to say that you will need to change into the sympy >> >>> directory. >> >>> >> >>> mrocklin@milkweed:~/workspace$ cd sympy >> >>> mrocklin@milkweed:~/workspace/sympy$ ls >> >>> AUTHORS data LICENSE MANIFEST.in setup.py tox.ini.sample >> >>> bin doc log README.rst sympy >> >>> build.py examples Makefile setupegg.py TODO >> >>> >> >>> mrocklin@milkweed:~/workspace/sympy$ git remote add -f amakelov >> >>> git://github.com/amakelov/sympy.git >> >>> Updating amakelov >> >>> remote: Counting objects: 46, done. >> >>> remote: Compressing objects: 100% (13/13), done. >> >>> remote: Total 38 (delta 32), reused 31 (delta 25) >> >>> Unpacking objects: 100% (38/38), done. >> >>> >> >>> mrocklin@milkweed:~/workspace/sympy$ git checkout amakelov/week1 >> >>> >> >>> -- >> >>> 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. >> >> >> >> -- >> >> 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. >> >> >> > >> > -- >> > 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. >> > >> >> -- >> 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. >> > > > -- > Sent from my iPad. > > -- > 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. -- 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.
