Jeroen Demeyer wrote:
> On 2016-08-28 18:59, Simon King wrote:
>> Is it possible to use "sage -t" on such docs?
>
> I would guess that the doctesting is *not* affected by the formatting of
> the surrounding documentation.
AFAIK Sage's doctest parser doesn't care about markup (especially
sections)
On 2016-08-28 18:59, Simon King wrote:
Is it possible to use "sage -t" on such docs?
I would guess that the doctesting is *not* affected by the formatting of
the surrounding documentation.
--
You received this message because you are subscribed to the Google Groups
"sage-devel" group.
To un
For my optional sage package [1], the last time I spent time building its
documentation using Sage, I ended up with these command in my makefile,
which calls a sphinx makefile:
cd docs && sage -sh -c "make html"
cd docs && sage -sh -c "make latexpdf"
For now, I am not using sage_autodoc extensi
Hi William,
On 2016-08-28, William Stein wrote:
> In case you're wondering -- what are "google-style docstrings"?
>
> http://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html
>
> and
>
> https://sphinxcontrib-napoleon.readthedocs.io/en/latest/
>
> It seems to be a cleaner st
Hi Volker,
On 2016-08-28, Volker Braun wrote:
> On Sunday, August 28, 2016 at 2:30:27 PM UTC+2, Simon King wrote:
>>
>> Thus, the question remains: How to use the doc builder in order to
>> create in SAGE_ROOT/local/share/ the documentation of a pip-installable
>> module,
>
>
> Unless you plan
On Sun, Aug 28, 2016 at 6:35 AM, Volker Braun wrote:
> On Sunday, August 28, 2016 at 2:30:27 PM UTC+2, Simon King wrote:
>>
>> Thus, the question remains: How to use the doc builder in order to
>> create in SAGE_ROOT/local/share/ the documentation of a pip-installable
>> module,
>
>
> Unless you p
Volker Braun wrote:
> On Sunday, August 28, 2016 at 2:30:27 PM UTC+2, Simon King wrote:
>
> Thus, the question remains: How to use the doc builder in order to
> create in SAGE_ROOT/local/share/ the documentation of a pip-installable
> module,
>
>
> Unless you plan on eventually putt
On Sunday, August 28, 2016 at 2:30:27 PM UTC+2, Simon King wrote:
>
> Thus, the question remains: How to use the doc builder in order to
> create in SAGE_ROOT/local/share/ the documentation of a pip-installable
> module,
Unless you plan on eventually putting the code in Sage I wouldn't use Sag
Hi Samuel,
On 2016-08-27, Samuel Lelievre wrote:
> Le samedi 27 août 2016 14:40:26 UTC+2, Simon King a écrit :
>
> not really answering your question, but just to mention there are
> some thoughts on this on the wiki page "Code sharing workflow":
>
> https://wiki.sagemath.org/CodeSharingWorkf
Le samedi 27 août 2016 14:40:26 UTC+2, Simon King a écrit :
>
> Hi!
>
> It has been a long time since I was considering Sage's doc builder. So,
> please allow me to ask, since it is conceivable that I missed recent
> developments:
>
> - Assume you have bunch of cython and python files sitting
10 matches
Mail list logo