#4905: [with patch, needs review] convert sage.coding.* docstrings to Sphinx
---------------------------+------------------------------------------------
Reporter: mhansen | Owner: tba
Type: defect | Status: new
Priority: major | Milestone: sage-3.3
Component: documentation | Resolution:
Keywords: |
---------------------------+------------------------------------------------
Comment (by wdj):
That helps a lot.
Here are some more typos:
* In the section on assmus_mattson_designs:
{{{
s = |{ i | A_i^* \not= 0, 0<i\leq n-t}|
}}}
does not output the math correctly. Maybe
{{{
$s = |\{ i\ |\ A_i^* \not= 0,\ 0<i\leq n-t\}|$
}}}
would be better?
Also,
{{{
771 (1) If `Ai\not= 0` and
772 `d\leq i\leq n then Ci = { c in C | wt(c) = i}`
holds a
773 simple t-design.
774
775 (2) If `Ai*\not= 0` and
776 `d*\leq i\leq n-t then Ci* = { c in C* | wt(c) =
i}`
777 holds a simple t-design.
}}}
should maybe be (maybe add a "math::" somewhere?)
{{{
771 (1) If `Ai\not= 0` and
772 `d\leq i\leq n` then `C_i = \{ c \in C\ |\ wt(c) =
i\}` holds a
773 simple t-design.
774
775 (2) If `Ai*\not= 0` and
776 `d*\leq i\leq n-t` then `C_i^* = \{ c \in C*\ |\
wt(c) = i\}`
777 holds a simple t-design.
}}}
and
{{{
793 `B = \{supp(c) | c in C_i\}` is the set of
supports of the
}}}
should be
{{{
793 `B = \{supp(c)\ |\ c \in C_i\}` is the set of
supports of the
}}}
* In automorphism_group_binary_code,
{{{
701 \{ g in S_n\ |\ g(c) \in C, \forall
c\in C\},
}}}
should be
{{{
701 \{ g \in S_n\ |\ g(c) \in C, \forall
c\in C\},
}}}
What else needs to be done to review this?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4905#comment:6>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---