Ticket #3624 (new enhancement)

Opened 4 months ago

Last modified 3 weeks ago

[with proto-patch, needs review] cookbook documentation chapter: coding theory

Reported by: wdj Assigned to: tba
Priority: minor Milestone: sage-3.2.1
Component: documentation Keywords:
Cc:

Description

I've put a draft for the coding theory chapter for the cookbook.tex document in http://sage.math.washington.edu/home/wdj/cookbook/ To possibly make it easier, I've created this tarball of the directory: http://sage.math.washington.edu/home/wdj/cookbook2008-07-09.tar.gz

Attachments

3624-doc.patch (21.5 kB) - added by mvngu on 10/29/2008 04:22:11 AM.
fixes typos in sage-coding-cookbook.tex

Change History

07/10/2008 06:23:00 AM changed by mabshoff

  • milestone changed from sage-3.1 to sage-3.0.6.

This is unrelated to coercion and should not be assigned against the coercion milestone. Right now 3.0.6 is the default milestone, so please assign new tickets against that milestone.

Cheers,

Michael

07/10/2008 06:24:41 AM changed by mabshoff

  • summary changed from cookbook documentation chapter: coding theory to [with proto-patch, needs review?] cookbook documentation chapter: coding theory.

Is this TeX code stand alone or is there a patch in there somewhere for the new cookbook? If so we should create the cookbook and migrate chapter by chapter over from the old construction manual. Once that is done we remove const.tex and all the other bits related to it.

Cheers,

Michael

(follow-up: ↓ 4 ) 07/10/2008 07:44:20 AM changed by wdj

I put a standalone latex file there (http://sage.math.washington.edu/home/wdj/cookbook/coding-theory/sage-coding-cookbook.tex) for just that chapter (not in manual style) but also the full latex setup for a new subdirectory of SAGE_ROOT/devel/doc. I don't know how to make a patch to add a cookbook subdirectory to devel/doc. The programming guide discusses adding new files at http://sage.scipy.org/sage/doc/html/prog/node72.html The book http://hgbook.red-bean.com/hgbook.html is hard to search through since the index is for page numbers but the html is in sections, not page numbers.

10/29/2008 04:22:11 AM changed by mvngu

  • attachment 3624-doc.patch added.

fixes typos in sage-coding-cookbook.tex

(in reply to: ↑ 3 ) 10/29/2008 04:28:07 AM changed by mvngu

  • summary changed from [with proto-patch, needs review?] cookbook documentation chapter: coding theory to [with proto-patch, needs review] cookbook documentation chapter: coding theory.

Replying to wdj:

I put a standalone latex file there (http://sage.math.washington.edu/home/wdj/cookbook/coding-theory/sage-coding-cookbook.tex) for just that chapter (not in manual style) but also the full latex setup for a new subdirectory of SAGE_ROOT/devel/doc.


I've attached a patch to your file sage-coding-cookbook.tex. It mainly fixes typos. I'm still waiting for sage-3.1.4 to finish building on my machine, so at the moment I can't review the sample code in your file.