# HG changeset patch
# User Mike Hansen <mhansen@gmail.com>
# Date 1196909365 21600
# Node ID 7a34400c99d729ac439b346ff121cf18bfc74d33
# Parent 2d673527e441c2d6573bfe7457d97eb101466fb0
Fixed #1243.
diff -r 2d673527e441 -r 7a34400c99d7 prog/prog.tex
a
|
b
|
Lots and lots of examples. |
192 | 192 | \end{verbatim} |
193 | 193 | |
194 | 194 | The following is top of the ssmod.py file, which contains the |
195 | | SuperingularModule code and is located at |
| 195 | SupersingularModule code and is located at |
196 | 196 | \code{SAGE_ROOT/devel/sage/sage/modular/ssmmod/ssmod.py}. |
197 | 197 | |
198 | 198 | {\small |
… |
… |
copyright with William Stein by includin |
253 | 253 | important} that you include your name in the AUTHOR log, since |
254 | 254 | everybody who submits code to \sage to receive proper credit. (If |
255 | 255 | ever you feel you are not receiving proper credit for anything you |
256 | | submit to \sage, please let William Stein!) |
| 256 | submit to \sage, please let William Stein know!) |
257 | 257 | |
258 | 258 | \section{Documentation Strings}\label{sec:conv-docs} |
259 | 259 | {\bf Every} function should have a docstring that includes |