[sage-devel] Re: sphinx, texinfo and emacs

2016-10-22 Thread 'Martin R' via sage-devel
the key is what gets written into conf.py by class SingleFileBuilder(DocBuilder) from docbuild/__init__py. what would be a good naming scheme for the files? I assume something like the name of the python source directory, right? Martin Am Samstag, 22. Oktober 2016 17:42:42 UTC+2 schrieb

[sage-devel] Re: sphinx, texinfo and emacs

2016-10-22 Thread Sho Takemori
Hi. I am the mantainer of sage-shell-mode and I need a function that receive an object and returns the corresponding info file name. For example it should return "sagereferencemanualstandardcommutativerings.info" for the object ZZ. Does anyone know how to implement such a funciton? Sho

Re: [sage-devel] Re: trac down?

2016-10-22 Thread Eric Gourgoulhon
Hi, >From France, it seems that we still cannot connect to https://trac.sagemath.org/ while the rest of Internet seems OK (including http://www.sagemath.org/ and github). I could push a new commit to trac though (the response was very slow but it seemed to have worked). Eric. Le vendredi 21

[sage-devel] Re: gamma(QQbar(...))

2016-10-22 Thread Ralf Stephan
On Friday, October 7, 2016 at 1:00:08 PM UTC+2, Clemens Heuberger wrote: > > > sage: gamma(QQbar(1/2)) > Traceback (most recent call last): > ... > TypeError: no canonical coercion from Algebraic Field to Rational Field > Here, Pynac applies a formula and tries effectively what is discussed

[sage-devel] Re: sphinx, texinfo and emacs

2016-10-22 Thread Sho Takemori
Yes. It would be better if it also could provide the info node. But I can search class, function or method names by "Info-search" inside the file. For example, I can find the document for the method "factor" for an instance of "sage.rings.integer.Integer" as follows. (progn (Info-find-node

Re: [sage-devel] Re: trac down?

2016-10-22 Thread Ralf Stephan
Is that correct (when trying to git trac push): STDERR: The fingerprint for the ECDSA key sent by the remote host is STDERR: SHA256:4Op/q3b5792x+F1lHSKRi5UIORAPDlIFVA5cUq9YVXI. STDERR: Please contact your system administrator. On Saturday, October 22, 2016 at 3:16:40 PM UTC+2, William

[sage-devel] Cython warning about "cache" option

2016-10-22 Thread Vincent Delecroix
Hello, I just noticed that during compilation I got [sagelib-7.5.beta0] /home/vincent/sage_patchbot/local/lib/python2.7/site-packages/Cython/Compiler/Main.py:562: UserWarning: got unknown compilation option, please remove: cache Vincent -- You received this message because you are subscribed

Re: [sage-devel] Re: trac down?

2016-10-22 Thread William Stein
Hi, trac is definitely down (according to my monitor). I tried rebooting it which failed as well. I'm going to recreate it with a more powerful/expensive VM (or otherwise fix it), and we'll see how that goes. William On Sat, Oct 22, 2016 at 3:40 AM, Eric Gourgoulhon

Re: [sage-devel] Re: trac down?

2016-10-22 Thread William Stein
Hi, I recreated trac on a VM with much, much more RAM and cpu. It seems to be working well now. William On Sat, Oct 22, 2016 at 5:49 AM, William Stein wrote: > Hi, > > trac is definitely down (according to my monitor). I tried rebooting > it which failed as well. I'm going

Re: [sage-devel] Re: trac down?

2016-10-22 Thread William Stein
I recreated the machine and the digital signature and other ssh keys were reset. On Sat, Oct 22, 2016 at 8:19 AM, Ralf Stephan wrote: > Is that correct (when trying to git trac push): > STDERR: The fingerprint for the ECDSA key sent by the remote host is > STDERR:

[sage-devel] Re: sphinx, texinfo and emacs

2016-10-22 Thread 'Martin R' via sage-devel
apparently the name sagereferencemanualstandardcommutativerings.info is autogenerated by sphinx and could be customized somehow, just I do not know how yet. See http://www.sphinx-doc.org/en/1.4.8/config.html (options for texinfo output). Martin Am Samstag, 22. Oktober 2016 13:52:13 UTC+2

Re: [sage-devel] Re: trac down?

2016-10-22 Thread Eric Gourgoulhon
Le samedi 22 octobre 2016 15:16:40 UTC+2, William a écrit : > > Hi, > > I recreated trac on a VM with much, much more RAM and cpu. It seems > to be working well now. > Thank you very much! Indeed it works well. Eric. -- You received this message because you are subscribed to the Google

[sage-devel] Re: sphinx, texinfo and emacs

2016-10-22 Thread 'Martin R' via sage-devel
I guess you need more than the filename, you also need the info node, no? Martin -- 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] Re: Notebook stuck on "N?" with a worksheet

2016-10-22 Thread Volker Braun
IMHO the best solution is to stop using SageNB asap and use "sage --notebook=jupyter" On Friday, October 7, 2016 at 11:24:02 AM UTC+2, Jori Mäntysalo wrote: > > Could someone try SageNB with http://www.sis.uta.fi/~jm58660/Broken.sws > > For me that stucks when I try to evaluate the first

Re: [sage-devel] Cython warning about "cache" option

2016-10-22 Thread Jeroen Demeyer
That's an upstream bug; ignore the warning. -- 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

[sage-devel] Re: Troubles communicating with Sage 7.4

2016-10-22 Thread Volker Braun
This is now https://trac.sagemath.org/ticket/21743 On Saturday, October 22, 2016 at 5:01:06 AM UTC+2, Andrey Novoseltsev wrote: > > Hello, > > I need help figuring out what's going on when I am preparing Sage for > SageMathCell. > > When the script is at > >

Re: [sage-devel] Re: Notebook stuck on "N?" with a worksheet

2016-10-22 Thread Volker Braun
Yes, with jupyterhub you can have isolation with unix users. That is, there is a login screen and people can sign in with their normal unix username/password. On Saturday, October 22, 2016 at 4:27:55 PM UTC-4, Jori Mäntysalo wrote: > > Does it have multiuser support, so that A can't see

Re: [sage-devel] Re: Notebook stuck on "N?" with a worksheet

2016-10-22 Thread Jori Mäntysalo
On Sat, 22 Oct 2016, Volker Braun wrote: IMHO the best solution is to stop using SageNB asap and use "sage --notebook=jupyter" Does it have multiuser support, so that A can't see worksheet for B with some file(...) -command? * * * A quick test: make new worksheet, write "1+2", press

[sage-devel] Re: Troubles communicating with Sage 7.4

2016-10-22 Thread Andrey Novoseltsev
On Saturday, 22 October 2016 13:49:57 UTC-6, Volker Braun wrote: > > This is now https://trac.sagemath.org/ticket/21743 > Thanks a lot Volker! That fixed the crash, but I have further problems (now with 7.5beta0 + #21743), sending new line during installation of an experimental package

[sage-devel] Testing corner cases

2016-10-22 Thread Jori Mäntysalo
I just play a little with Python. I think others might also benefit on this when testing corner cases like 0x0 or 1x1 matrices, 1-element groups and so on. G = Graph() known_kaboom = ['is_prime', 'layout_graphviz'] errors = [] for f in [y for y in dir(G) if y[0] != '_']: if f in

Re: [sage-devel] Re: Is Brown's construction available in the graph component of sagemath?

2016-10-22 Thread ni732h . sphl
I just got it wrong. I understand what you said and will implement Erdos-Renyi graph for sage. Where can I read your GAP code? I want to read it for study. yawara On Wednesday, October 19, 2016 at 11:29:27 PM UTC+9, Dima Pasechnik wrote: > > > > On Wednesday, October 19, 2016 at 7:05:23 AM