On Tue, Jan 29, 2019 at 4:48 PM Thierry wrote:
>
> Hi,
>
> On Tue, Jan 29, 2019 at 09:32:58AM +0100, Vincent Delecroix 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,
> >
Hi,
On Tue, Jan 29, 2019 at 09:32:58AM +0100, Vincent Delecroix 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) When a user performs `sage -pip in
Le 29/01/2019 à 10:50, Dima Pasechnik a écrit :
On Tue, Jan 29, 2019 at 8:40 AM Jeroen Demeyer wrote:
On 2019-01-29 09:32, Vincent Delecroix wrote:
1) When a user performs `sage -pip install X`, should the documentation
be compiled and installed?
I'm pretty sure that the answer is "no
On Tue, Jan 29, 2019 at 8:40 AM Jeroen Demeyer wrote:
>
> On 2019-01-29 09:32, Vincent Delecroix wrote:
> > 1) When a user performs `sage -pip install X`, should the documentation
> > be compiled and installed?
>
> I'm pretty sure that the answer is "no" for most Python packages. I see
> two
Le 29/01/2019 à 09:40, Jeroen Demeyer a écrit :
On 2019-01-29 09:32, Vincent Delecroix wrote:
1) When a user performs `sage -pip install X`, should the documentation
be compiled and installed?
I'm pretty sure that the answer is "no" for most Python packages.
The user might want to insta
On 2019-01-29 09:32, Vincent Delecroix wrote:
1) When a user performs `sage -pip install X`, should the documentation
be compiled and installed?
I'm pretty sure that the answer is "no" for most Python packages. I see
two reasons for this:
- there is no easy and obvious way to integrate
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) When a user performs `sage -pip install X`, should the documentation
be compiled and installed?
If the answer is ye