#12996: Support for one-dimensional shifts of finite type
--------------------------------------+-------------------------------------
Reporter: mhs | Owner: sage-combinat
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-5.3
Component: combinatorics | Resolution:
Keywords: symbolic dynamics | Work issues:
Report Upstream: N/A | Reviewers:
Authors: Michael Schraudner | Merged in:
Dependencies: | Stopgaps:
--------------------------------------+-------------------------------------
Comment (by slabbe):
> So what do I have to do now? How can I get rid of the doc build
warnings?
How many warnings do you get when building the documentation ? You need to
fix all of them. That being said, the warning are not always self-
expaining...
{{{
sage -b && sage -docbuild reference html
}}}
After taking a look at the patch, I believe many of the warning are of the
same type. Indeed, an empty line is needed before any enumeration. Instead
of
{{{
- ``format`` - (default: 'edge') this flag selects one of two
possible
representations for the SFT:
- 'vertex' - a representation of the SFT as a vertex shift
- 'edge' - a representation of the SFT as an edge shift
If this parameter is not provided in the constructor the
'edge'
representation is chosen by default.
}}}
you need to write
{{{
- ``format`` - (default: 'edge') this flag selects one of two
possible
representations for the SFT:
- 'vertex' - a representation of the SFT as a vertex shift
- 'edge' - a representation of the SFT as an edge shift
If this parameter is not provided in the constructor the
'edge'
representation is chosen by default.
}}}
How many warnings do you get when you add those empty lines before every
enumeration?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12996#comment:12>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.