Re: [sage-devel] Re: documentation of SageMath (Python) packages

2019-01-31 Thread Vincent Delecroix
Le 31/01/2019 à 14:01, E. Madison Bray a écrit : On Tue, Jan 29, 2019 at 9:38 PM Nathan Dunfield wrote: Vincent, Imagine I have a Python module, typically hosted on PyPI and depending on SageMath, that provides documentation in some form (e.g. a pdf file, a sphinx repo, etc). 1) When a us

Re: [sage-devel] Re: documentation of SageMath (Python) packages

2019-01-31 Thread E. Madison Bray
On Tue, Jan 29, 2019 at 9:38 PM Nathan Dunfield wrote: > > Vincent, > >> Imagine I have a Python module, typically hosted on PyPI and depending >> on SageMath, that provides documentation in some form (e.g. a pdf file, >> a sphinx repo, etc). >> >> 1) When a user performs `sage -pip install X`, s

Re: [sage-devel] Re: documentation of SageMath (Python) packages

2019-01-29 Thread Nils Bruin
On Tuesday, January 29, 2019 at 10:28:17 AM UTC-8, Dima Pasechnik wrote: > > > Given how much crap nowadays google returns for seemingly meaningful > searches, this is quite a waste of time to do. > I agree it's a waste of time to do searches that are only seemingly meaningful. I think you mea

Re: [sage-devel] Re: documentation of SageMath (Python) packages

2019-01-29 Thread Dima Pasechnik
Last but not the least, MMa's come with documentation bundles - for a good reason. And Sage's doc website relies on docs built by sphinx, and neglecting them already produced a mess there, which needs to be fixed, obviously not by hand. On Tue, 29 Jan 2019 18:28 Dima Pasechnik On Tue, Jan 29, 201

Re: [sage-devel] Re: documentation of SageMath (Python) packages

2019-01-29 Thread Dima Pasechnik
On Tue, Jan 29, 2019 at 6:11 PM Nils Bruin wrote: > > On Tuesday, January 29, 2019 at 12:34:39 AM UTC-8, vdelecroix wrote: >> >> Dear all, >> >> Imagine I have a Python module, typically hosted on PyPI and depending >> on SageMath, that provides documentation in some form (e.g. a pdf file, >> a sp

Re: [sage-devel] Re: documentation of SageMath (Python) packages

2019-01-29 Thread Vincent Delecroix
Le 29/01/2019 à 19:10, Nils Bruin a écrit : On Tuesday, January 29, 2019 at 12:34:39 AM UTC-8, vdelecroix wrote: Dear all, Imagine I have a Python module, typically hosted on PyPI and depending on SageMath, that provides documentation in some form (e.g. a pdf file, a sphinx repo, etc). 1) Whe