-
-
Notifications
You must be signed in to change notification settings - Fork 568
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tutorial for new structures in coding theory #19745
Comments
Branch: u/dlucas/thematic_tutorial |
comment:2
I wrote the tutorial and pushed the branch which contains it... anytime I try to compile the documentation, I receive the following error message:
even after running If someone knows how to deal with it, I'll be glad! In the meanwhile, one can still read this tutorial and do some comments ;) David New commits:
|
Commit: |
comment:3
I remember you mentioned this problem ages ago. Post on sage-devel if someone knows what it is. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:5
Ok, I got it in fine : you also have to add you document in |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:7
I fixed some bugs I found, this is still open for review. |
comment:9
I updated this ticket to latest beta, and fixed some broken tests. |
comment:10
Some comments:
Otherwise it looks good to me. (Although I'm somewhat torn about using contractions in tutorials/documentation. I leave that decision up to you.) |
comment:11
Hi all, I think most of the corrections have been done; I add a few comments:
Otherwise it looks fine! Julien |
comment:13
Hello, Thank you for your comments! I fixed everything you noticed. David |
comment:14
Two other things from me (last things, promise):
@jlavauzelle Could you add your name to the reviewers list? Also, do you have any other comments? |
Reviewer: Travis Scrimshaw |
comment:15
No more comment, it works for me. |
Changed reviewer from Travis Scrimshaw to Travis Scrimshaw, Julien Lavauzelle |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:17
Done! And don't worry, I prefer this to stay a little longer in review and be perfect. David |
Changed branch from u/dlucas/thematic_tutorial to u/tscrim/coding_structures_thematic_tutorial-19745 |
comment:18
I went through and made some other little tweaks in regards to little grammar and formatting things. If you're happy with my changes, then go ahead and set a positive review. This is very well done tutorial, can we get you to write more (and for other areas of Sage)? New commits:
|
comment:19
I'm happy with the changes, thanks for the help! I'm giving the green light.
My plans was to rewrite the original thematic tutorial on coding theory, which can be quite improved according to me. I'm actually working for Inria's ACTIS project which aims to enhance Sage's coding theory library, so I have to admit I barely looked at other tutorials If you think I can improve some of these, I'll be happy to help! David |
comment:20
Feel free to cc me on the tickets. I'd be happy to help where I can (although I can't do a mathematical review since I really don't know too much about coding theory). |
Changed branch from u/tscrim/coding_structures_thematic_tutorial-19745 to |
This year, we reworked the API of Sage's coding theory library and now have an object-oriented structure to manage code families, encoders and decoders.
In this ticket we introduce a thematic tutorial which explains how to use this new API to develop new code families.
This tutorials relies on a step-by-step example, in which we construct a code, a few encoders for it, a decoder for it and a somehow related channel.
Component: coding theory
Author: David Lucas
Branch/Commit:
34019fe
Reviewer: Travis Scrimshaw, Julien Lavauzelle
Issue created by migration from https://trac.sagemath.org/ticket/19745
The text was updated successfully, but these errors were encountered: