[sage-devel] Re: documentation with "SetPartitionsAk(k)"

2013-11-04 Thread Pedro Cruz
Dear Volker,

I will try not to import all from sage and import only those modules needed.

Thank you for support.

Pedro

On Saturday, November 2, 2013 7:23:25 PM UTC, Volker Braun wrote:
>
> You should never "from sage.all import *". For starters, that is already 
> imported in the doctest framework. The doctest framework might have 
> redefined something for doctesting purposes.
>
>
>
> On Saturday, November 2, 2013 5:51:47 PM UTC, Pedro Cruz wrote:
>>
>> Dear Sage 5.12 developers,
>>
>> when using 
>>
>>  sage -docbuild pt/megua html 
>>
>> we are getting the right documentation of our module but in the middle 
>> (and we believe is after this line):
>>
>> from sage.all import *
>>
>> we are getting documentation from  functions like: "SetPartitionsAk(k)" 
>> ou "SetPartitionsPRk(*k*)" and many more similar but we are not 
>> using/calling them.
>>
>> This effect can be seen here:
>>
>> https://dl.dropboxusercontent.com/u/10518224/megua/ur.html
>>
>> Please, check for SetPartitionsAk in the middle of the document.
>>
>> What could be wrong or what should I do?
>>
>> Thank you.
>>
>> Pedro Cruz
>>
>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/groups/opt_out.


[sage-devel] Re: documentation with "SetPartitionsAk(k)"

2013-11-02 Thread Volker Braun
You should never "from sage.all import *". For starters, that is already 
imported in the doctest framework. The doctest framework might have 
redefined something for doctesting purposes.



On Saturday, November 2, 2013 5:51:47 PM UTC, Pedro Cruz wrote:
>
> Dear Sage 5.12 developers,
>
> when using 
>
>  sage -docbuild pt/megua html 
>
> we are getting the right documentation of our module but in the middle 
> (and we believe is after this line):
>
> from sage.all import *
>
> we are getting documentation from  functions like: "SetPartitionsAk(k)" ou 
> "SetPartitionsPRk(*k*)" and many more similar but we are not 
> using/calling them.
>
> This effect can be seen here:
>
> https://dl.dropboxusercontent.com/u/10518224/megua/ur.html
>
> Please, check for SetPartitionsAk in the middle of the document.
>
> What could be wrong or what should I do?
>
> Thank you.
>
> Pedro Cruz
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/groups/opt_out.