#11263: Markup ".. link" is wrong in the developer guide. Add ".. linkall" to
systematically link.
-----------------------------+----------------------------------------------
Reporter: hivert | Owner: hivert
Type: defect | Status: needs_review
Priority: major | Milestone: sage-4.7.1
Component: documentation | Keywords: developer link skip markup
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
-----------------------------+----------------------------------------------
Comment(by jhpalmieri):
One correction: the line
{{{
will act as there where
}}}
should be
{{{
will act as if there were
}}}
The scripts patch works as advertised. Right now, ".. linkall" anywhere
in the file will (as it says) link everything together. For example, the
addition of the text ".. linkall" to that section of the developer's guide
now means that everything there is linked together. This is not an issue
for that particular file, but would it be better to search for {{{\n..
linkall\n}}} or do a regular expression search for
{{{^\s*\.\.\s+linkall\s*$}}} or something like that (i.e., beginning of
line, optional white space, two dots, non-optional whitespace, "linkall",
optional whitespace, end of line)?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11263#comment:6>
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.