Closed ParadaCarleton closed 2 years ago
I am not sure didn't we discuss some potential renaming (in a different way and for a different reason?) in the refactoring PR? With some folder Is that already fixed? Also it seems the names of the folders and files (already on master) are a bit redundant and inconsistent - we have a NN_name.jmd
file in a NN-name
folder. Maybe this could be simplified?
The failing tests are my bad and I'm looking into it.
Nice find for the redirect_from
. However, if I'm not mistaken the syntax should probably be like the example in the jekyll-redirect-from docs:
title: My amazing post
redirect_from:
- /post/123456789/
- /post/123456789/my-amazing-post/
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
@rikhuijzer uhh, hmm, looks like the tests failed again and I'm not sure why?
@rikhuijzer uhh, hmm, looks like the tests failed again and I'm not sure why?
Because there are errors, that is, the logs for the tutorials contain "ERROR" a few times. The first two are for tests, but the last ones are for tutorials. This is checked by
You can debug locally and see what the error is by running
using TuringTutorials
build_and_exit(changed_tutorials())
Closed in favour of https://github.com/TuringLang/TuringTutorials/pull/280
@cpfiffer not sure what's off; looks like renaming the folders broke something?