-
-
Notifications
You must be signed in to change notification settings - Fork 381
404 error for new Python lessons #282
Comments
On Sun, Feb 02, 2014 at 06:53:23PM -0800, r-gaia-cs wrote:
Did you mean “add an HTML version”? That makes more sense to me, and…
… #252 is about rendering IPyNbs to HTML.
Doesn't 'make check' already do this? Or do you want to give |
@r-gaia-cs - Thanks for the report. If I understand the situation correctly: In the When we use What do you think about just using nbviewer to dynamically render the notebooks? You can see the complete links from the MIT agenda on the front page for how we did this, but here's an example: http://nbviewer.ipython.org/github/geocarpentry/2014-01-30-mit/blob/gh-pages/python/intermediate/01-intro-python.ipynb |
#252 use Markdown as intermediate format and leave jekyll build the HTML.
You are correct.
I prefer have a uniform view for the lessons (#252) but I'm OK if we agree using |
For bootcamps using the v5 lessons students should use the content at http://software-carpentry.org/v5/ as explained in @gvwilson video tutorial How setting up a GitHub |
Problem
If you follow
README.md
for setup bootcamp using the new Python lessons the Python lessons won't be available.Steps to reproduce
Note: the 1st step should take some time. You can start with the 2nd step and use http://geocarpentry.github.io/2014-01-30-mit/python/novice/ instead of http://{your-github-username}.github.io/YYYY-MM-DD-site/python/novice.
Actual results
404 error for http://geocarpentry.github.io/2014-01-30-mit/python/novice/01-numpy.html
Expected results
Got the lesson.
Solution
Need to add Markdown version of the IPython Notebook into the repository ONLY WHEN DEPLOYING THE BOOTCAMP.
Note I already start to write the PR for this but want to use the changes from #252.
Meta I want to add a new command in
Makefile
to make easy this part of setup. @gvwilson any suggest for command's name?The text was updated successfully, but these errors were encountered: