Skip to content
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

Allow adding other lessons #94

Open
ethanwhite opened this issue Feb 28, 2024 · 1 comment
Open

Allow adding other lessons #94

ethanwhite opened this issue Feb 28, 2024 · 1 comment
Assignees
Labels
good first issue Good for newcomers

Comments

@ethanwhite
Copy link
Collaborator

Users should be able to do something like:

offlinedatasci add-lesson https://example.com

This structure follows the API cleanup in #92

This should work since we're basically just cloning websites, but we'll need to check some examples and figure out which of our current wget command sets (we have one for SWC and one for DC/LC) to use. Hopefully the SWC set will work for everything since it handles more edge cases.

@hturner
Copy link
Contributor

hturner commented Feb 29, 2024

If it is helpful to have something to play with, feel free to try https://warwick-stats-resources.github.io/r-foundations/. This is a complete course website, with pages for different sessions.

If that is too much (I'm not sure what a "lesson" looks like at the moment) you could pare down to the landing page for a specific session, e.g. https://warwick-stats-resources.github.io/r-foundations/content/01-intro/ or even just the slides for a specific session, e.g. https://warwick-stats-resources.github.io/r-foundations/slides/01-intro/.

@ethanwhite ethanwhite added the good first issue Good for newcomers label Feb 29, 2024
@garezana garezana self-assigned this Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

3 participants