Re: [sage-devel] Question about reading Sage documentation

2023-06-29 Thread Nathan Dunfield
On Thursday, June 29, 2023 at 8:50:27 PM UTC-5 Marc Culler wrote: I was asking a very specific question about SageMath on Ubuntu 22.04: Are Ubuntu 22.04 users who install the sagemath-doc package able to read those (Sage 9.5) docs with Firefox? I tested this and the answer thankfully is yes.

Re: [sage-devel] Question about reading Sage documentation

2023-06-29 Thread Marc Culler
I was asking a very specific question about SageMath on Ubuntu 22.04: Are Ubuntu 22.04 users who install the sagemath-doc package able to read those (Sage 9.5) docs with Firefox? https://askubuntu.com/questions/1441339/how-can-i-use-file-urls-from-my-firefox-snap-version suggests the answer is

Re: [sage-devel] Question about reading Sage documentation

2023-06-29 Thread Michael Orlitzky
On 2023-06-29 14:46:00, Marc Culler wrote: > During our recent release of SnapPy we ran across an issue which is likely > relevant to whether Sage's documentation is viewable on newer Ubuntu > systems (such as 22.04). The issue is that these newer Ubuntu systems ship > Firefox as a snap. A

Re: [sage-devel] Graphics files in Sage documentation

2023-06-29 Thread Michael Orlitzky
On 2023-06-29 23:30:57, Dima Pasechnik wrote: > On Thu, Jun 29, 2023 at 3:24 AM Michael Orlitzky wrote: > > > > On 2023-06-28 23:27:22, Dima Pasechnik wrote: > > > One can always start a web server on localhost, instead of using file:/// > > > :P > > > > > > > I know you're mostly joking, but

Re: [sage-devel] Re: Voting: Block-scoped optional tag and the keyword

2023-06-29 Thread Edgar Costa
I vote for (A) On Thu, Jun 29, 2023 at 6:27 PM Marc Culler wrote: > I vote for (C). > > On Wednesday, June 28, 2023 at 9:40:07 PM UTC-5 Kwankyu Lee wrote: > >> Hi, >> >> We spent six days for the preliminary discussion in the sage-devel thread >> >>

Re: [sage-devel] Question about reading Sage documentation

2023-06-29 Thread William Stein
Hi, Related Question: Is anybody interested in making it so https://doc.sagemath.org/ hosts many different versions of the Sage documentation instead of just the latest? I only looked into this for a second, but readthedocs.io often has many versions of docs for projects. Also, I always

Re: [sage-devel] Question about reading Sage documentation

2023-06-29 Thread Dima Pasechnik
On Thu, Jun 29, 2023 at 10:46 PM Marc Culler wrote: > > During our recent release of SnapPy we ran across an issue which is likely > relevant to whether Sage's documentation is viewable on newer Ubuntu systems > (such as 22.04). The issue is that these newer Ubuntu systems ship Firefox > as a

Re: [sage-devel] Graphics files in Sage documentation

2023-06-29 Thread Dima Pasechnik
On Thu, Jun 29, 2023 at 3:24 AM Michael Orlitzky wrote: > > On 2023-06-28 23:27:22, Dima Pasechnik wrote: > > One can always start a web server on localhost, instead of using file:/// :P > > > > I know you're mostly joking, but that's not as easy as it sounds. no, why? If you run ./sage -n

[sage-devel] Re: Voting: Block-scoped optional tag and the keyword

2023-06-29 Thread Marc Culler
I vote for (C). On Wednesday, June 28, 2023 at 9:40:07 PM UTC-5 Kwankyu Lee wrote: > Hi, > > We spent six days for the preliminary discussion in the sage-devel thread > > https://groups.google.com/g/sage-devel/c/OUnoroIf0qc > > about choosing the keyword triggering block-scoped optional tag

Re: [sage-devel] Re: Voting: Block-scoped optional tag and the keyword

2023-06-29 Thread Nils Bruin
I vote for (A) -- 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 view this discussion on the web visit

[sage-devel] Question about reading Sage documentation

2023-06-29 Thread Marc Culler
During our recent release of SnapPy we ran across an issue which is likely relevant to whether Sage's documentation is viewable on newer Ubuntu systems (such as 22.04). The issue is that these newer Ubuntu systems ship Firefox as a snap. A snap runs in a sandbox which restricts which files

Re: [sage-devel] flint/bootstrap.sh on the github CI workers

2023-06-29 Thread Dima Pasechnik
By right, one should have a tarball not needing autotools. Build such a tarball if flint does not provide one, and use it. On Thu, 29 Jun 2023, 18:56 Marc Mezzarobba, wrote: > Hi, > > At https://github.com/sagemath/sage/pull/35848 I'm trying to make sage > build with flint3. It does build on

[sage-devel] flint/bootstrap.sh on the github CI workers

2023-06-29 Thread Marc Mezzarobba
Hi, At https://github.com/sagemath/sage/pull/35848 I'm trying to make sage build with flint3. It does build on my laptop, but autoreconf seems to behave differently locally and on the CI VMs, and I have no idea why. It would be great if someone with more knowledge of autotools and/or our CI

[sage-devel] Re: New package creation - advice/help requested

2023-06-29 Thread Matthias Koeppe
On Thursday, June 29, 2023 at 3:01:58 AM UTC-7 Aram Dermenjian wrote: it seems the method I was using to create a new package is no longer valid. For example, when I try and do an install, I get the following error: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build

Re: [sage-devel] Re: Voting: Block-scoped optional tag and the keyword

2023-06-29 Thread seb....@gmail.com
I vote for (C) David Roe schrieb am Donnerstag, 29. Juni 2023 um 17:57:35 UTC+2: > I vote for (A) > > On Thu, Jun 29, 2023 at 5:13 AM Eric Gourgoulhon > wrote: > >> I vote for (A) >> > >> -- >> You received this message because you are subscribed to the Google Groups >> "sage-devel" group.

Re: [sage-devel] Re: Voting: Block-scoped optional tag and the keyword

2023-06-29 Thread David Roe
I vote for (A) On Thu, Jun 29, 2023 at 5:13 AM Eric Gourgoulhon wrote: > I vote for (A) > > -- > 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

Re: [sage-devel] New package creation - advice/help requested

2023-06-29 Thread Dima Pasechnik
On Thu, Jun 29, 2023 at 11:01 AM Aram Dermenjian wrote: > > Hi all, > > Question for humans. I used to have a project/package for sagemath about 3 > years ago that got close to getting completed, but that I never finished. > (See: https://github.com/thecaligarmo/oriented_matroids) I'm now at a

Re: [sage-devel] New package creation - advice/help requested

2023-06-29 Thread Dima Pasechnik
I've left some comments on https://github.com/thecaligarmo/oriented_matroids/issues/2 Basically, you'd want to create a PyPI package, a standard in Python world thing. On Thu, Jun 29, 2023 at 11:01 AM Aram Dermenjian wrote: > > Hi all, > > Question for humans. I used to have a project/package

[sage-devel] New package creation - advice/help requested

2023-06-29 Thread Aram Dermenjian
Hi all, Question for humans. I used to have a project/package for sagemath about 3 years ago that got close to getting completed, but that I never finished. (See: https://github.com/thecaligarmo/oriented_matroids) I'm now at a place to finish it, but (since it's been almost 3 years) it seems

Re: [sage-devel] Faster algorithm for order dimension

2023-06-29 Thread Maximilian Wittmann
Github issue is now under https://github.com/sagemath/sage/issues/35851 Dima Pasechnik schrieb am Dienstag, 27. Juni 2023 um 11:14:34 UTC+2: > On Tue, Jun 27, 2023 at 4:37 AM Maximilian Wittmann > wrote: > > > > Hey everyone, > > > > I am currently doing my masters thesis on the dimension of

[sage-devel] Re: Voting: Block-scoped optional tag and the keyword

2023-06-29 Thread Eric Gourgoulhon
I vote for (A) -- 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 view this discussion on the web visit

Re: [sage-devel] Voting: Block-scoped optional tag and the keyword

2023-06-29 Thread Dima Pasechnik
(A), please On Thu, 29 Jun 2023, 03:40 Kwankyu Lee, wrote: > Hi, > > We spent six days for the preliminary discussion in the sage-devel thread > > https://groups.google.com/g/sage-devel/c/OUnoroIf0qc > > about choosing the keyword triggering block-scoped optional tag needed in > >