Re: [sage-support] sage 6.2 to 6.4 upgrade

2014-11-25 Thread João Alberto Ferreira
Ok, thank you! On Tuesday, November 25, 2014 8:23:20 PM UTC-2, Vincent Knight wrote: > > This sometimes happens and it's an error in the building of the docs. > > If you want to build the documentation you can run: > > $ make doc-clean > > and run > > $ sage --docbuild reference html > > for the

Re: [sage-support] sage 6.2 to 6.4 upgrade

2014-11-25 Thread Vincent Knight
This sometimes happens and it's an error in the building of the docs. If you want to build the documentation you can run: $ make doc-clean and run $ sage --docbuild reference html for the html version (more info here: http://www.sagemath.org/doc/developer/sage_manuals.html). If you don't care

[sage-support] sage 6.2 to 6.4 upgrade

2014-11-25 Thread João Alberto Ferreira
After upgrading Sage on an old laptop, the upgrade process ended with the following error message. What am I supposed to do? I execute make doc-clean and then what? Apparently, Sage is working normally. Thanks! João. ... [graphs ] reading sources... [ 91%] sage/graphs/schnyder [graphs ]

Re: [sage-support] Re: Can not do anything after 6.4 upgrade

2014-11-25 Thread kcrisman
> > > > Try emptying your browser cache; we have seen this in a number of cases > and > > I experienced it several times while going back and forth. > > Never seen this before. But yes, this was so easy. Thanks! > > Great! Yes, for any given Sage installation it should only happen once unles

Re: [sage-support] Re: left right subtrees

2014-11-25 Thread Viviane Pons
Hi, do you specifically need to use a graph? Because there is a special object for binary trees. Anyway, here is the code for the labelled binary tree corresponding to what you want: sage: LBT = LabelledBinaryTree sage: a = LBT([], label='a') sage: b = LBT([], label='b') sage: c = LBT([], label=

[sage-support] Re: left right subtrees

2014-11-25 Thread Harald Schilly
On Tuesday, November 25, 2014 2:33:39 PM UTC+1, kcrisman wrote: > > > Hi! I don't think this is necessarily a notebook question, so I'm > forwarding this to sage-support where it is morel likely to get some > responses. Good luck! > I did the reverse, and invited Nathann to help Dominique. ;

[sage-support] Re: left right subtrees

2014-11-25 Thread kcrisman
Hi! I don't think this is necessarily a notebook question, so I'm forwarding this to sage-support where it is morel likely to get some responses. Good luck! > Hi, > > I would like to get a left and right subtree from a vertice. > First i used Graph abd option layout. The graph don't respe