-
-
Notifications
You must be signed in to change notification settings - Fork 31
[functions] Migrate exercise to use sphinx-exercise #75
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
Conversation
|
We are doing a major refactor of |
|
@jstac I think we could enable While https://617656cde2d4e2288538c01a--epic-agnesi-957267.netlify.app/functions.html#solutions I think it looks OK with code-cells following the solution block (so that it executes). |
|
I think it's very sensible I wonder how we can get this done though. We are short on RA money. Any thoughts? Do we have Sloan money we can spend? |
|
@jstac there is a great case in We could either:
|
|
Closing in favour of #176 |
Hi @mmcky , this PR converts exercises and solutions of lecture functions using
sphinx-exercise's syntax.I noticed two weird things in the following preview:
Exercise 4.1,Exercise 4.2,Exercise 4.3, instead ofExercise 1,Exercise 2,Exercise 3.python cells!For the issue in exercise numbering, I tried to use
nonumberoption. It just shuts down the whole numbering for exercises, but I don't find a way to change the names of exercises.